Samuel Colvin

Results 1283 comments of Samuel Colvin

no, we'd need to add it, but if we added it to Jiter correctly, it might require minimal extra logic in pydantic-core.

@YanSte `BaseModel` isn't yet supported by partial validation, this is explained in data at https://docs.pydantic.dev/latest/concepts/experimental/#typeadapter-only. Use a `TypedDict` and it should work.

Thanks so much!

I think this might be fixed in the latest pydantic-ai, what version are you using? If it's still occurring with the latest version, I would need an MRE to be...

Sorry for the slow reply, I'll reply tomorrow.

@NourEldin-Osama I think you're right that we don't support this at the moment. I'm sure we can fix logfire so loguru continues to behave as it would if logfire wasn't...

I don't really understand the question I'm afraid. Result tools are not required - if the return type is `str`, no tool is used. And there aren't any LLM calls...

Merged, but we should drop 3.7 and 3.8 anyway.

This would all be a lot easier to treat if the code snippets were highlighted. I'm really not clear what the issue is, please can you consolidate into an MRE.