Skip to content

Commit 3bbe955

Browse files
authored
Fix: require >= v.1.9.1, <2.0.0 for pydantic (#660)
* Fix: require >= v.1.9.1 for pydantic * Add <2.0.0 for pydantic
1 parent 5872a0c commit 3bbe955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"hyperscript",
3636
"jinja2",
3737
"pandas",
38-
"pydantic",
38+
"pydantic>=1.9.1,<2.0.0",
3939
"requests",
4040
"rich",
4141
"ruamel.yaml",

0 commit comments

Comments
 (0)