feat(typing): support typing.ReadOnly for TypedDict schemas#4424
feat(typing): support typing.ReadOnly for TypedDict schemas#4424provinzkraut merged 5 commits intomainfrom
typing.ReadOnly for TypedDict schemas#4424Conversation
typing.ReadOnly for TypedDict schemastyping.ReadOnly for TypedDict schemas
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4424 +/- ##
=======================================
Coverage 97.83% 97.83%
=======================================
Files 296 296
Lines 15286 15286
Branches 1711 1711
=======================================
Hits 14955 14955
Misses 189 189
Partials 142 142 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
710c9d8 to
7f653c3
Compare
provinzkraut
left a comment
There was a problem hiding this comment.
Looks good!
I'm thinking we should document these small behaviours somewhere..
|
We really need to do something about these CI timeouts.. https://github.com/litestar-org/litestar/actions/runs/18440384263/job/52539920154?pr=4424#step:10:118 |
|
Documentation preview will be available shortly at https://litestar-org.github.io/litestar-docs-preview/4424 |
(cherry picked from commit 749c332)
|
@sobolevn I've cherry-picked this into the v2 branch, where it seems to fail under Python 3.8. Do you have any idea why? |
|
It might be a |
|
I'll check that out |
|
Unfortunately that did not fix it |
|
Got it. We're checking for |
Closes #4423