-
-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
ImportError: cannot import name 'DEFAULT_PATH' from 'pydantic_settings.sources' (/usr/local/lib/python3.10/site-packages/pydantic_settings/sources/__init__.py)
This used to be importable from pydantic_settings.sources
and now this is failing in our public packages where we depended on compatible versions for v2 major.
This public field was not deprecated or private, so nothing warrants the change.
I see this has been moved to pydantic_settings.sources.types
and the "export" is missing in the __init__.py
.
Since we can't fix imports in released packages, this is very important for us.
Thank you!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working