Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pydantic (changelog) >=1.7.4,<1.11 -> >=1.7.4,<2.6 age adoption passing confidence

Release Notes

pydantic/pydantic (pydantic)

v2.5.3: 2023-12-22

Compare Source

v2.5.3 (2023-12-22)

GitHub release

What's Changed
Packaging
  • uprev pydantic-core to 2.14.6
Fixes

Full Changelog: pydantic/pydantic@v2.5.2...v2.5.3/

v2.5.2: 2023-11-22

Compare Source

v2.5.2 (2023-11-22)

GitHub release

What's Changed
Packaging
  • uprev pydantic-core to 2.14.5
New Features
Fixes

v2.5.1

Compare Source

GitHub release

What's Changed
Packaging
Fixes

v2.5.0

Compare Source

GitHub release

The code released in v2.5.0 is functionally identical to that of v2.5.0b1.

What's Changed
Packaging
  • Update pydantic-core from 2.10.1 to 2.14.1, significant changes from these updates are described below, full changelog here
  • Update to pyright==1.1.335 by @​Viicos in #​8075
New Features
Changes
  • Significant Change: replace ultra_strict with new smart union implementation, the way unions are validated has changed significantly to improve performance and correctness, we have worked hard to absolutely minimise the number of cases where behaviour has changed, see the PR for details - by @​davidhewitt in pydantic/pydantic-core#867
  • Add support for instance method reassignment when extra='allow' by @​sydney-runkle in #​7683
  • Support JSON schema generation for Enum types with no cases by @​sydney-runkle in #​7927
  • Warn if a class inherits from Generic before BaseModel by @​alexmojaki in #​7891
Performance
Fixes
New Contributors
pydantic
pydantic-core

v2.4.2

Compare Source

GitHub release

What's Changed
Fixes
New Contributors

v2.4.1

Compare Source

GitHub release

What's Changed
Packaging
Fixes

v2.4.0

Compare Source

GitHub release

What's Changed
Packaging
New Features
Changes
Performance
Fixes
New Contributors

v2.3.0

Compare Source

GitHub release

v2.2.1

Compare Source

GitHub release

v2.2.0

Compare Source

GitHub release

v2.1.1

Compare Source

GitHub release

v2.1.0

Compare Source

GitHub release

v2.0.3

Compare Source

GitHub release


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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies This is affecting the dependencies python labels Jun 30, 2023
@codecov
Copy link

codecov bot commented Jun 30, 2023

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (8a8dd98) 70.16% compared to head (202afd2) 70.30%.

Files Patch % Lines
shared/libretime_shared/config/_fields.py 87.50% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2604      +/-   ##
==========================================
+ Coverage   70.16%   70.30%   +0.13%     
==========================================
  Files         147      148       +1     
  Lines        3999     4024      +25     
==========================================
+ Hits         2806     2829      +23     
- Misses       1193     1195       +2     
Flag Coverage Δ
analyzer 46.91% <ø> (ø)
api 93.79% <ø> (ø)
api-client 64.40% <ø> (ø)
playout 47.55% <100.00%> (-0.12%) ⬇️
shared 88.78% <91.93%> (+0.29%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jooola
Copy link
Contributor

jooola commented Jul 1, 2023

We need to wait for the next patch release, we are facing a bug with the union discriminator:

TypeError: `discriminator` can only be used with `Union` type with more than one variant

Maybe this is our fix pydantic/pydantic#6340

@jooola jooola force-pushed the renovate/main-pydantic-2.x branch from d52a149 to 1ef3abe Compare July 29, 2023 10:29
@jooola
Copy link
Contributor

jooola commented Jul 29, 2023

Blocked by pydantic/pydantic#6943

@renovate renovate bot force-pushed the renovate/main-pydantic-2.x branch from 1ef3abe to 9d16803 Compare September 17, 2023 11:27
@jooola jooola force-pushed the renovate/main-pydantic-2.x branch 2 times, most recently from 2d2e8f1 to 60dc6a9 Compare December 27, 2023 09:44
@jooola jooola changed the title chore(deps): update dependency pydantic to v2 (main) fix(deps): update dependency pydantic to v2 (main) Dec 27, 2023
@renovate renovate bot force-pushed the renovate/main-pydantic-2.x branch from 60dc6a9 to a3f395d Compare December 27, 2023 09:46
@renovate renovate bot changed the title fix(deps): update dependency pydantic to v2 (main) chore(deps): update dependency pydantic to v2 (main) Dec 27, 2023
Copy link
Contributor Author

renovate bot commented Dec 27, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@jooola jooola changed the title chore(deps): update dependency pydantic to v2 (main) fix(deps): update dependency pydantic to v2 (main) Dec 27, 2023
@jooola jooola force-pushed the renovate/main-pydantic-2.x branch 2 times, most recently from 018f19d to a80a221 Compare December 27, 2023 12:17
@jooola jooola force-pushed the renovate/main-pydantic-2.x branch from a80a221 to 202afd2 Compare December 27, 2023 12:32
@jooola jooola merged commit 7db7eb0 into main Dec 27, 2023
@jooola jooola deleted the renovate/main-pydantic-2.x branch December 27, 2023 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This is affecting the dependencies python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant