Skip to content

Commit c5443c8

Browse files
committed
Upgrading confluent kafka and librdkafka versions to 1.5 and 1.8.2 respectively
1 parent c65dbbc commit c5443c8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ci/environment-py37.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ dependencies:
1212
- toolz
1313
- zict
1414
- six
15-
- librdkafka=1.2.2
15+
- librdkafka=1.8.2
1616
- dask
1717
- distributed
1818
- pandas
19-
- python-confluent-kafka=1.1.0
19+
- python-confluent-kafka=1.5.0
2020
- numpydoc
2121
- sphinx
2222
- sphinx_rtd_theme

ci/environment-py38.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ dependencies:
1212
- toolz
1313
- zict
1414
- six
15-
- librdkafka=1.2.2
15+
- librdkafka=1.8.2
1616
- dask
1717
- distributed
1818
- pandas
19-
- python-confluent-kafka=1.1.0
19+
- python-confluent-kafka=1.5.0
2020
- numpydoc
2121
- sphinx
2222
- sphinx_rtd_theme

0 commit comments

Comments
 (0)