Skip to content

Commit cb9a189

Browse files
committed
Bump confluent-kafka to 2.11.0
1 parent 2599f8b commit cb9a189

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/post-link.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $PREFIX/bin/pip install \
66
'influxdb3-python[pandas]>=0.7,<1.0' \
77
'pyiceberg[pyarrow,glue]>=0.7' \
88
'redis[hiredis]>=5.2.0,<6' \
9-
'confluent-kafka[avro,json,protobuf,schemaregistry]>=2.8.2,<2.11' \
9+
'confluent-kafka[avro,json,protobuf,schemaregistry]>=2.8.2,<2.12' \
1010
'influxdb>=5.3,<6' \
1111
'jsonpath_ng>=1.7.0,<2' \
1212
'types-psycopg2>=2.9,<3'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
confluent-kafka[avro,json,protobuf,schemaregistry]>=2.8.2,<2.11
1+
confluent-kafka[avro,json,protobuf,schemaregistry]>=2.8.2,<2.12
22
requests>=2.32
33
rocksdict>=0.3,<0.4
44
typing_extensions>=4.8

0 commit comments

Comments
 (0)