Samuel Colvin
Samuel Colvin
Should be able to cover this with the same logic we use for deque.
Thanks so much. Is there any way others could upgrade their code using your tool, or does that require a sourcegraph cloud account?
Yes, that was it! Let us do some digging and come up with a list of transforms. I'll reply here when things have settled a little and we have a...
Absolutely, we'll definitely have a thorough migration guide.
* repo created https://github.com/pydantic/pydantic-extra * pypi project stub created to save the name * @yezz123 invited to the pydantic or and to have write access on pydantic-extra This seems to...
I agree with @hramezani, I'll rename the repo, upload a new stub package and delete the old one. Bring on namespaces in pypi and all this holding names would die...
Thanks @tomy0000000, hopefully @yezz123 can do some of the initial work setting up the repo - copying `Color` and `PaymentCardNumber` and their tests, setting up CI etc. Once that's done,...
This (or any code) can use the rust core-schema types, as is already done [here](https://github.com/pydantic/pydantic-extra-types/blob/af42ffe3c2206c721da90b98009d9ff29401d993/pydantic_extra_types/types/payment.py#L41-L49). That's the same thing pydantic itself does.
No, not writing rust, that would require the entire build process we have for pydantic-core, I mean we can use validators written in rust. I very much doubt there's going...
please update.