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.
2 parents b3ec71b + f83cc7e commit 95adc9cCopy full SHA for 95adc9c
pom.xml
@@ -184,7 +184,7 @@
184
<dependency>
185
<groupId>com.google.guava</groupId>
186
<artifactId>guava</artifactId>
187
- <version>31.1-jre</version>
+ <version>32.0.1-jre</version>
188
</dependency>
189
</dependencies>
190
@@ -342,4 +342,4 @@
342
343
</plugins>
344
</build>
345
-</project>
+</project>
test/requirements.txt
@@ -1,3 +1,4 @@
1
+cython < 3.0.0
2
pytest
3
requests == 2.28.2
4
kafka-python
0 commit comments