-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(python-deps): update dependency pydantic-core to v2.25.1 in all dependant actions #120
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/python-deps/pydantic-dependencies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #120 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 224 224
Branches 30 30
=========================================
Hits 224 224 ☔ View full report in Codecov by Sentry. |
Blocked by PyCQA/docformatter#293 |
renovate
bot
force-pushed
the
renovate/python-deps/pydantic-dependencies
branch
from
October 16, 2024 14:50
b5f4cf7
to
7986729
Compare
renovate
bot
changed the title
chore(python-deps): update dependency pydantic-core to v2.24.0 in all dependant actions
chore(python-deps): update dependency pydantic-core to v2.24.1 in all dependant actions
Oct 16, 2024
renovate
bot
force-pushed
the
renovate/python-deps/pydantic-dependencies
branch
from
October 20, 2024 16:49
7986729
to
c92a8b6
Compare
renovate
bot
changed the title
chore(python-deps): update dependency pydantic-core to v2.24.1 in all dependant actions
chore(python-deps): update dependency pydantic-core to v2.24.2 in all dependant actions
Oct 20, 2024
renovate
bot
force-pushed
the
renovate/python-deps/pydantic-dependencies
branch
3 times, most recently
from
October 23, 2024 23:00
d505e85
to
a25340d
Compare
renovate
bot
changed the title
chore(python-deps): update dependency pydantic-core to v2.24.2 in all dependant actions
chore(python-deps): update dependency pydantic-core to v2.25.0 in all dependant actions
Oct 28, 2024
renovate
bot
force-pushed
the
renovate/python-deps/pydantic-dependencies
branch
from
October 28, 2024 17:37
a25340d
to
eef4653
Compare
… dependant actions
renovate
bot
force-pushed
the
renovate/python-deps/pydantic-dependencies
branch
from
November 4, 2024 12:38
eef4653
to
580c436
Compare
renovate
bot
changed the title
chore(python-deps): update dependency pydantic-core to v2.25.0 in all dependant actions
chore(python-deps): update dependency pydantic-core to v2.25.1 in all dependant actions
Nov 4, 2024
Test Results (windows)
|
Test Results (macos)
|
Test Results (ubuntu)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
==2.23.4
->==2.25.1
Release Notes
pydantic/pydantic-core (pydantic-core)
v2.25.1
: 2024-10-30Compare Source
What's Changed
ValidationError
andPydanticCustomError
by @Youssefares in https://github.com/pydantic/pydantic-core/pull/1413ser_json_timedelta
" by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1503Url
andMultiHostUrl
by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1508New Contributors
Full Changelog: pydantic/pydantic-core@v2.25.0...v2.25.1
v2.25.0
: 2024-10-23Compare Source
What's Changed
host_required
for URLs by @Viicos in https://github.com/pydantic/pydantic-core/pull/1488Full Changelog: pydantic/pydantic-core@v2.24.2...v2.25.0
v2.24.2
: 2024-10-15Compare Source
What's Changed
serialization
key toInvalidSchema
by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1482Full Changelog: pydantic/pydantic-core@v2.24.1...v2.24.2
v2.24.1
: 2024-10-11Compare Source
What's Changed
Packaging
pyo3
from 0.22.2 to 0.22.3 by @dependabot in https://github.com/pydantic/pydantic-core/pull/1472serde
from 1.0.209 to 1.0.210 by @dependabot in https://github.com/pydantic/pydantic-core/pull/1471regex
from 1.10.6 to 1.11.0 by @dependabot in https://github.com/pydantic/pydantic-core/pull/1470Fixes
Changes
invalid
schema placeholder by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1469issubclass
andisinstance
schemas from json by @sydney-runkle in https://github.com/pydantic/pydantic-core/pull/1479Full Changelog: pydantic/pydantic-core@v2.24.0...v2.24.1
v2.24.0
: 2024-09-20Compare Source
What's Changed
Features
ser_json_timedelta
config parameter by @ollz272 in https://github.com/pydantic/pydantic-core/pull/1427TypedDict
to type hint variadic keyword arguments inArgumentsValidator
by @Viicos in https://github.com/pydantic/pydantic-core/pull/1451Fixes
New Contributors
Full Changelog: pydantic/pydantic-core@v2.23.4...v2.24.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.