Jason Liu
Jason Liu
can you add the docs in patch.md? @ellipsis-dev
you can add callbacks in tenacityhttps://useinstructor.com/concepts/retrying/#retry-callbacks
depends on where that data goes and how you plan to document it!
I would prefer this to be a piece of the documentation rather than something that we force users to use.
Closing as part of repository maintenance for issues created before 2025.
I was able to reproduce this but I don't really have time this week to take a look.
```py import pydantic_core print( pydantic_core.from_json( '{"name": "jaso', allow_partial=True, ) ) # > {} print( pydantic_core.from_json( '{"name": "jaso"', allow_partial=True, ) ) # > {'name': 'jaso'} ```
https://github.com/pydantic/pydantic-core/issues/1293
ah! can you make a PR for this?