Skip to content

Commit e210121

Browse files
authored
Chore: Unpin the version for the pydantic dependency (#1517)
1 parent 402058a commit e210121

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"ipywidgets",
4343
"jinja2",
4444
"pandas<2.1.0",
45-
"pydantic[email]>=1.10.7,<2.0.0",
45+
"pydantic[email]",
4646
"requests",
4747
"rich",
4848
"ruamel.yaml",
@@ -77,6 +77,7 @@
7777
"pdoc",
7878
"psycopg2-binary",
7979
"pyarrow>=10.0.1,<10.1.0",
80+
"pydantic[email]>=1.10.7,<2.0.0",
8081
"PyGithub",
8182
"pytest",
8283
"pytest-asyncio",

0 commit comments

Comments
 (0)