Skip to content

Commit c72f173

Browse files
authored
Merge pull request #1 from rflkt/feat/pydantic-settings
Added support for pydantic-settings in Configuration.from_pydantic() …
2 parents d001b29 + 18143a4 commit c72f173

File tree

8 files changed

+8210
-8031
lines changed

8 files changed

+8210
-8031
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ pyyaml
1212
httpx
1313
fastapi
1414
pydantic
15+
pydantic-settings
1516
numpy
1617
scipy
1718
boto3

requirements-ext.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
flask
1+
flask~=2.2.2
2+
Werkzeug~=2.2.2
23
aiohttp

0 commit comments

Comments
 (0)