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

FixPydanticUserError on emptymodel_config with annotations#10412

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 1 commit intopydantic:mainfromtinydantic:cdwilson/fix-issue-10411
Sep 15, 2024

Conversation

cdwilson
Copy link
Contributor

@cdwilsoncdwilson commentedSep 15, 2024
edited
Loading

Change Summary

Prevents aPydanticUserError from being raised whenmodel_config has type annotations (model_config: ConfigDict), but is also empty.

For example, this previously raised aPydanticUserError:

classModel(BaseModel):model_config:ConfigDict= {}

Related issue number

Fixes#10411

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

Prevents a `PydanticUserError` from being raised when `model_config` hastype annotations (`model_config: ConfigDict`), but is also empty.For example, this previously raised a `PydanticUserError`:class Model(BaseModel):    model_config: ConfigDict = {}Fixespydantic#10411
@github-actionsgithub-actionsbot added the relnotes-fixUsed for bugfixes. labelSep 15, 2024
@codspeed-hqCodSpeed HQ
Copy link

CodSpeed Performance Report

Merging#10412 willnot alter performance

Comparingtinydantic:cdwilson/fix-issue-10411 (ec1a501) withmain (5d5b8af)

Summary

✅ 49 untouched benchmarks

@github-actionsGitHub Actions
Copy link
Contributor

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  pydantic/_internal
  _config.py
Project Total 

This report was generated bypython-coverage-comment-action

@Viicos
Copy link
Member

Thanks for the bug report and fix@cdwilson

@ViicosViicos merged commita764871 intopydantic:mainSep 15, 2024
60 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ViicosViicosViicos approved these changes

Assignees
No one assigned
Labels
relnotes-fixUsed for bugfixes.
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

PydanticUserError raised whenmodel_config has type annotation and is empty
2 participants
@cdwilson@Viicos

[8]ページ先頭

©2009-2025 Movatter.jp