Skip to content

Commit f55c790

Browse files
authored
Merge branch 'master' into sy/update-license
2 parents 3d44f21 + f3533fe commit f55c790

File tree

76 files changed

+2246
-795
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+2246
-795
lines changed

.builders/images/linux-aarch64/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ RUN \
125125
VERSION="2.3.9" \
126126
SHA256="52833eac3d681c8b0c9a5a65f2ebd745b3a964f208fc748f977e44015a31b207" \
127127
RELATIVE_PATH=unixODBC-{{version}} \
128-
bash install-from-source.sh --disable-readline --with-included-ltdl --enable-ltdl-install
128+
bash install-from-source.sh --disable-readline --with-included-ltdl --enable-ltdl-install \
129+
# This is the folder where unixODBC searches for driver config and where we ask customers to copy their config to
130+
--sysconfdir=/opt/datadog-agent/embedded/etc
129131

130132
# Dependencies needed to build librdkafka (and thus, confluent-kafka) with kerberos support
131133
RUN \

.builders/images/linux-aarch64/build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [[ "${DD_BUILD_PYTHON_VERSION}" == "3" ]]; then
2121
LDFLAGS="${LDFLAGS} -L/usr/local/lib -lkrb5 -lgssapi_krb5 -llmdb" \
2222
DOWNLOAD_URL="https://github.com/confluentinc/librdkafka/archive/refs/tags/v{{version}}.tar.gz" \
2323
VERSION="${kafka_version}" \
24-
SHA256="2d49c35c77eeb3d42fa61c43757fcbb6a206daa560247154e60642bcdcc14d12" \
24+
SHA256="d645e47d961db47f1ead29652606a502bdd2a880c85c1e060e94eea040f1a19a" \
2525
RELATIVE_PATH="librdkafka-{{version}}" \
2626
bash install-from-source.sh --enable-sasl --enable-curl
2727
always_build+=("confluent-kafka")

.builders/images/linux-x86_64/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ RUN \
9898
VERSION="2.3.9" \
9999
SHA256="52833eac3d681c8b0c9a5a65f2ebd745b3a964f208fc748f977e44015a31b207" \
100100
RELATIVE_PATH=unixODBC-{{version}} \
101-
bash install-from-source.sh --disable-readline --with-included-ltdl --enable-ltdl-install
101+
bash install-from-source.sh --disable-readline --with-included-ltdl --enable-ltdl-install \
102+
# This is the folder where unixODBC searches for driver config and where we ask customers to copy their config to
103+
--sysconfdir=/opt/datadog-agent/embedded/etc
102104

103105
# Dependencies needed to build librdkafka (and thus, confluent-kafka) with kerberos support
104106
RUN \

.builders/images/linux-x86_64/build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if [[ "${DD_BUILD_PYTHON_VERSION}" == "3" ]]; then
1818
LDFLAGS="${LDFLAGS} -L/usr/local/lib -lkrb5 -lgssapi_krb5 -llmdb" \
1919
DOWNLOAD_URL="https://github.com/confluentinc/librdkafka/archive/refs/tags/v{{version}}.tar.gz" \
2020
VERSION="${kafka_version}" \
21-
SHA256="2d49c35c77eeb3d42fa61c43757fcbb6a206daa560247154e60642bcdcc14d12" \
21+
SHA256="d645e47d961db47f1ead29652606a502bdd2a880c85c1e060e94eea040f1a19a" \
2222
RELATIVE_PATH="librdkafka-{{version}}" \
2323
bash install-from-source.sh --enable-sasl --enable-curl
2424
always_build+=("confluent-kafka")

.builders/images/macos-x86_64/extra_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ "${DD_BUILD_PYTHON_VERSION}" == "3" ]]; then
1313
LDFLAGS="${LDFLAGS} -L${DD_PREFIX_PATH}/lib -lgssapi_krb5 -llmdb" \
1414
DOWNLOAD_URL="https://github.com/confluentinc/librdkafka/archive/refs/tags/v{{version}}.tar.gz" \
1515
VERSION="${kafka_version}" \
16-
SHA256="2d49c35c77eeb3d42fa61c43757fcbb6a206daa560247154e60642bcdcc14d12" \
16+
SHA256="d645e47d961db47f1ead29652606a502bdd2a880c85c1e060e94eea040f1a19a" \
1717
RELATIVE_PATH="librdkafka-{{version}}" \
1818
bash install-from-source.sh --prefix="${DD_PREFIX_PATH}" --enable-sasl --enable-curl
1919

