Skip to content

feat: Default to native list/dict type hints instead of typing.List/Dict#2699

Merged
koxudaxi merged 5 commits intomainfrom
feature/default-standard-collections-for-py310
Dec 19, 2025
Merged

feat: Default to native list/dict type hints instead of typing.List/Dict#2699
koxudaxi merged 5 commits intomainfrom
feature/default-standard-collections-for-py310

Conversation

@koxudaxi
Copy link
Copy Markdown
Owner

Closes #2616

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Dec 19, 2025

Important

Review skipped

More than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review.

165 files out of 272 files are above the max files limit of 100. Please upgrade to Pro plan to get higher limits.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/default-standard-collections-for-py310

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

🤖 Generated by GitHub Actions
Comment thread tests/data/expected/main/openapi/msgspec_use_union_operator.py Dismissed
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.43%. Comparing base (3fc6cdb) to head (e5e637f).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2699      +/-   ##
==========================================
- Coverage   99.47%   99.43%   -0.04%     
==========================================
  Files          81       81              
  Lines       11380    11381       +1     
  Branches     1359     1359              
==========================================
- Hits        11320    11317       -3     
- Misses         36       38       +2     
- Partials       24       26       +2     
Flag Coverage Δ
unittests 99.43% <100.00%> (-0.04%) ⬇️

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.

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Dec 19, 2025

CodSpeed Performance Report

Merging #2699 will not alter performance

Comparing feature/default-standard-collections-for-py310 (e5e637f) with main (3fc6cdb)

Summary

✅ 52 untouched
⏩ 10 skipped1

Footnotes

  1. 10 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@koxudaxi koxudaxi merged commit a31749d into main Dec 19, 2025
37 of 38 checks passed
@koxudaxi koxudaxi deleted the feature/default-standard-collections-for-py310 branch December 19, 2025 17:27
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.

Enable native list/dict output (with opt-out) when targeting Python 3.10+

2 participants