Skip to content

Commit 3fa8060

Browse files
authored
[python-fastapi] update h11, httpx to newer versions (#21145)
* update h11 to newer versions * update httpx to newer version
1 parent 0462bed commit 3fa8060

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/openapi-generator/src/main/resources/python-fastapi/requirements.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ fastapi==0.115.2
1111
graphene==2.1.8
1212
graphql-core==2.3.2
1313
graphql-relay==2.0.1
14-
h11==0.12.0
14+
h11==0.16.0
1515
httptools>=0.3.0,<0.7.0
16-
httpx==0.24.1
16+
httpx==0.28.1
1717
idna==3.7
1818
itsdangerous==1.1.0
1919
Jinja2==3.1.4

samples/server/petstore/python-fastapi/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ fastapi==0.115.2
1111
graphene==2.1.8
1212
graphql-core==2.3.2
1313
graphql-relay==2.0.1
14-
h11==0.12.0
14+
h11==0.16.0
1515
httptools>=0.3.0,<0.7.0
16-
httpx==0.24.1
16+
httpx==0.28.1
1717
idna==3.7
1818
itsdangerous==1.1.0
1919
Jinja2==3.1.4

0 commit comments

Comments
 (0)