Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add acheck_pydantic_core_version() function#11324

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Viicos merged 3 commits intomainfromcheck-pc-version
Jan 24, 2025
Merged

Conversation

Viicos
Copy link
Member

Ensuring the correctpydantic-core version is installed.

Closes#11323.

Change Summary

Related issue number

Checklist

  • The pull request title is a good summary of the changes - it will be used in the changelog
  • Unit tests for the changes exist
  • Tests pass on CI
  • Documentation reflects the changes where applicable
  • My PR is ready to review,please add a comment including the phrase "please review" to assign reviewers

Ensuring the correct `pydantic-core` version is installed.
@github-actionsgithub-actionsbot added the relnotes-packagingUsed for dependency changes. labelJan 23, 2025
@cloudflare-workers-and-pagesCloudflare Workers and Pages
Copy link

cloudflare-workers-and-pagesbot commentedJan 23, 2025
edited
Loading

Deploying pydantic-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit:6d632ea
Status: ✅  Deploy successful!
Preview URL:https://6859aff4.pydantic-docs.pages.dev
Branch Preview URL:https://check-pc-version.pydantic-docs.pages.dev

View logs

@codspeed-hqCodSpeed HQ
Copy link

codspeed-hqbot commentedJan 23, 2025
edited
Loading

CodSpeed Performance Report

Merging#11324 willnot alter performance

Comparingcheck-pc-version (6d632ea) withmain (221275f)

Summary

✅ 45 untouched benchmarks

@github-actionsGitHub Actions
Copy link
Contributor

github-actionsbot commentedJan 23, 2025
edited
Loading

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  pydantic
  version.py
Project Total 

This report was generated bypython-coverage-comment-action

Copy link
Member

@samuelcolvinsamuelcolvin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

We need a comment on pyproject.toml saying "you need to update this in xxx if you change it here."

@@ -63,6 +65,12 @@ def version_info() -> str:
return '\n'.join('{:>30} {}'.format(k + ':', str(v).replace('\n', ' ')) for k, v in info.items())


def check_pydantic_core_version() -> bool:
"""Check that the installed `pydantic-core` dependency is compatible."""
# Keep this in sync with the version constraint in the `pyproject.toml` dependencies:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Can we automate this?

Copy link
MemberAuthor

@ViicosViicosJan 24, 2025
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Probably overkill imo, considering the added test fails if this function was not updated after apydantic-core version bump

sydney-runkle reacted with thumbs up emoji
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Sounds good, let's merge.

Copy link
Contributor

@sydney-runklesydney-runkle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM, though I'd prefer an automated update...

@ViicosViicos merged commitea3f18d intomainJan 24, 2025
55 checks passed
@ViicosViicos deleted the check-pc-version branchJanuary 24, 2025 16:44
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@samuelcolvinsamuelcolvinsamuelcolvin left review comments

@sydney-runklesydney-runklesydney-runkle approved these changes

Assignees
No one assigned
Labels
relnotes-packagingUsed for dependency changes.
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Addcheck_pydantic_core_version()
3 participants
@Viicos@samuelcolvin@sydney-runkle

[8]ページ先頭

©2009-2025 Movatter.jp