Skip to content

Commit

Permalink
Upgrade minimum pydantic version to 2.7 to deal with delayed annotati…
Browse files Browse the repository at this point in the history
…ons in base classes

Fix was pydantic/pydantic#8751
  • Loading branch information
ashb committed Oct 30, 2024
1 parent a8457ab commit 48f3f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
'pendulum>=3.0.0,<4.0;python_version>="3.12"',
"pluggy>=1.5.0",
"psutil>=5.8.0",
"pydantic>=2.6.4",
"pydantic>=2.7.0",
"pygments>=2.0.1",
"pyjwt>=2.0.0",
"python-daemon>=3.0.0",
Expand Down

0 comments on commit 48f3f66

Please sign in to comment.