We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4422ca6 + 61be73c commit a0d97f0Copy full SHA for a0d97f0
requirements-devel.txt
@@ -1,5 +1,5 @@
1
requests>=2.30.0,<3.0.0
2
-httpx==0.27.0
+httpx>=0.25.2,<=0.27.0
3
validators==0.28.1
4
authlib>=1.2.1,<2.0.0
5
grpcio>=1.57.0,<2.0.0
setup.cfg
@@ -38,7 +38,7 @@ platforms = any
38
include_package_data = True
39
install_requires =
40
41
- httpx==0.27.0
+ httpx>=0.25.0,<=0.27.0
42
43
44
pydantic>=2.5.0,<3.0.0
0 commit comments