Samuel Colvin

Results 324 issues of 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`: ![image](https://user-images.githubusercontent.com/4039449/63101771-a8759a80-bf71-11e9-9ea4-1902ce46e06c.png) Is there any possibility to change the...

enhancement

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...

enhancement
question

#### 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...

A-bug
Z-needs implementation
os-mac

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.

good first issue

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.

good first issue

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

good first issue

To match https://github.com/pydantic/pydantic/pull/3994 behaviour

enhancement

stop using `maybe_as_string`.

feedback wanted