Closed kitrio closed 9 months ago
Hey @kitrio , this is a known issue from Pydantic, see https://github.com/pydantic/pydantic/issues/7873.
I've removed future annotations from Pydantic BaseSettings
, please check the new release.
I close the issue, if you have any questions please let me know.
OS: windows 10 python 3.8 fastapi 0.109.1
Project's toml file, it support python 3.8.
but type error occurred:
this error not showing 0.5 version.
this is stack trace.