Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jordi Soucheiron <[email protected]>
  • Loading branch information
ignaciobolonio and jsoucheiron committed Jun 11, 2024
1 parent c5fe895 commit 8cb3346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
readme = Path(__file__).parent / "README.md"
long_description = readme.read_text()

install_requires = ["pydantic>=2.7.0,<3.0.0"]
install_requires = ["pydantic~=2.7"]

dev_requires = [
"black>=22.1.0",
Expand Down

0 comments on commit 8cb3346

Please sign in to comment.