Commit faa3905
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: Idd7c61489d4a4fd653ecd66789eeed20a998fe071 parent da8437c commit faa3905
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
0 commit comments