-
Given:
```python
# from strawberry_django import field as django_field
# from strawberry_django import type as django_type
from strawberry_django_plus.gql.django import field as django_field
from…
-
### Describe the bug
Using `any_of` to get a union of ranges doesn't seem to work at all.
Or I have completely wrong expectations, in which case the documentation might need some improvement.
#…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this feat…
-
When debugging and printing objects of the type `FileInformation` and `FunctionInfo` you get `` and `` respectively.
To solve this we could:
- Implement `__repr__` methods
- Use [dataclasses](htt…
-
When looking at the changes to `test_graph_integration.py` in #9032, I wondered how we might make error messages richer and/or more colorful. #9032 introduced this change to the graph integration test…
-
# Overview
Given a `Store.to_json()` representation, one would ideally be able to use `MontyDecoder` to regenerate the `Store` object. This works for `MemoryStore`, `MongoStore`, etc. but does not …
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://pydantic-docs.helpmanual.io) and still th…
-
### Initial Checks
- [X] I have searched Google & GitHub for similar requests and couldn't find anything
- [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think this f…
-
Here is an toy scenario where it would be nice to have a warning
```python
from dataclasses import dataclass
from coqpit import Coqpit
@dataclass
class SimpleConfig(Coqpit):
val_a: int …
-
We have a customized `dumps` function in order to serialize dataclasses.
And @paulomaced observed how slow our current dumps can be when a lambda running time from 1.8 seconds to 0.5 just by chan…