Skip to content

Commit 0cbbdcf

Browse files
authored
Revert dependency cliff to v4.12.0 (#1899)
cliff 4.13.0 has a bug with Python 3.13 where stevedore.ExtensionManager is used with subscript notation without `from __future__ import annotations`, causing a TypeError at runtime. Signed-off-by: Christian Berendt <berendt@osism.tech>
1 parent 6f8adfe commit 0cbbdcf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PyYAML = "==6.0.3"
1212
ansible-runner = "==2.4.2"
1313
ara = "==1.7.3"
1414
celery = {version = "==5.5.3", extras = ["redis"]}
15-
cliff = "==4.13.0"
15+
cliff = "==4.12.0"
1616
deepdiff = "==8.6.1"
1717
docker = "==7.1.0"
1818
dtrack-auditor = "==1.5.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PyMySQL==1.1.2
55
PyYAML==6.0.3
66
ara==1.7.3
77
celery[redis]==5.5.3
8-
cliff==4.13.0
8+
cliff==4.12.0
99
deepdiff==8.6.1
1010
docker==7.1.0
1111
dtrack-auditor==1.5.0

0 commit comments

Comments
 (0)