.ddev/ci/scripts/kafka_consumer/linux/32_install_kerberos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sudo apt install -y --no-install-recommends build-essential libkrb5-dev wget sof
88
# Install librdkafka from source since no binaries are available for the distribution we use on the CI:
99
git clone https://github.com/confluentinc/librdkafka
1010
cd librdkafka
11-
git checkout v2.3.0
11+
git checkout v2.4.0
1212
sudo ./configure --install-deps --prefix=/usr
1313
make
1414
sudo make install

.deps/image_digests.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"linux-aarch64": "sha256:7ba1733954f7c19d2290256f6bae559512a1be971bee7d606c1d9115da2cf7b9",
3-
"linux-x86_64": "sha256:da5a207d11b4298415474208e3383905724b7cabc2fe6ba2ca2dd760d7491fb3",
4-
"windows-x86_64": "sha256:a083c067ae83f04f46c01d57398ed2f16a88a6f261737cb355b9aff6c21f4130"
2+
"linux-aarch64": "sha256:4243fedf1e760cef4d21277d137ee7ddd56f9531d33b6c4110dd136a94c628e5",
3+
"linux-x86_64": "sha256:8b00c558aecdf9c60510d93b70dee1fcb341d09450bd285acf87e28c7aa3880b",
4+
"windows-x86_64": "sha256:f5cfac4894357879b4d28b26fe3c6bc8d1635d80a61698cd398a11d542f2525c"
55
}

.deps/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"sha256": "f18e78a617fa9e93088257bedc7c006e2a5a0c579aee6f86d69de923fd02e3b8"
2+
"sha256": "43bb227f065925a1edf8af923a4d935cd4f3092c323064709d00e17587c651b6"
33
}

