-
Notifications
You must be signed in to change notification settings - Fork 225
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 pydantic requirement from <2.0.0,>=1.8.0 to >=1.8.0,<3.0.0 #823
base: master
Are you sure you want to change the base?
Conversation
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v1.8...v2.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Assigning to self, as I'll need to update how |
@ascillitoe sounds like this is a major (breaking) version (although I haven't found a good place describing all the new stuff). I suppose for us we would want to upgrade to |
Yeh it involves some moderate changes, I actually tried to do this today and stopped since realised it was a bigger job than first expected. Their is a migration tool According to this, we have a year to make the jump, so it might be worth leaving this for a while? Some of our deps such as |
p.s. good point about |
Superseded by #882. Everything else about needing to do an actual migration still stands, of course! |
Hello, thinc now supports |
Hi @MarcBresson, with #882, you should be able to use Alibi Detect with Pydantic v1 or v2! We haven't done a release yet though. Are you able to use a commit hash or branch to specify the version of Alibi Detect that you use? |
Thank you for your quick answer! It worked like a charm with Will change it back later when the new version has been released. |
@MarcBresson: No worries mate! Thank you too for confirming that that worked. |
Updates the requirements on pydantic to permit the latest version.
Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
aeb8fd0
fix publish_docs492db2a
Use exclude in pyproject.toml with black (#6316)aee6986
Prepare for release (#6319)08c473a
Index improvements (#6314)89032e1
Remove warning on top ofdocs/usage/types/callables.md
(#6318)c143ecd
PYD-131 Links between API and usage docs (#6307)119b9f5
Update mypy plugin (#6306)b1f689e
pydantic-core 2.0.1 (#6310)f2b866f
📝 Add note about page not up-to-date (#6312)0bc0e87
adding page about version compatibility (#6309)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)