issues
search
zmievsa
/
pydantic-duality
Automatically and lazily generate three versions of your pydantic models: one with Extra.forbid, one with Extra.ignore, and one with all fields optional
https://ovsyanka83.github.io/pydantic-duality/
MIT License
32
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix infinite recursion case from dstack
#23
zmievsa
closed
1 month ago
1
Migrate to pydantic 2
#22
zmievsa
closed
1 month ago
1
After update to 1.2.3: RecursionError: maximum recursion depth exceeded
#21
peterschmidt85
closed
1 month ago
3
Fix isinstance checks for __response__ and __patch_request__ not working
#20
zmievsa
closed
1 month ago
1
Add support for pydantic 2
#19
zmievsa
closed
1 month ago
1
Add support for python 3.9
#18
zmievsa
closed
1 month ago
0
Fix version compatibility bugs
#17
zmievsa
closed
1 month ago
0
Cannot use built-in collections for field annotations
#16
jvstme
closed
1 month ago
2
Cannot define models with `Annotated` under Python 3.13
#15
jvstme
closed
1 month ago
1
Incompatible with Pydantic 2
#14
prescod
closed
1 month ago
2
Models parsed via __response__ do not pass isinstance() checks against the original model
#13
r4victor
closed
1 month ago
3
Fix invalid migration of typing.annotations
#12
zmievsa
opened
8 months ago
0
Support Python 3.8
#11
r4victor
closed
8 months ago
9
Annotations of types from `typing` are not resolved recursively causing "forbid" behavior for __response__
#10
r4victor
closed
1 month ago
2
Fix the incompatibility between pydantic-duality and __init__()
#9
zmievsa
opened
9 months ago
1
Support for Python 3.8 and 3.9
#8
r4victor
closed
8 months ago
1
Add pydantic 2 support
#7
zmievsa
closed
1 month ago
0
Defining __init__() with super() on DualBaseModel subclass raises TypeError
#6
r4victor
opened
9 months ago
9
Split documentation into multiple pages
#5
zmievsa
opened
1 year ago
0
Add schema name configuration and rename bases
#4
zmievsa
closed
1 year ago
1
Custom request/response schema class names
#3
evstratbg
closed
1 year ago
3
Add a note into readme about why we needed to use extra.ignore for responses
#2
zmievsa
closed
1 year ago
0
Add a test case for A.__request__ == A
#1
zmievsa
closed
1 year ago
0