Skip to content

Commit

Permalink
Merge pull request #233 from Portkey-AI/hotfix/pydanticDowngrade
Browse files Browse the repository at this point in the history
Pydantic install_requires
  • Loading branch information
VisargD authored Oct 18, 2024
2 parents 949e7b4 + d48da7f commit 34281f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install_requires =
httpx
mypy>=0.991,<2.0
typing_extensions>=4.7.1,<5.0
pydantic>=1.10.12
pydantic>=1.10.0
anyio>=3.5.0,<5
distro>=1.7.0,<2
sniffio
Expand All @@ -46,7 +46,7 @@ dev =
mypy>=0.991,<2.0
black==23.7.0
typing_extensions>=4.7.1,<5.0
pydantic>=1.10.12
pydantic>=1.10.0
pytest==7.4.2
python-dotenv==1.0.0
ruff==0.0.292
Expand Down

0 comments on commit 34281f6

Please sign in to comment.