-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python: update pydantic version > 2 #2667
Comments
|
@awharrison-28 - can you look into these package updates and see if it makes sense for us to do. |
Also worth checking whether you're using any features that actually changed. If you can get away without the version constraint at all, it makes your package more widely usable. |
Can't use because of this issue 😭 |
This was done! |
Many of the latest packages frequently use
pydantic > 2
.But current pydantic in semantic-kernel use pydantic = "<2", causing ongoing version conflicts.
I suggest updating the package.
The text was updated successfully, but these errors were encountered: