Skip to content

pydantic 2.13#412

Open
commonism wants to merge 7 commits intomasterfrom
deps
Open

pydantic 2.13#412
commonism wants to merge 7 commits intomasterfrom
deps

Conversation

@commonism
Copy link
Owner

No description provided.

pydantic.warnings.PydanticDeprecatedSince212: Using `@model_validator` with mode='after' on a classmethod is deprecated. Instead, use an instance method. See the documentation at https://docs.pydantic.dev/2.12/concepts/validators/#model-after-validator. Deprecated in Pydantic V2.12 to be removed in V3.0.
Union[Annotated[str, Field(default=None)], Annotated[int, Field(default=None)],]
->
Annotated[Union[str, int], Field(default=None)]

c.f. pydantic/pydantic#12530
@codecov
Copy link

codecov bot commented Feb 4, 2026

Codecov Report

❌ Patch coverage is 96.77419% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 94.13%. Comparing base (d0a3234) to head (b100763).

Files with missing lines Patch % Lines
tests/apiv2_test.py 66.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #412      +/-   ##
==========================================
- Coverage   94.15%   94.13%   -0.02%     
==========================================
  Files          88       88              
  Lines        7490     7491       +1     
==========================================
  Hits         7052     7052              
- Misses        438      439       +1     
Flag Coverage Δ
core 94.13% <96.77%> (-0.02%) ⬇️
extras 94.13% <96.77%> (-0.02%) ⬇️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant