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 66bb8a7 commit 6925eeeCopy full SHA for 6925eee
README.md
@@ -21,4 +21,7 @@ source:
21
</pre>
22
23
## Installation
24
-Package can be installed using `pip install apicurio-datahub-kafka`
+Package can be installed using
25
+```bash
26
+pip install 'apicurioregistrysdk==2.5.10' && pip install apicurio-datahub-kafka
27
+```
requirements.txt
@@ -67,7 +67,7 @@ six==1.16.0
67
sniffio==1.3.1
68
tabulate==0.9.0
69
termcolor==2.4.0
70
-testcontainers==4.1.1
+testcontainers==4.10.0
71
toml==0.10.2
72
tomli==2.0.1
73
typing-inspect==0.9.0
0 commit comments