David Hewitt

Results 1495 comments of David Hewitt

> No attempt to remove `extern` was made. I was just reviewing https://github.com/PyO3/setuptools-rust/pull/437 and trying to assess the suggestion to switch from using `tomli` as a real dependency to pull...

Done in #1631, thanks @mikeedjones!

Nearly 1 year later, shall we move forward with this?

So, some offline discussion with @Viicos: - We were a bit unsure if we can merge this without first deciding on the Python API we'll add to the `pydantic` package....

I think you might want to be looking in `infer.rs` to see what we would serialize for an arbitrary object?

@pydantic/oss would love your input on this design. I would have assumed a simpler design where any type containing a `Never` field (be it `RootModel`, `BaseModel` etc) would itself not...

Closing as per https://github.com/pydantic/pydantic-core/pull/1579#issuecomment-2949149394 Looks like this can be in `pydantic`.

Sorry to be slow to interact with this branch. I think to protect the secrets we have to do the upload in a `workflow_run` triggered action, will run in the...

guide build failures should be fixed by #5203

This seems promising to me, I'm going to merge it and see how it goes. Thanks!