Skip to content

Commit

Permalink
Bump pydantic to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Aug 18, 2023
1 parent ee11dae commit 352f0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sdnotify==0.3.2

# API Server
fastapi==0.101.0
pydantic==2.1.1
pydantic==2.2.0
uvicorn==0.23.2
pyjwt==2.8.0
aiofiles==23.2.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
'rich',
'pyarrow; platform_machine != "armv7l"',
'fastapi',
'pydantic>=2.1.1',
'pydantic>=2.2.0',
'uvicorn',
'psutil',
'pyjwt',
Expand Down

0 comments on commit 352f0fd

Please sign in to comment.