Skip to content

Commit 6925eee

Browse files
committed
chore: add apicurio sdk prerequisite to readme and bump testcontainers version to v4.10.0
1 parent 66bb8a7 commit 6925eee

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ source:
2121
</pre>
2222

2323
## Installation
24-
Package can be installed using `pip install apicurio-datahub-kafka`
24+
Package can be installed using
25+
```bash
26+
pip install 'apicurioregistrysdk==2.5.10' && pip install apicurio-datahub-kafka
27+
```

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ six==1.16.0
6767
sniffio==1.3.1
6868
tabulate==0.9.0
6969
termcolor==2.4.0
70-
testcontainers==4.1.1
70+
testcontainers==4.10.0
7171
toml==0.10.2
7272
tomli==2.0.1
7373
typing-inspect==0.9.0

0 commit comments

Comments
 (0)