-
# Bug report
## What's wrong
I get a warning from pycharm when I have a model class with a json field and I try to access that json field, eg (pseudocode I can't easily test for repro, unfortuna…
-
**Bug Report**
typically, `ctx.api.defer()` can be called in a plugin when there is insufficient information to defer calling to a future pass. this "works" for `get_dynamic_class_hook` but ca…
-
![Screenshot_124](https://github.com/strawberry-graphql/strawberry/assets/67220210/780a83e0-cbf5-4b71-905c-8971f25c4d13)
## Describe the Bug
a warning occurs when from_pydantic. mypy and the p…
0zd0 updated
10 months ago
-
# Bug report
## What's wrong
> Again, this is a **really** cool project ❤️
Consider the following code:
```py
from enum import Enum, auto
import math
from typing import TypeAlias
fr…
-
**Bug Report**
`stubgen` does not properly generate ellipses for default values set in the scope of the class body of a Pydantic model.
**To Reproduce**
Running `stubgen -m example`
```pyt…
-
**Bug Report**
Mypy throws an error where everything should be alright.
**To Reproduce**
```
from typing import TypeVar
class Hello:
pass
class World:
pass
HelloWorld = Ty…
-
Closes: #55
Task list:
- [x] plugin is able to link handler and `OAS` specification
- analyze return value
- [ ] just http code for empty responses without extra headers/cookies
- [ ] http …
-
I have an [Apache Airflow](https://airflow.apache.org/) project and in that framework there's a massive use of dynamic module loading e.g. by manually creating modules from plugins and adding them to …
-
# Bug report
Hi, I'm trying to curry a class constructor, but mypy complains
## What's wrong
```py
# main.py
from returns.curry import curry
@curry
class Person:
def __init…
-
The `mypy_config` field accepts a string as below.
```yaml
- case: foo
mypy_config:
python_version = 3.8
```
So, if we want to provide multi fields, it would be like below, where the val…