.deps/resolved/linux-aarch64_py3.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ annotated-types @ https://agent-int-packages.datadoghq.com/external/annotated-ty
33
asn1crypto @ https://agent-int-packages.datadoghq.com/external/asn1crypto/asn1crypto-1.5.1-py2.py3-none-any.whl#sha256=db4e40728b728508912cbb3d44f19ce188f218e9eba635821bb4b68564f8fd67
44
attrs @ https://agent-int-packages.datadoghq.com/external/attrs/attrs-23.2.0-py3-none-any.whl#sha256=99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1
55
aws-requests-auth @ https://agent-int-packages.datadoghq.com/external/aws-requests-auth/aws_requests_auth-0.4.3-py2.py3-none-any.whl#sha256=646bc37d62140ea1c709d20148f5d43197e6bd2d63909eb36fa4bb2345759977
6-
azure-core @ https://agent-int-packages.datadoghq.com/external/azure-core/azure_core-1.30.1-py3-none-any.whl#sha256=7c5ee397e48f281ec4dd773d67a0a47a0962ed6fa833036057f9ea067f688e74
6+
azure-core @ https://agent-int-packages.datadoghq.com/external/azure-core/azure_core-1.30.2-py3-none-any.whl#sha256=cf019c1ca832e96274ae85abd3d9f752397194d9fea3b41487290562ac8abe4a
77
azure-identity @ https://agent-int-packages.datadoghq.com/external/azure-identity/azure_identity-1.16.0-py3-none-any.whl#sha256=722fdb60b8fdd55fa44dc378b8072f4b419b56a5e54c0de391f644949f3a826f
88
bcrypt @ https://agent-int-packages.datadoghq.com/external/bcrypt/bcrypt-4.1.3-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=f5698ce5292a4e4b9e5861f7e53b1d89242ad39d54c3da451a93cac17b61921a
99
beautifulsoup4 @ https://agent-int-packages.datadoghq.com/external/beautifulsoup4/beautifulsoup4-4.12.3-py3-none-any.whl#sha256=b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed
@@ -14,13 +14,13 @@ botocore @ https://agent-int-packages.datadoghq.com/external/botocore/botocore-1
1414
bytecode @ https://agent-int-packages.datadoghq.com/external/bytecode/bytecode-0.15.1-py3-none-any.whl#sha256=0a1dc340cac823cff605609b8b214f7f9bf80418c6b9e0fc8c6db1793c27137d
1515
cachetools @ https://agent-int-packages.datadoghq.com/external/cachetools/cachetools-5.3.3-py3-none-any.whl#sha256=0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945
1616
cattrs @ https://agent-int-packages.datadoghq.com/external/cattrs/cattrs-23.2.3-py3-none-any.whl#sha256=0341994d94971052e9ee70662542699a3162ea1e0c62f7ce1b4a57f563685108
17-
certifi @ https://agent-int-packages.datadoghq.com/external/certifi/certifi-2024.2.2-py3-none-any.whl#sha256=dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1
17+
certifi @ https://agent-int-packages.datadoghq.com/external/certifi/certifi-2024.6.2-py3-none-any.whl#sha256=ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56
1818
cffi @ https://agent-int-packages.datadoghq.com/external/cffi/cffi-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936
1919
charset-normalizer @ https://agent-int-packages.datadoghq.com/external/charset-normalizer/charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f
2020
clickhouse-cityhash @ https://agent-int-packages.datadoghq.com/external/clickhouse-cityhash/clickhouse_cityhash-1.0.2.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=daae6e5108e618f3fb64eab8c9dbf74e05fae5ba4b4d785fc7548a1c2573444b
2121
clickhouse-driver @ https://agent-int-packages.datadoghq.com/external/clickhouse-driver/clickhouse_driver-0.2.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=985a9d60044c5ad39c6e018b852c7105ec4ebfdf4c3abe23183b4867454e570a
2222
cm-client @ https://agent-int-packages.datadoghq.com/built/cm-client/cm_client-45.0.4-20240402155018-py3-none-manylinux2014_aarch64.whl#sha256=aba3c1683ef1b2099933e030464d29b3ad1c206784ebd15d8a7147ecd6ba24e1
23-
confluent-kafka @ https://agent-int-packages.datadoghq.com/built/confluent-kafka/confluent_kafka-2.3.0-20240530234011-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=4b99e257023b928ebc7d1e5b9c0260f9c7af5c23ebd4f636c23b19416b48a1d6
23+
confluent-kafka @ https://agent-int-packages.datadoghq.com/built/confluent-kafka/confluent_kafka-2.4.0-20240606182322-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=cc2feb8d8a947388e3c4dce0dbd4dd59a09f40b3cd633acb327f820e7ff92967
2424
cryptography @ https://agent-int-packages.datadoghq.com/external/cryptography/cryptography-42.0.6-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=d93080d2b01b292e7ee4d247bf93ed802b0100f5baa3fa5fd6d374716fa480d4
2525
ddsketch @ https://agent-int-packages.datadoghq.com/external/ddsketch/ddsketch-3.0.1-py3-none-any.whl#sha256=6d047b455fe2837c43d366ff1ae6ba0c3166e15499de8688437a75cea914224e
2626
ddtrace @ https://agent-int-packages.datadoghq.com/external/ddtrace/ddtrace-1.11.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=e591d22fc93f276b6aa3e7d2d9b34ecb95f86728ddb56217ede4849e9d1ff88d
@@ -34,7 +34,7 @@ foundationdb @ https://agent-int-packages.datadoghq.com/built/foundationdb/found
3434
google-auth @ https://agent-int-packages.datadoghq.com/external/google-auth/google_auth-2.29.0-py2.py3-none-any.whl#sha256=d452ad095688cd52bae0ad6fafe027f6a6d6f560e810fec20914e17a09526415
3535
gssapi @ https://agent-int-packages.datadoghq.com/built/gssapi/gssapi-1.8.3-20240530234011-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl#sha256=5244f24e30936026f3d01c37168cf9615821f012ab78cc45c23797f7bab8f047
3636
idna @ https://agent-int-packages.datadoghq.com/external/idna/idna-3.7-py3-none-any.whl#sha256=82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0
37-
importlib-metadata @ https://agent-int-packages.datadoghq.com/external/importlib-metadata/importlib_metadata-7.0.0-py3-none-any.whl#sha256=d97503976bb81f40a193d41ee6570868479c69d5068651eb039c40d850c59d67
37+
importlib-metadata @ https://agent-int-packages.datadoghq.com/external/importlib-metadata/importlib_metadata-7.1.0-py3-none-any.whl#sha256=30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570
3838
in-toto @ https://agent-int-packages.datadoghq.com/external/in-toto/in_toto-2.0.0-py3-none-any.whl#sha256=eaf71733cdd5b2309b58b24169c13c24701da72baa43b7432d1dffc308e7bf32
3939
iso8601 @ https://agent-int-packages.datadoghq.com/external/iso8601/iso8601-2.1.0-py3-none-any.whl#sha256=aac4145c4dcb66ad8b648a02830f5e2ff6c24af20f4f482689be402db2429242
4040
jaydebeapi @ https://agent-int-packages.datadoghq.com/external/jaydebeapi/JayDeBeApi-1.2.3-py3-none-any.whl#sha256=d6256bdad1e14414225fbc839f7d56922ea3abc06153f3a57490fee909fecd64
@@ -57,7 +57,7 @@ msal-extensions @ https://agent-int-packages.datadoghq.com/external/msal-extensi
5757
netifaces @ https://agent-int-packages.datadoghq.com/built/netifaces/netifaces-0.11.0-20240530234012-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl#sha256=a68a5ddf631ec43474b121b29716fe9aca00ffe62b89e87a99535c1e5d855f40
5858
oauthlib @ https://agent-int-packages.datadoghq.com/external/oauthlib/oauthlib-3.2.2-py3-none-any.whl#sha256=8139f29aac13e25d502680e9e19963e83f16838d48a0d71c287fe40e7067fbca
5959
openstacksdk @ https://agent-int-packages.datadoghq.com/external/openstacksdk/openstacksdk-3.1.0-py3-none-any.whl#sha256=4ce8339b87633f3cae52be4a2e9d1c784fba52f3d60422b594a594b185c63bf3
60-
opentelemetry-api @ https://agent-int-packages.datadoghq.com/external/opentelemetry-api/opentelemetry_api-1.24.0-py3-none-any.whl#sha256=0f2c363d98d10d1ce93330015ca7fd3a65f60be64e05e30f557c61de52c80ca2
60+
opentelemetry-api @ https://agent-int-packages.datadoghq.com/external/opentelemetry-api/opentelemetry_api-1.25.0-py3-none-any.whl#sha256=757fa1aa020a0f8fa139f8959e53dec2051cc26b832e76fa839a6d76ecefd737
6161
oracledb @ https://agent-int-packages.datadoghq.com/external/oracledb/oracledb-1.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=138904100c5218c33005ec5b07688ce68f40ea20c28b3b840738401ae2a862a1
6262
orjson @ https://agent-int-packages.datadoghq.com/external/orjson/orjson-3.10.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=544a12eee96e3ab828dbfcb4d5a0023aa971b27143a1d35dc214c176fdfb29b3
6363
os-service-types @ https://agent-int-packages.datadoghq.com/external/os-service-types/os_service_types-1.7.0-py2.py3-none-any.whl#sha256=0505c72205690910077fb72b88f2a1f07533c8d39f2fe75b29583481764965d6
@@ -80,9 +80,9 @@ pydantic @ https://agent-int-packages.datadoghq.com/external/pydantic/pydantic-2
8080
pydantic-core @ https://agent-int-packages.datadoghq.com/external/pydantic-core/pydantic_core-2.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=4ac140d54da366672f6b91f9a1e8e2d4e7e72720143353501ae886d3fca03272
8181
pyjwt @ https://agent-int-packages.datadoghq.com/external/pyjwt/PyJWT-2.8.0-py3-none-any.whl#sha256=59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320
8282
pymongo @ https://agent-int-packages.datadoghq.com/external/pymongo/pymongo-4.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=4d227555be35078b53f506f6b58bd0b0e8fd4513e89e6f29e83a97efab439250
83-
pymysql @ https://agent-int-packages.datadoghq.com/external/pymysql/PyMySQL-1.1.0-py3-none-any.whl#sha256=8969ec6d763c856f7073c4c64662882675702efcb114b4bcbb955aea3a069fa7
83+
pymysql @ https://agent-int-packages.datadoghq.com/external/pymysql/PyMySQL-1.1.1-py3-none-any.whl#sha256=4de15da4c61dc132f4fb9ab763063e693d521a80fd0e87943b9a453dd4c19d6c
8484
pynacl @ https://agent-int-packages.datadoghq.com/external/pynacl/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=a36d4a9dda1f19ce6e03c9a784a2921a4b726b02e1c736600ca9c22029474394
85-
pyodbc @ https://agent-int-packages.datadoghq.com/built/pyodbc/pyodbc-5.1.0-20240530234013-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=34c8982bd0263a828a3394b836886562f4ecb682fa62b0299dd1df7c3f4bd5ef
85+
pyodbc @ https://agent-int-packages.datadoghq.com/built/pyodbc/pyodbc-5.1.0-20240606182323-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=de1f02213c3e5bb944bb4d5ca33dd9cacdc143ae869d98f4eb4304e878d58640
8686
pyopenssl @ https://agent-int-packages.datadoghq.com/external/pyopenssl/pyOpenSSL-24.1.0-py3-none-any.whl#sha256=17ed5be5936449c5418d1cd269a1a9e9081bc54c17aed272b45856a3d3dc86ad
8787
pysmi @ https://agent-int-packages.datadoghq.com/external/pysmi/pysmi-0.3.4-py2.py3-none-any.whl#sha256=2ec6ebd41aaef562695e7d0058763c6e1e8c1fbf8710804c11ef3a857fc9cad7
8888
pysnmp @ https://agent-int-packages.datadoghq.com/external/pysnmp/pysnmp-4.4.9-py2.py3-none-any.whl#sha256=128a4832ce170213a59b82e7eeb886fc07d4b2e6eb638db8049af03f1014b0f8
@@ -122,7 +122,7 @@ supervisor @ https://agent-int-packages.datadoghq.com/external/supervisor/superv
122122
tenacity @ https://agent-int-packages.datadoghq.com/external/tenacity/tenacity-8.3.0-py3-none-any.whl#sha256=3649f6443dbc0d9b01b9d8020a9c4ec7a1ff5f6f3c6c8a036ef371f573fe9185
123123
tomlkit @ https://agent-int-packages.datadoghq.com/external/tomlkit/tomlkit-0.12.5-py3-none-any.whl#sha256=af914f5a9c59ed9d0762c7b64d3b5d5df007448eb9cd2edc8a46b1eafead172f
124124
tuf @ https://agent-int-packages.datadoghq.com/external/tuf/tuf-2.0.0-py3-none-any.whl#sha256=1524b0fbd8504245f600f121daf86b8fdcb30df74410acc9655944c4868e461c
125-
typing-extensions @ https://agent-int-packages.datadoghq.com/external/typing-extensions/typing_extensions-4.12.0-py3-none-any.whl#sha256=b349c66bea9016ac22978d800cfff206d5f9816951f12a7d0ec5578b0a819594
125+
typing-extensions @ https://agent-int-packages.datadoghq.com/external/typing-extensions/typing_extensions-4.12.1-py3-none-any.whl#sha256=6024b58b69089e5a89c347397254e35f1bf02a907728ec7fee9bf0fe837d203a
126126
tzlocal @ https://agent-int-packages.datadoghq.com/external/tzlocal/tzlocal-5.2-py3-none-any.whl#sha256=49816ef2fe65ea8ac19d19aa7a1ae0551c834303d5014c6d5a62e4cbda8047b8
127127
uhashring @ https://agent-int-packages.datadoghq.com/external/uhashring/uhashring-2.3-py3-none-any.whl#sha256=7ee8a25ca495a97effad10bd563c83b4054a6d7606d9530757049a04edab9297
128128
uptime @ https://agent-int-packages.datadoghq.com/built/uptime/uptime-3.0.1-20240530234013-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl#sha256=0ef86f8911072d3c307f422d872d962c041cec9c892cc6a50c9b963d1cf259f0
@@ -131,4 +131,4 @@ vertica-python @ https://agent-int-packages.datadoghq.com/external/vertica-pytho
131131
websocket-client @ https://agent-int-packages.datadoghq.com/external/websocket-client/websocket_client-1.8.0-py3-none-any.whl#sha256=17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526
132132
wrapt @ https://agent-int-packages.datadoghq.com/external/wrapt/wrapt-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#sha256=a452f9ca3e3267cd4d0fcf2edd0d035b1934ac2bd7e0e57ac91ad6b95c0c6389
133133
xmltodict @ https://agent-int-packages.datadoghq.com/external/xmltodict/xmltodict-0.13.0-py2.py3-none-any.whl#sha256=aa89e8fd76320154a40d19a0df04a4695fb9dc5ba977cbb68ab3e4eb225e7852
134-
zipp @ https://agent-int-packages.datadoghq.com/external/zipp/zipp-3.19.0-py3-none-any.whl#sha256=96dc6ad62f1441bcaccef23b274ec471518daf4fbbc580341204936a5a3dddec
134+
zipp @ https://agent-int-packages.datadoghq.com/external/zipp/zipp-3.19.2-py3-none-any.whl#sha256=f091755f667055f2d02b32c53771a7a6c8b47e1fdbc4b72a8b9072b3eef8015c

0 commit comments

Comments
 (0)