Skip to content

Commit

Permalink
update fixed pygit version
Browse files Browse the repository at this point in the history
  • Loading branch information
jschier committed Apr 19, 2024
1 parent 05815b2 commit 6e52dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def run(self):
'PyYAML>=6.0,<7'
],
extras_require={
'git': 'pygit2>=1.9,<1.10', # The upper version bound is needed for Alpine 3.16 / Python 3.10
'git': 'pygit2<1.12', # For Alpine 3.16 / Python 3.10, use pygit2>=1.9,<1.10
'encryption': 'cryptography',
'authz': 'jwcrypto==1.5.6',
'monitoring': "sentry-sdk==1.45.0"
Expand Down

0 comments on commit 6e52dac

Please sign in to comment.