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
Same here. I think pydantic has moved BaseSettings to a seperate package, pydantic-settings (accroding to official doc). So a migration is needed here.
Specifically, this line of code should be modified to the following:
I'm trying to get Hello World working, but I am stuck because I'm getting this error. Should I get the development version and then make the change @8igMac is referencing to get unstuck?
@hueykwik you can manually install pydantic v1 like I did to avoid the error. That is, if the packages you're using supports that
If the ICE maintainers see this: Out of curiosity as another user of Poetry, why was project setup via poetry removed here? The pydantic = "^1.9.1" line in Poetry would've prevented this problem, whereas the new setup.cfg does not declare any version constraints on pydantic. Were there major problems with using poetry?
I already
pip install pydantic-settings
but I still get the same issue.The text was updated successfully, but these errors were encountered: