Skip to content

Commit

Permalink
Pin krb5 version to 0.5.1
Browse files Browse the repository at this point in the history
Due to the compability issue with krb5 newest release.
  • Loading branch information
Przemek Denkiewicz authored and hashhar committed Aug 12, 2024
1 parent 3d25db0 commit d4bf4b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
readme = f.read()

kerberos_require = ["requests_kerberos"]
gssapi_require = ["requests_gssapi"]
gssapi_require = [""
"requests_gssapi",
# PyPy compatibility issue https://github.com/jborean93/pykrb5/issues/49
"krb5 == 0.5.1"]
sqlalchemy_require = ["sqlalchemy >= 1.3"]
external_authentication_token_cache_require = ["keyring"]

Expand Down

0 comments on commit d4bf4b8

Please sign in to comment.