Skip to content

Commit 6b5c9dc

Browse files
committed
reqs: fix redis and kafka
1 parent a59b128 commit 6b5c9dc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Repository = 'https://github.com/scailer/microagent.git'
3737
Changelog = 'https://github.com/scailer/microagent/blob/master/CHANGELOG.rst'
3838

3939
[project.optional-dependencies]
40-
redis = ['redis[hiredis]==6.*']
40+
redis = ['redis[hiredis]>5']
4141
amqp = ['aiormq==6.9.*']
42-
kafka = ['aiokafka==0.12.*']
42+
kafka = ['aiokafka==0.13.*']
4343
dev = [
4444
'pytest',
4545
'pytest-runner',
@@ -48,9 +48,9 @@ dev = [
4848
'coverage',
4949
'mypy',
5050
'ruff',
51-
'redis==6.*',
51+
'redis[hiredis]>5',
5252
'aiormq==6.9.*',
53-
'aiokafka==0.12.*',
53+
'aiokafka==0.13.*',
5454
]
5555

5656
[project.entry-points.'console_scripts']

0 commit comments

Comments
 (0)