Skip to content

Commit

Permalink
AUT-2461: pin cryptography package version
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleJono committed Nov 29, 2024
1 parent ae1bfdc commit 475e02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
env:
# Pin cryptography to avoid the SCT registration issue
PIP_CONSTRAINT: |
cryptography<43.0.3
cryptography==43.0.3
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 475e02f

Please sign in to comment.