Skip to content

Commit a1dc8d0

Browse files
committed
update python fastapi dep (dotenv) to newer version
1 parent b063a67 commit a1dc8d0

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
@@ -21,7 +21,7 @@ MarkupSafe==2.0.1
2121
orjson==3.11.6
2222
promise==2.3
2323
pydantic>=2
24-
python-dotenv==0.17.1
24+
python-dotenv==1.2.2
2525
python-multipart==0.0.26
2626
PyYAML>=5.4.1,<6.1.0
2727
requests==2.32.4

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ MarkupSafe==2.0.1
2121
orjson==3.11.6
2222
promise==2.3
2323
pydantic>=2
24-
python-dotenv==0.17.1
24+
python-dotenv==1.2.2
2525
python-multipart==0.0.26
2626
PyYAML>=5.4.1,<6.1.0
2727
requests==2.32.4

0 commit comments

Comments
 (0)