Skip to content

Commit 15d1f31

Browse files
authored
Pin krb5 until there is a fix released for 0.9.0 (#21987)
* Pin krb5 dependency alongside requests-kerberos * Add changelog * Bring the dependency only for non-windows * Fix licenses
1 parent 93a4763 commit 15d1f31

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

LICENSE-3rdparty.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ hazelcast-python-client,PyPI,Apache-2.0,"Copyright (c) 2008-2023, Hazelcast, Inc
2929
in-toto,PyPI,Apache-2.0,Copyright 2018 New York University
3030
jellyfish,PyPI,MIT,Copyright (c) 2015 James Turk
3131
kentik-snmp-profiles,"https://github.com/kentik/snmp-profiles",Apache-2.0,
32+
krb5,PyPI,MIT,"Copyright (c) 2021 Jordan Borean, Red Hat"
3233
kubernetes,PyPI,Apache-2.0,Copyright 2014 The Kubernetes Authors.
3334
lazy-loader,PyPI,BSD-3-Clause,"Copyright (c) 2022--2023, Scientific Python project"
3435
ldap3,PyPI,LGPL-3.0-only,Copyright 2013 - 2020 Giovanni Cannata

agent_requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ foundationdb==6.3.25
1717
hazelcast-python-client==5.5.0
1818
in-toto==2.0.0
1919
jellyfish==1.2.0
20+
krb5==0.8.0; sys_platform != 'win32'
2021
kubernetes==33.1.0
2122
lazy-loader==0.4
2223
ldap3==2.9.1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin krb5 version until 0.9.0 is fixed

datadog_checks_base/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ http = [
6161
"pyopenssl==25.1.0",
6262
"pysocks==1.7.1",
6363
"requests-kerberos==0.15.0",
64+
# Pinned because 0.9.0 does not build in py3.13.9
65+
# Should remove when the build is fixed.
66+
# https://github.com/jborean93/pykrb5/issues/71
67+
"krb5==0.8.0; sys_platform != 'win32'",
6468
"requests-ntlm==1.3.0",
6569
"requests-oauthlib==2.0.0",
6670
]

0 commit comments

Comments
 (0)