Skip to content

Commit d4b125e

Browse files
committed
Fixed wrong pydantic version pinning
1 parent c62d65e commit d4b125e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ keywords = ["bumpversion", "version", "release"]
3838
dynamic = ["version"]
3939
dependencies = [
4040
"click",
41-
"pydantic",
41+
"pydantic<2.0.0",
4242
"rich-click",
4343
"rich",
4444
"tomlkit",

0 commit comments

Comments
 (0)