You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I initially thought this might be duplicate of #52 or #38, but I the settings aren't directly imported in the code. Maybe it's easiest to update the code in the readme so the newbie's like me understand how to use this module :)
Technical details:
I am using python 3.11.7 and these package versions:
Describe the bug:
Hi all, love the idea of the package.
I am trying to run the basic example in the readme:
But I get the error:
PydanticImportError:
BaseSettings
has been moved to thepydantic-settings
package. See https://docs.pydantic.dev/2.5/migration/#basesettings-has-moved-to-pydantic-settings for more details. For further information visit https://errors.pydantic.dev/2.5/u/import-errorI initially thought this might be duplicate of #52 or #38, but I the settings aren't directly imported in the code. Maybe it's easiest to update the code in the readme so the newbie's like me understand how to use this module :)
Technical details:
I am using python 3.11.7 and these package versions:
pydantic 2.5.3
pydantic_core 2.14.6
pydantic-settings 2.1.0
streamlit-pydantic 0.6.0
The text was updated successfully, but these errors were encountered: