Skip to content

Commit

Permalink
Merge pull request #63 from Portkey-AI/update/update/pydanticDependency
Browse files Browse the repository at this point in the history
Move pydantic from equals to gt version number
  • Loading branch information
ayush-portkey authored Jan 2, 2024
2 parents 5006916 + 26a3841 commit 6e48352
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion portkey_ai/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.0.1"
VERSION = "1.1.0"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install_requires =
mypy==0.991
black==23.7.0
typing_extensions==4.7.1
pydantic==1.10.12
pydantic>=1.10.12

[options.entry_points]
console_scripts =
Expand All @@ -37,7 +37,7 @@ dev =
mypy==0.991
black==23.7.0
typing_extensions==4.7.1
pydantic==1.10.12
pydantic>=1.10.12
pytest==7.4.2
python-dotenv==1.0.0
ruff==0.0.292
Expand Down

0 comments on commit 6e48352

Please sign in to comment.