Skip to content

Allow @with_config decorator to be used with keyword arguments#11608

Merged
Viicos merged 1 commit intomainfrom
11606
Mar 26, 2025
Merged

Allow @with_config decorator to be used with keyword arguments#11608
Viicos merged 1 commit intomainfrom
11606

Conversation

@Viicos
Copy link
Copy Markdown
Member

@Viicos Viicos commented Mar 22, 2025

Fixes #11606, closes #11607

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

@github-actions github-actions Bot added the relnotes-fix Used for bugfixes. label Mar 22, 2025
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Mar 22, 2025

Deploying pydantic-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: f407571
Status: ✅  Deploy successful!
Preview URL: https://de8df0c6.pydantic-docs.pages.dev
Branch Preview URL: https://11606.pydantic-docs.pages.dev

View logs

Co-authored-by: Yassin Nouh <70436855+YassinNouh21@users.noreply.github.com>
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Mar 22, 2025

CodSpeed Performance Report

Merging #11608 will not alter performance

Comparing 11606 (f407571) with main (8e98bc0)

Summary

✅ 46 untouched benchmarks

@github-actions
Copy link
Copy Markdown
Contributor

Coverage report

Click to see where and how coverage changed

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

This report was generated by python-coverage-comment-action

@Viicos Viicos merged commit 86491cc into main Mar 26, 2025
61 checks passed
@Viicos Viicos deleted the 11606 branch March 26, 2025 19:33
@Viicos Viicos added relnotes-feature and removed relnotes-fix Used for bugfixes. labels Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow kwargs to be passed directly to @with_config

2 participants