Skip to content

Commit

Permalink
build: pin pydantic version to 1.x (#251)
Browse files Browse the repository at this point in the history
Signed-off-by: Vassilis Vassiladis <[email protected]>
  • Loading branch information
VassilisVassiliadis authored and GitHub Enterprise committed Jul 3, 2023
1 parent b46d46e commit 9676642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# rx version dep. Rx moved to 3.x after 1.6.1 which introduced new API
install_requires=['reactivex>=4.0.0', 'pyyaml', 'pytest', 'pytest-xdist', 'pytest-timeout',
'networkx', 'matplotlib', 'requests', 'six', 'kubernetes', 'psutil', 'boto3',
'pyrsistent', 'js2py', 'pymongo>=4.0', 'papermill', 'pandas', 'future', 'pydantic',
'pyrsistent', 'js2py', 'pymongo>=4.0', 'papermill', 'pandas', 'future', 'pydantic<2.0',
'keyring', 'typer[all]', 'jsonschema'], #, 'pygraphviz'],

# List additional groups of dependencies here (e.g. development
Expand Down

0 comments on commit 9676642

Please sign in to comment.