Skip to content

Commit 5600258

Browse files
authored
Ensure Pydantic 2 pre-release isn't used by default
1 parent 9b3847a commit 5600258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
long_description_content_type="text/markdown",
1717
url="https://simvue.io",
1818
platforms=["any"],
19-
install_requires=["dill", "requests", "msgpack", "tenacity", "pandas", "pyjwt", "psutil", "pydantic", "plotly"],
19+
install_requires=["dill", "requests", "msgpack", "tenacity", "pandas", "pyjwt", "psutil", "pydantic==1.10.7", "plotly"],
2020
package_dir={'': '.'},
2121
packages=["simvue"],
2222
package_data={"": ["README.md"]},

0 commit comments

Comments
 (0)