issues
search
jpmorganchase
/
py-avro-schema
Generate Apache Avro schemas for Python types including standard library data-classes and Pydantic data models.
https://py-avro-schema.readthedocs.io/
Apache License 2.0
37
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Using generics as types does not work anymore
#81
damey2011
opened
3 days ago
1
De-duplicate union schemas
#80
faph
closed
2 months ago
0
Docs + refactor for Literal
#79
faph
closed
2 months ago
0
[MINOR] Support Python Literal types
#78
faph
closed
2 months ago
0
how to serialize timedelta fields
#77
aviadr1
closed
3 months ago
2
Avoid deprecated Pydantic __fields__ attribute
#76
faph
closed
3 months ago
0
Test with Python 3.13 (beta)
#75
faph
closed
3 months ago
0
Standardize documentation config
#74
faph
closed
5 months ago
0
[MINOR] Support Pydantic model title
#73
faph
closed
6 months ago
0
Use Pydantic's `model_config` to allow record name override
#72
cbini
closed
6 months ago
5
fix: recursive default values for UnionSchema (#70)
#71
dada-engineer
closed
8 months ago
0
union schema does not recursively create defaults
#70
dada-engineer
closed
8 months ago
1
fix: use pydantic.BaseModel.__annotations__ when getting defaults (#68)
#69
dada-engineer
closed
8 months ago
2
list class not allowed in pydantic nested schema default
#68
dada-engineer
closed
8 months ago
4
Naive support for Pydantic defaults
#67
faph
closed
8 months ago
0
feat: allow to set an orjson default (#64)
#66
dada-engineer
closed
8 months ago
1
feat(pydantic): allow pydantic model instances as defaults (#64)
#65
dada-engineer
closed
8 months ago
11
pydantic classes as default values not serializable
#64
dada-engineer
closed
8 months ago
18
Should we support un-annotated decimal types?
#63
faph
closed
12 months ago
3
[MICRO] Add input validation to `DecimalMeta`
#62
faph
closed
1 year ago
3
[MINOR] Support `typing.Annotated` for all types
#61
faph
closed
1 year ago
0
Support `typing.Annotated` for all types
#60
faph
closed
1 year ago
0
[MICRO] Fix date default
#59
faph
closed
1 year ago
0
[MINOR] Annotated decimal type
#58
faph
closed
1 year ago
0
[QUESTION]: DecimalType assignment type linter error
#57
dada-engineer
closed
1 year ago
3
feat: add support for union
#56
cgtobi
closed
1 year ago
8
Request: use fastavro
#55
dada-engineer
closed
1 year ago
2
[MINOR] allow to render schema record names by alias for pydantic
#54
dada-engineer
closed
1 year ago
6
Request: allow pydantic option to get field names by alias
#53
dada-engineer
closed
1 year ago
3
[Micro] Feature/add typing tests for lower case of list and dict
#52
Chouvic
closed
1 year ago
0
Build and test with Python 3.12
#51
faph
closed
1 year ago
0
[MICRO] Upgrade typeguard from v2 to v4
#50
faph
closed
1 year ago
0
Fix Pydantic inherited model failing
#49
faph
closed
1 year ago
0
Regression in 3.0.0 for Pydantic models defined using inheritance
#48
rnathuji
closed
1 year ago
5
Configure "Read the Docs" theme
#47
faph
closed
1 year ago
0
Support Pydantic 2
#46
faph
closed
1 year ago
0
Use RTD theme for docs again
#45
faph
closed
1 year ago
0
Represent List[Dict[str, Any]] as JSON logical type
#44
faph
closed
1 year ago
1
Clarify support for Pydantic 1 only for now.
#43
faph
closed
1 year ago
0
py-avro-schema fails with Pydantic 2.0
#42
faph
closed
1 year ago
0
Introduce TypeNotSupportedError for classes for which we cannot generate schema
#41
faph
closed
1 year ago
0
Always model subclasses of str as string schemas
#40
faph
closed
1 year ago
0
Replace functools LRU cache with memoization to support un-hashable types
#39
faph
closed
1 year ago
0
Typo :(
#38
faph
closed
1 year ago
0
Support plain Python classes
#37
faph
closed
1 year ago
0
Update PyPI.org credentials
#36
faph
closed
1 year ago
0
Doc tweaks
#35
faph
closed
1 year ago
0
Use `int` schema for `time-millis` logical schema.
#34
faph
closed
1 year ago
2
time-millis logical time should use an int schema instead of long
#33
faph
closed
1 year ago
0
Test with Python 3.12
#32
faph
closed
1 year ago
0
Next