We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac33603 + 785a064 commit 52c3e83Copy full SHA for 52c3e83
pyproject.toml
@@ -12,7 +12,7 @@ authors = [
12
]
13
license = { file = "LICENSE" }
14
dependencies = [
15
- "urllib3 >= 1.25.3, < 3.0.0",
+ "urllib3 >= 2.6.3, < 3.0.0",
16
"python-dateutil >= 2.8.2, < 3.0.0",
17
"pydantic >= 2",
18
"typing-extensions >= 4.7.1",
@@ -25,7 +25,6 @@ classifiers = [
25
"Operating System :: OS Independent",
26
27
"Programming Language :: Python :: 3",
28
- "Programming Language :: Python :: 3.8",
29
"Programming Language :: Python :: 3.9",
30
"Programming Language :: Python :: 3.10",
31
"Programming Language :: Python :: 3.11",
@@ -35,7 +34,7 @@ classifiers = [
35
34
"Topic :: Software Development :: Libraries :: Python Modules",
36
37
38
-requires-python = ">=3.8"
+requires-python = ">=3.9"
39
40
[project.urls]
41
Documentation = "https://github.com/cloudbeds/cloudbeds-api-python#README"
requirements.txt
@@ -25,5 +25,5 @@ typing-extensions==4.12.2
# cloudbeds-pms (pyproject.toml)
# pydantic
# pydantic-core
-urllib3==2.3.0
+urllib3==2.6.3
# via cloudbeds-pms (pyproject.toml)
0 commit comments