-
-
### Discussed in https://github.com/pydantic/pydantic/discussions/9449
Originally posted by **tteguayco** May 17, 2024
We're able to create a new model dynamically using `create_model()` like …
-
Let's take an example of two simple classes:
```
public class GeoPointDto {
@Schema(description = "Longitude of geo point ( -180, 180 >")
private double lon;
@Schema(description = "Latit…
-
The streaming plugins and the stream operator utilize a specific set of entities that must be consistent across both applications. These include:
- The value of schema mismatch annotation
- The st…
-
Hi,
This issue is essentially a duplicate of #1067 , which you closed in 2020. It is **not**, however, a duplicate of #182 .
#182 is about full validation of pattern properties, which is, as you…
-
Subgraph publish errors when using this library:
```
DIRECTIVE_DEFINITION_INVALID: [shop] Invalid definition for directive "@key": argument "fields" should have type "_FieldSet!" but found type "Fie…
-
If there is no core fields in the schema, no error message will be displayed on browser.
Scheming should probably fail loudly when required core fields are missing from the schema.
-
### Component(s)
router
### Component version
0.110.1, 0.118.0
### wgc version
0.62.0
### controlplane version
0.104.0
### router version
0.110.1, 0.118.0
### What happened?
## Description
…
-
**Describe the bug**
Consider the following Pydantic model:
```python
from ninja import Schema, Field
class MySchema(Schema):
date1: date | None = Field(None, exclude=True)
date2: …
-
OpenSource wants to use Zapier to publish from a spreadsheet automatically to the Press Mentions. We should help set up that connection - or figure out another (easier, if existing) way to do it.
#…