Skip to content

Commit

Permalink
Merge branch 'main' into chore/docs-account-migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon authored Mar 1, 2024
2 parents dbbddac + 2b8061e commit 4e22654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ parts:
- libffi-dev # for cffi
- libssl-dev # for cryptography
- rust-all # for cryptography
- pkg-config # for cryptography
prime:
- scripts/build-image.sh
- scripts/repo_policy_compliance_service.py
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ ops>=2.8
pylxd @ git+https://github.com/canonical/pylxd
requests
typing-extensions
# Newer version does not work with default OpenSSL version on jammy.
cryptography <= 38.0.4
cryptography <=42.0.0
pydantic ==1.10.14
cosl ==0.0.8
# juju 3.1.2.0 depends on pyyaml<=6.0 and >=5.1.2
PyYAML ==6.0.*
pyOpenSSL==24.0.0

0 comments on commit 4e22654

Please sign in to comment.