-
Notifications
You must be signed in to change notification settings - Fork 100
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
Update to pydantic 2.0 #593
Comments
Is this related to #588 ? |
Yes, #588 would probably be a blocker for this issue. |
As an FYI, I finally got around to updating pycql2 to work with v2. If it would be useful for this update. Its in the develop branch right now and is passing all my tests + some hypothesis fuzzing. Had to do a few odd things to get v2 working, but think its in a decent spot. And happy to address any concerns with it if there are any, as well as provide any help integrating. |
support for pydantic 2 was added in stac-pydantic 3.0.0 |
Is #588 still a blocker for this now that I found out the hard way that we can't upgrade our monorepo to Pydantic v2 until both |
👋 @thomas-maschler. Thanks! I was actually asking about 588 with respect to your PR. The discussion in stac-utils/stac-pydantic#127 suggests that it's no longer a blocker on this issue, but I haven't seen confirmation. Just eager to get your PR merged 😄 |
#588 says to either remove stac-pydantic as a dependency or bring it up to date. We got the latter done now, with additional PRs in the queue. Based on the discussion in stac-utils/stac-pydantic#127 and radiantearth/stac-spec#1252 there is a longer-term goal to deprecate stac-pydantic. But this hasn't happened yet and shouldn't prevent us from using the latest version in stac-fastapi |
done in #625 |
I hear it's faster 😉
The text was updated successfully, but these errors were encountered: