[python-fastapi] update h11, httpx to newer versions (#21145)

* update h11 to newer versions

* update httpx to newer version
This commit is contained in:
William Cheng 2025-04-25 16:14:26 +08:00 committed by GitHub
parent 0462bed734
commit 3fa806006b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -11,9 +11,9 @@ fastapi==0.115.2
graphene==2.1.8 graphene==2.1.8
graphql-core==2.3.2 graphql-core==2.3.2
graphql-relay==2.0.1 graphql-relay==2.0.1
h11==0.12.0 h11==0.16.0
httptools>=0.3.0,<0.7.0 httptools>=0.3.0,<0.7.0
httpx==0.24.1 httpx==0.28.1
idna==3.7 idna==3.7
itsdangerous==1.1.0 itsdangerous==1.1.0
Jinja2==3.1.4 Jinja2==3.1.4

View File

@ -11,9 +11,9 @@ fastapi==0.115.2
graphene==2.1.8 graphene==2.1.8
graphql-core==2.3.2 graphql-core==2.3.2
graphql-relay==2.0.1 graphql-relay==2.0.1
h11==0.12.0 h11==0.16.0
httptools>=0.3.0,<0.7.0 httptools>=0.3.0,<0.7.0
httpx==0.24.1 httpx==0.28.1
idna==3.7 idna==3.7
itsdangerous==1.1.0 itsdangerous==1.1.0
Jinja2==3.1.4 Jinja2==3.1.4