autonomize-core 0.1.10__tar.gz → 0.1.12__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.10
3
+ Version: 0.1.12
4
4
  Summary: Autonomize Core contains the unified authentication source to access platform.
5
5
  License: Proprietary
6
6
  Author: Varun Prakash
@@ -19,7 +19,7 @@ Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
19
19
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
20
20
  Classifier: Topic :: Text Processing
21
21
  Classifier: Typing :: Typed
22
- Requires-Dist: httpx (>=0.28.1,<0.29.0)
22
+ Requires-Dist: httpx (>=0.27.0,<0.28.0)
23
23
  Project-URL: Documentation, https://github.com/autonomize-ai/autonomize-core
24
24
  Project-URL: Homepage, https://github.com/autonomize-ai/autonomize-core
25
25
  Project-URL: Repository, https://github.com/autonomize-ai/autonomize-core
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "autonomize-core"
3
- version = "0.1.10"
3
+ version = "0.1.12"
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"
@@ -29,7 +29,7 @@ documentation = "https://github.com/autonomize-ai/autonomize-core"
29
29
 
30
30
  [tool.poetry.dependencies]
31
31
  python = "^3.12"
32
- httpx = "^0.28.1"
32
+ httpx = ">=0.27.0,<0.28.0"
33
33
 
34
34
  [tool.poetry.group.dev]
35
35
  optional = true