Skip to content

Commit df8851d

Browse files
authored
update orjson to newer version (#17982)
1 parent 4b04e17 commit df8851d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ idna==2.10
1818
itsdangerous==1.1.0
1919
Jinja2==2.11.3
2020
MarkupSafe==2.0.1
21-
orjson==3.5.2
21+
orjson==3.9.15
2222
promise==2.3
2323
pydantic>=2
2424
python-dotenv==0.17.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ idna==2.10
1818
itsdangerous==1.1.0
1919
Jinja2==2.11.3
2020
MarkupSafe==2.0.1
21-
orjson==3.5.2
21+
orjson==3.9.15
2222
promise==2.3
2323
pydantic>=2
2424
python-dotenv==0.17.1

0 commit comments

Comments
 (0)