File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All changes to the package starting with v0.3.1 will be logged here.
44
5+ ## v0.10.1 [ 2023-01-19]
6+ #### What's New
7+ * None
8+
9+ #### Enhancements
10+ * None
11+
12+ #### Bug Fixes
13+ * Fix interactive login issue for local development when using ` BRITIVE_NO_VERIFY_SSL `
14+
15+ #### Dependencies
16+ * None
17+
18+ #### Other
19+ * None
20+
521## v0.10.0 [ 2023-01-18]
622#### What's New
723* Support Bitbucket as a federation provider
Original file line number Diff line number Diff line change 11[metadata]
22name = pybritive
3- version = 0.10.0
3+ version = 0.10.1
44author = Britive Inc.
55author_email = support@britive.com
66description = A pure Python CLI for Britive
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ def retrieve_tokens(self):
179179 headers = {
180180 'Content-Type' : 'application/json'
181181 }
182- return requests .post (url , headers = headers , json = auth_params )
182+ return self . session .post (url , headers = headers , json = auth_params )
183183
184184 def load (self , full = False ):
185185 # we should NEVER get herte but adding here just in case
You can’t perform that action at this time.
0 commit comments