-
### Describe the bug:
With pydantic 2.0 (using the patched version from #35), I get an error on nested models.
```python
class DisplaySettings(BaseModel):
multiline: bool
sort_on: s…
-
**Describe the bug**
Getting `AttributeError: _orm` while building pydantic response model
Traceback
```py3
Traceback (most recent call last):
File "C:\Users\usr\AppData\Local\Program…
-
### My use case
I have a common directory full of internal packages - these are being managed by [uv](https://docs.astral.sh/uv/)
So I have a pyproject in each package (ie `common/packagename`)
…
-
### 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…
-
**Describe the bug**
A clear and concise description of what the bug is.
#model.py
class Department(models.Model):
title = models.CharField(max_length=100)
class Employee(models.Mo…
-
I was wondering if it would be possible to have autocomplete/IntelliSense for Pydantic [dynamic models](https://docs.pydantic.dev/usage/models/#dynamic-model-creation). It looks like this may be suppo…
-
Are there any plans to make this library more like FastAPI with regard to tightly defined models and being more opinionated about the default way to do things? If so, where would we start?
I'm thin…
-
**Describe the bug**
When i generate my models as dataclass the generater does not consider string formats like uuid, date ... The output is just of type string which is different when i generate pyd…
-
Hello,
Since the V2 update, Pydantic V2 still includes the V1 models to make the migration easier : https://docs.pydantic.dev/latest/migration/#continue-using-pydantic-v1-features
Example :
``…
-
Would it be possible to support .xsd files to data models?
It hasn't been trivial converting xsd to json schema in order to import into pydantic, so a native xsd parser would be very much appreciat…