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 575f6c7 commit 6c5f2a1Copy full SHA for 6c5f2a1
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "confluent-kafka"
7
-version = "2.11.0+gr.1"
+version = "2.11.0+gr.2"
8
description = "Confluent's Python client for Apache Kafka"
9
classifiers = [
10
"Development Status :: 5 - Production/Stable",
src/confluent_kafka/cimpl/__init__.py
@@ -10,7 +10,7 @@
if not name.startswith("__"):
11
globals()[name] = getattr(module, name)
12
break
13
- except ModuleNotFoundError:
+ except ImportError:
14
pass
15
16
if variant is None:
0 commit comments