Skip to content

Commit

Permalink
chore: pydantic-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 10, 2024
1 parent 7dbbaa6 commit 4b9d14f
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 @@ -62,7 +62,7 @@
install_requires=[
"eth-ape>=0.8.1,<0.9",
"ethpm-types", # Use same version as eth-ape
"pydantic>=2.8.2,<2.9", # Bug in pydantic 2.9.1
"pydantic_settings>=2.4.0,<2.5", # Bug in pydantic-settings
],
python_requires=">=3.9,<4",
extras_require=extras_require,
Expand Down

0 comments on commit 4b9d14f

Please sign in to comment.