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 966a752 commit 2702fc5Copy full SHA for 2702fc5
pyproject.toml
@@ -12,7 +12,7 @@ dependencies = [
12
"django-celery-results>=2.5.1",
13
"redis>=5.0.1",
14
"flower>=2.0.1",
15
- "sqlalchemy>=2.0.28",
+ "sqlalchemy>=2.0.25",
16
"graphviz>=0.20.1"
17
]
18
requires-python = ">=3.6"
requirements.txt
@@ -10,7 +10,7 @@ django-celery-beat>=2.6.0
10
django-celery-results>=2.5.1
11
redis>=5.0.1
flower>=2.0.1
-sqlalchemy>=2.0.28
+sqlalchemy>=2.0.25
graphviz>=0.20.1
0 commit comments