Skip to content

Commit faa3905

Browse files
committed
Exclude Taskflow 6.0.0 from global requirements
Taskflow 6.0.0 had a bug in the database migrations that caused duplicate table name errors during the persistence database tables alembic migration. 6.0.1 was released with a fix[1] for this issue. This patch excludes 6.0.0 in the global requirements to avoid the problem. [1] https://review.opendev.org/c/openstack/taskflow/+/950967 Change-Id: Idd7c61489d4a4fd653ecd66789eeed20a998fe07
1 parent da8437c commit faa3905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ pbr!=2.1.0 # Apache-2.0
383383
sherlock # MIT
384384
stevedore!=3.0.0 # Apache-2.0
385385
tap-as-a-service # Apache-2.0
386-
taskflow # Apache-2.0
386+
taskflow!=6.0.0 # Apache-2.0
387387
tempest # Apache-2.0
388388
tooz # Apache-2.0
389389
tosca-parser # Apache-2.0

0 commit comments

Comments
 (0)