Skip to content

Commit cca6e2e

Browse files
authored
update ujson to newer version (#23787)
1 parent 5327138 commit cca6e2e

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
@@ -28,7 +28,7 @@ requests==2.33.0
2828
Rx==1.6.1
2929
starlette==0.49.1
3030
typing-extensions==4.13.2
31-
ujson==5.12.0
31+
ujson==5.12.1
3232
urllib3==2.7.0
3333
uvicorn==0.13.4
3434
uvloop==0.21.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requests==2.33.0
2828
Rx==1.6.1
2929
starlette==0.49.1
3030
typing-extensions==4.13.2
31-
ujson==5.12.0
31+
ujson==5.12.1
3232
urllib3==2.7.0
3333
uvicorn==0.13.4
3434
uvloop==0.21.0

0 commit comments

Comments
 (0)