Skip to content

Commit

Permalink
setup: Update charm-tools pin set
Browse files Browse the repository at this point in the history
pyyaml 5.4.0 and 5.4.1 are broken with cython 3
yaml/pyyaml#724

jsonschema 4.18.0 depends on Rust (via rpds-py)
  • Loading branch information
Corey Bryant committed Jul 20, 2023
1 parent 5031b75 commit af8897a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
install_requires=[
'cheetah3>=3.0.0,<4.0',
'pyyaml>=5.0,<6.0',
'pyyaml>=5.0,!=5.4.0,!=5.4.1,<6.0',
'requests>=2.0.0,<3.0.0',
'blessings<2.0',
'ruamel.yaml<0.16.0;python_version < "3.7"',
Expand All @@ -56,7 +56,7 @@
'jujubundlelib<0.6',
'virtualenv>=1.11.4,<21',
'colander<1.9',
'jsonschema<5.0',
'jsonschema<4.18.0',
'keyring<24',
'secretstorage<3.4',
'dict2colander==0.2',
Expand Down

0 comments on commit af8897a

Please sign in to comment.