Samuel Colvin
Samuel Colvin
Getting the following error from pycharm which apparently relates to this package, version `v0.3.3`. Not sure if you've seen it before or it's helpful. ``` Outdated stub in index: file:///home/samuel/code/aioaws/env/lib/python3.9/site-packages/pydantic/__init__.py...
pydantic has lots of support for coercing types, however pydantic-pycharm-plugin current gives a message saying simply `Expected type "x", got "y" instead`:  Is there any possibility to change the...
I think pycharm sometimes prompts me to install packages based on what I'm using. Is it possible to get pycharm to prompt users to install this plugin whenever they import...
#### System details See https://github.com/samuelcolvin/watchfiles/issues/167 for initial report - OS/Platform name and version: docker running on M1 mac with the `--platform linux/amd64` flag set - Rust version (if building from...
This was the error I was getting when I posted #250, however that issue is about something else so I thought preferable to create a new issue. I'm getting the...
As per https://github.com/pydantic/pydantic-core/pull/230#discussion_r945315249 we should allow `frozen` to be set in config.
This will require us to add support for `now()` and `today()` to speedate, see https://github.com/pydantic/speedate/issues/19. Required to for https://github.com/pydantic/pydantic/issues/4330.
As per https://github.com/samuelcolvin/pydantic/pull/3375 we should support kwargs with `from_attributes`. To do this, effectively https://github.com/samuelcolvin/pydantic-core/blob/fdf42b8b0d0684bc2cac04d34c40fe4b0d33498d/src/input/return_enums.rs#L158 Becomes ```rs PyGetAttr(&'a PyAny, Option
To match https://github.com/pydantic/pydantic/pull/3994 behaviour