Commit d374667
committed
fix: relax dataclasses-json upper bound from <0.5.12 to <0.6.0
The <0.5.12 cap was added when 0.5.12 dropped the marshmallow-enum
transitive dependency. Since flytekit now declares marshmallow-enum
as a direct dependency, 0.5.12–0.5.14 are safe. The <0.6.0 cap
remains because 0.6.0 removes marshmallow-enum support entirely
in favor of native Enum, which breaks type_engine.py.
Ref: flyteorg/flyte#3873
Signed-off-by: Hongxin Liang <honnix@users.noreply.github.com>1 parent d69b3fb commit d374667
2 files changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments