-
Notifications
You must be signed in to change notification settings - Fork 49
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
pydantic deprecation warnings #741
Comments
This is probably because of the release candidate: #705 bumped pydantic to the 2.x series and I made a release candidate for it, but the fully locked dependencies under I thought I squashed most of those deprecations with #705, but it looks like I missed a few. I can see about resolving those later today (unless you'd like to do it) 🙂 |
I can take a look tomorrow, no problem |
Team, I am still seeing the following warning, would be worth to reopen this issue?
Here's the prject specifics: |
Can you confirm that you're running a copy of |
There are pydantic deprecation warnings now that pydantic 2.x is out when running the test suite, see e.g. logs in https://github.com/sigstore/sigstore-python/actions/runs/6004069422/job/16283850154
Related note: I'm also a little confused by the version requirements:
pydantic >= 2,< 3
pydantic==1.10.6
what is going on here?
Specific deprecations
@validator is deprecated
Example
parse_obj is deprecated
Example
parse_raw is deprecated
Example
load_str_bytes is deprecated
Example
The text was updated successfully, but these errors were encountered: