Skip to content

Commit 283dab6

Browse files
committed
Fix pydantic version pin
1 parent f70c00d commit 283dab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sdnotify==0.3.2
3838

3939
# API Server
4040
fastapi==0.85.1
41-
pydantic>=1.8.0
41+
pydantic==1.10.2
4242
uvicorn==0.18.3
4343
pyjwt==2.6.0
4444
aiofiles==22.1.0

0 commit comments

Comments
 (0)