Skip to content

Commit cc9eee5

Browse files
committed
fix kafka and move urllib3 comment
1 parent b6f229a commit cc9eee5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

datadog_checks_base/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ license = "BSD-3-Clause"
3333
db = [
3434
"mmh3==5.1.0",
3535
]
36+
# urllib3 is a dependency of requests that we explicitly
37+
# make use of in a few places
3638
deps = [
3739
"binary==1.0.1",
3840
"cachetools==5.5.2",

kafka_consumer/hatch.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Also bump the LIBRDKAFKA_VERSION version in this file
66
post-install-commands = [
77
"python -m pip uninstall -y confluent-kafka",
8-
"python -m pip install --no-binary confluent-kafka confluent-kafka==2.10.0",
8+
"python -m pip install --no-binary confluent-kafka confluent-kafka==2.8.0",
99
]
1010

1111
[envs.default.env-vars]

0 commit comments

Comments
 (0)