Skip to content

Commit

Permalink
fix: pydantic version to <2.0 (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivadym authored Jul 4, 2023
1 parent 82f3915 commit 6d20130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Changed:
^^^^^^^^
* Updated snakemake version to 7.25.0 https://github.com/Clinical-Genomics/BALSAMIC/pull/1099
* Updated cryptography version to 41.0.1 https://github.com/Clinical-Genomics/BALSAMIC/pull/1173
* Fix pydantic version (<2.0) https://github.com/Clinical-Genomics/BALSAMIC/pull/1191

Fixed:
^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"numpy>=1.21.6",
"pandas>=1.1.5",
"psutil>=5.7.0",
"pydantic>=1.9.0",
"pydantic>=1.9.0,<2.0",
"pygments>=2.6.1",
"pyyaml>=5.3.1",
"six>=1.12.0",
Expand Down

0 comments on commit 6d20130

Please sign in to comment.