There was an error while loading. Please reload this page.
1 parent a4cc746 commit 1f77636Copy full SHA for 1f77636
1 file changed
pulp-glue/pyproject.toml
@@ -25,8 +25,8 @@ dependencies = [
25
"multidict>=6.0.5,<6.8",
26
"packaging>=22.0,<=26.2", # CalVer
27
"pydantic>=2.9.2,<3", # Stable with the exception of experimental features. https://pydantic.dev/docs/validation/latest/get-started/version-policy
28
- "requests>=2.24.0,<2.34;python_version<'3.12'",
29
- "requests>=2.25.1,<2.34;python_version>='3.12'",
+ "requests>=2.24.0,<2.35 ; python_version < '3.12'",
+ "requests>=2.25.1,<2.35 ; python_version >= '3.12'",
30
"tomli>=2.0.0,<2.1;python_version<'3.11'",
31
]
32
0 commit comments