Skip to content

Commit

Permalink
Update: Pydantic version from 1.10.4 to 1.10.7 (#3615)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali1858 committed Jul 29, 2023
1 parent c2f444d commit 07fdde7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backend/requirements.txt
Expand Up @@ -10,8 +10,8 @@ loguru==0.6.0
numpy>=1.23.2
prometheus-fastapi-instrumentator==5.9.1
psycopg2-binary==2.9.5
pydantic==1.10.4
pydantic[email]==1.10.4
pydantic==1.10.7
pydantic[email]==1.10.7
python-dotenv==0.21.0
python-jose[cryptography]==3.3.0
redis==4.5.5
Expand Down
2 changes: 1 addition & 1 deletion oasst-data/pyproject.toml
Expand Up @@ -6,7 +6,7 @@ authors = [
{ name = "LAION-AI", email = "contact@laion.ai" }
]
dependencies = [
"pydantic>=1.10.4",
"pydantic==1.10.7",
"loguru==0.6.0",
"datasets>=2.12.0"
]
Expand Down
2 changes: 1 addition & 1 deletion oasst-shared/pyproject.toml
Expand Up @@ -6,7 +6,7 @@ authors = [
{ name = "LAION-AI", email = "contact@laion.ai" }
]
dependencies = [
"pydantic==1.10.4",
"pydantic==1.10.7",
"aiohttp==3.8.3",
"aiohttp[speedups]",
"loguru==0.6.0",
Expand Down

0 comments on commit 07fdde7

Please sign in to comment.