scim2-client 0.1.7__tar.gz → 0.1.9__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.1
2
2
  Name: scim2-client
3
- Version: 0.1.7
3
+ Version: 0.1.9
4
4
  Summary: Pythonically build SCIM requests and parse SCIM responses
5
5
  License: MIT
6
6
  Keywords: scim,scim2,provisioning,httpx,api
@@ -19,8 +19,8 @@ Classifier: Programming Language :: Python :: 3.10
19
19
  Classifier: Programming Language :: Python :: 3.11
20
20
  Classifier: Programming Language :: Python :: 3.12
21
21
  Classifier: Programming Language :: Python :: Implementation :: CPython
22
- Requires-Dist: httpx (>=0.27.0,<0.28.0)
23
- Requires-Dist: scim2-models (>=0.1.8,<0.2.0)
22
+ Requires-Dist: httpx (>=0.24.0)
23
+ Requires-Dist: scim2-models (>=0.1.9,<0.2.0)
24
24
  Description-Content-Type: text/markdown
25
25
 
26
26
  # scim2-client
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
 
5
5
  [tool.poetry]
6
6
  name = "scim2-client"
7
- version = "0.1.7"
7
+ version = "0.1.9"
8
8
  description = "Pythonically build SCIM requests and parse SCIM responses"
9
9
  authors = ["Yaal Coop <contact@yaal.coop>"]
10
10
  license = "MIT"
@@ -26,8 +26,8 @@ classifiers = [
26
26
 
27
27
  [tool.poetry.dependencies]
28
28
  python = "^3.9"
29
- httpx = "^0.27.0"
30
- scim2-models = "^0.1.8"
29
+ httpx = ">=0.24.0"
30
+ scim2-models = "^0.1.9"
31
31
 
32
32
  [tool.poetry.group.doc]
33
33
  optional = true
File without changes