Skip to content

Commit 095af3b

Browse files
committed
Relax restriction on httpx to include 0.28
1 parent 355cba0 commit 095af3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ packages =
3131
platforms = any
3232
include_package_data = True
3333
install_requires =
34-
httpx>=0.26.0,<0.28.0
34+
httpx>=0.26.0,<0.29.0
3535
validators==0.34.0
3636
authlib>=1.2.1,<1.3.2
3737
pydantic>=2.8.0,<3.0.0

0 commit comments

Comments
 (0)