autonomize-core 0.1.7__tar.gz → 0.1.8__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: autonomize-core
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Autonomize Core contains the unified authentication source to access platform.
5
5
  License: Proprietary
6
6
  Author: Varun Prakash
@@ -125,6 +125,7 @@ class BaseClient:
125
125
  httpx.Client: Configured client object.
126
126
  """
127
127
  transport = httpx.HTTPTransport(
128
+ verify=self.verify_ssl, #patch done for molina ssl issue
128
129
  retries=3, # Total number of retries
129
130
  )
130
131
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "autonomize-core"
3
- version = "0.1.7"
3
+ version = "0.1.8"
4
4
  description = "Autonomize Core contains the unified authentication source to access platform."
5
5
  authors = ["Varun Prakash <varun.prakash@autonomize.ai>"]
6
6
  readme = "README.md"
File without changes