We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59b128 commit 6b5c9dcCopy full SHA for 6b5c9dc
1 file changed
pyproject.toml
@@ -37,9 +37,9 @@ Repository = 'https://github.com/scailer/microagent.git'
37
Changelog = 'https://github.com/scailer/microagent/blob/master/CHANGELOG.rst'
38
39
[project.optional-dependencies]
40
-redis = ['redis[hiredis]==6.*']
+redis = ['redis[hiredis]>5']
41
amqp = ['aiormq==6.9.*']
42
-kafka = ['aiokafka==0.12.*']
+kafka = ['aiokafka==0.13.*']
43
dev = [
44
'pytest',
45
'pytest-runner',
@@ -48,9 +48,9 @@ dev = [
48
'coverage',
49
'mypy',
50
'ruff',
51
- 'redis==6.*',
+ 'redis[hiredis]>5',
52
'aiormq==6.9.*',
53
- 'aiokafka==0.12.*',
+ 'aiokafka==0.13.*',
54
]
55
56
[project.entry-points.'console_scripts']
0 commit comments