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
Hey! Sorry to keep you waiting so long. I fixed the local tests because there were some validation errors. But it seems like the tests in CI are not working properly atm. I have to take a look at that and would also need to test it e2e. Does this requirement still exist for you or not? If so, I can continue with it, if not, I would close the pr.
hello, thanks for replying.
yes I still need pydantic >= 2, but I can work with my local fork in the meanwhile.
I guess it won't be long until someone else also needs it. as pydantic v1 will be less and less supported by other libs, so this SDK will become harder to integrate as time goes.
Up to you if worth upgrading I guess :)
ok let me check if can make the workflow pass just by updating the PipFile.lock
lf-novelt
changed the title
build(deps): upgrade project to support pipfile >= 2
build(deps): upgrade project to support pydantic >= 2
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I need to integrate this SDK with FastAPI 0.128 which requires pydantic >= 2
this PR used https://github.com/pydantic/bump-pydantic to perform the migration from v1 to v2

I saw #268 but it's probably more future proof to upgrade at some point