Skip to content

Commit 7191840

Browse files
committed
update httpx to newer version
1 parent ce42748 commit 7191840

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ graphql-core==2.3.2
1313
graphql-relay==2.0.1
1414
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ graphql-core==2.3.2
1313
graphql-relay==2.0.1
1414
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)