We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f229a commit cc9eee5Copy full SHA for cc9eee5
datadog_checks_base/pyproject.toml
@@ -33,6 +33,8 @@ license = "BSD-3-Clause"
33
db = [
34
"mmh3==5.1.0",
35
]
36
+# urllib3 is a dependency of requests that we explicitly
37
+# make use of in a few places
38
deps = [
39
"binary==1.0.1",
40
"cachetools==5.5.2",
kafka_consumer/hatch.toml
@@ -5,7 +5,7 @@
5
# Also bump the LIBRDKAFKA_VERSION version in this file
6
post-install-commands = [
7
"python -m pip uninstall -y confluent-kafka",
8
- "python -m pip install --no-binary confluent-kafka confluent-kafka==2.10.0",
+ "python -m pip install --no-binary confluent-kafka confluent-kafka==2.8.0",
9
10
11
[envs.default.env-vars]
0 commit comments