Skip to content

Commit 45047b7

Browse files
[python-fastapi] Upgrade dependencies to support Python 3.13 (#21291)
1 parent b393592 commit 45047b7

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
@@ -27,10 +27,10 @@ PyYAML>=5.4.1,<6.1.0
2727
requests==2.32.0
2828
Rx==1.6.1
2929
starlette==0.40.0
30-
typing-extensions==4.8.0
30+
typing-extensions==4.13.2
3131
ujson==4.0.2
3232
urllib3==1.26.19
3333
uvicorn==0.13.4
34-
uvloop==0.19.0
34+
uvloop==0.21.0
3535
watchgod==0.7
3636
websockets==10.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ PyYAML>=5.4.1,<6.1.0
2727
requests==2.32.0
2828
Rx==1.6.1
2929
starlette==0.40.0
30-
typing-extensions==4.8.0
30+
typing-extensions==4.13.2
3131
ujson==4.0.2
3232
urllib3==1.26.19
3333
uvicorn==0.13.4
34-
uvloop==0.19.0
34+
uvloop==0.21.0
3535
watchgod==0.7
3636
websockets==10.0

0 commit comments

Comments
 (0)