Skip to content

Commit a0d97f0

Browse files
authored
Merge pull request #1033 from weaviate/require-httpx-vers-range
Change dep on `httpx` to range between `0.25.0` and `0.27.0`
2 parents 4422ca6 + 61be73c commit a0d97f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-devel.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests>=2.30.0,<3.0.0
2-
httpx==0.27.0
2+
httpx>=0.25.2,<=0.27.0
33
validators==0.28.1
44
authlib>=1.2.1,<2.0.0
55
grpcio>=1.57.0,<2.0.0

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ platforms = any
3838
include_package_data = True
3939
install_requires =
4040
requests>=2.30.0,<3.0.0
41-
httpx==0.27.0
41+
httpx>=0.25.0,<=0.27.0
4242
validators==0.28.1
4343
authlib>=1.2.1,<2.0.0
4444
pydantic>=2.5.0,<3.0.0

0 commit comments

Comments
 (0)