-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
(See example code below)
(Notice the `{default': True}` in `field2`'s `anyOf`)
I suspect this has to do with the …
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Using a `BeforeValidator` with a union type (see `example.py` below) results in :
```
Traceback (most recent call l…
-
### Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use Istio
### Bug Description
Use `envoy.extension…
-
**Describe the bug**
According to the end of [7.1.2 Errors](https://spec.graphql.org/draft/#sec-Errors), non-standard fields should be put under `extensions` in case of error.
Currently when [re…
-
Extensions (i.e. packages with type `php-ext` or `php-ext-zend`) have specific metadata in the `php-ext` field. It would be great to display this metadata (the extension name, whether they support ZTS…
-
Just like what was recently added for the "extras" field it would be useful to have the option of using a user callback for any "extensions" that are not natively supported by fastgltf. This would all…
-
### Description
I configured multiple authorization rules in my schema to allow a dynamic set of user and the admin group to have access to the data. Both auth rules were working fine before until I …
-
It could be very helpful IMO to define interfaces (via abstraction/inheritance or CRTPs, cc: @madars) to make the code related to field arithmetic generic (same would apply to groups btw). As such, I …
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
When type checking a base model with annotated default / default_factory values, Mypy complains about missing nam…
-
### Description
When trying to submit a `POST /collections/{collection_id}/items` request the following behaviors occur:
- if the `geometry` field is missing, I get a `400` response associated to …