issues
search
dbt-labs
/
hologram
A library for automatically generating Draft 7 JSON Schemas from Python dataclasses
MIT License
9
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add support for python 3.10+ typing
#60
tlconnor
opened
1 month ago
0
Credential leaking from class validation
#59
leehuwuj
opened
1 year ago
0
Make the test pass with python 3.11
#58
benallard
opened
1 year ago
0
pytest failing with python 3.11
#57
benallard
opened
1 year ago
0
Migrate to GitHub Actions
#56
aranke
closed
1 year ago
0
Convert dbt-labs/hologram to GitHub Actions
#55
aranke
closed
1 year ago
0
Convert hologram off circleCI
#54
emmyoop
closed
1 year ago
0
replace all instances of set-output and node16
#53
emmyoop
closed
1 year ago
0
Loosen dependency restriction to accept jsonschema 4.0 or better still, remove the upper bound
#52
groodt
opened
1 year ago
5
remove top pin for jsonschema
#51
bollwyvl
closed
1 year ago
7
Use default_factory in tests
#50
bollwyvl
closed
1 year ago
0
add ability to add custom schema
#49
ChenyuLInx
closed
2 years ago
2
Bumping version to 0.0.15
#48
leahwicz
closed
2 years ago
0
Adding missing stubs
#47
leahwicz
closed
2 years ago
0
Change from python-dateutil to types-python-dateutil
#46
leahwicz
closed
2 years ago
2
bump jsonschema range
#45
itajaja
closed
3 years ago
3
Update PYPI homepage url to new dbt-labs
#44
sethwoodworth
opened
3 years ago
0
Support jsonschema 3.2.0
#43
kdeggelman
closed
1 year ago
15
chore: allow dataclasses to up up to 0.9 excluding
#42
bastienboutonnet
closed
3 years ago
0
Changes to support integrating mashumaro into dbt core
#41
gshank
closed
3 years ago
0
Release version of Hologram needed for performance work
#40
gshank
closed
3 years ago
1
Core pins dataclasses to outdated version
#39
jmcarp
closed
3 years ago
4
Test python 3.9
#38
kwigley
closed
3 years ago
0
(#34) Add support for Python 3.9
#37
drewbanin
closed
4 years ago
4
fix setup.py and update RELEASE.md
#36
cmcarthur
closed
4 years ago
0
Do not use jsonschema.best_match because it obscures the errors
#35
gshank
closed
4 years ago
1
Python 3.9 support
#34
beckjake
closed
4 years ago
0
add a test to reach this code path that calls str(), fix bugs
#33
beckjake
closed
4 years ago
0
Improve union-reading performance
#32
beckjake
closed
4 years ago
0
Fix restricted variants to try multiple candidates
#31
beckjake
closed
4 years ago
0
Provide min version for jsonschema
#30
aaronsteers
closed
4 years ago
2
Hologram should support custom error matchers
#29
beckjake
opened
4 years ago
0
support jsonschema constraints on string and numeric types from metadata
#28
kwigley
opened
4 years ago
0
Fix union and some tuples
#27
beckjake
closed
4 years ago
0
Fix/union none multiple
#26
cmcarthur
closed
5 years ago
0
improve thread safety
#25
beckjake
closed
5 years ago
0
Lock down dependencies
#24
beckjake
closed
5 years ago
0
Fix: better decode errors + union decoding/encoding
#23
beckjake
closed
5 years ago
0
make hologram happy with mypy
#22
beckjake
closed
5 years ago
0
support for restrictions, tests
#21
beckjake
closed
5 years ago
0
Make ValidationError match jsonschema.ValidationError, cache schemas
#20
beckjake
closed
5 years ago
0
Handle "Any" as requiring no transformation
#19
beckjake
closed
5 years ago
0
Support decoding `Any` fields as "Any valid JSON"
#18
beckjake
closed
5 years ago
0
Move registered encoders to be first
#17
beckjake
closed
5 years ago
0
Make patternProperties properly inherit definitions from embedded types
#16
beckjake
closed
5 years ago
0
Update the cache in ExtensibleJsonSchemaMixin to handle embedded types
#15
beckjake
closed
5 years ago
0
Fix/validate union products
#14
beckjake
closed
5 years ago
0
Add a NewPatternProperties that reutrns a type that implements patternProperties
#13
beckjake
closed
5 years ago
0
test dict fields (both with primitive values, and ref values)
#12
cmcarthur
closed
5 years ago
0
Add some helper classes
#11
beckjake
closed
5 years ago
0
Next