Open yosephmi opened 1 year ago
also faced with the same issue, the only workaround that works for me is to downgrade pedantic lib to version before 2.0 (1.10.13 for instance)
duplicate issue #210
Ill just drop this line here for the nexone looking into this issue:
[tool.poetry.dependencies]
redbird = { git = "https://github.com/ManiMozaffar/red-bird.git", branch = "v2_but_v1" }
降低版本,使用pip install pydantic==1.10.9
这个bug居然还没有修复....天啊
Describe the bug When importing: from
from rocketry import Rocketry
receiving bug:To Reproduce Steps to reproduce the behavior.
Expected behavior Import to succeed