Skip to content

Commit

Permalink
Relax cryptography pin
Browse files Browse the repository at this point in the history
  • Loading branch information
hfern committed Nov 3, 2024
1 parent a2e9a70 commit 8432e25
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ jobs:
- name: Check Types
run: |
make test-pyre
- name: Test Build
run: |
poetry build
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ test-pyre:

test: test-format test-python test-pyre
$(HIDE)echo "All tests passed"

build:
$(HIDE)$(POETRY) build
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.11"
msgpack = "^1.1.0"
cryptography = "^43.0.3"
cryptography = ">43"
grpcio = "^1.67.1"


Expand Down

0 comments on commit 8432e25

Please sign in to comment.