Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jsonschemaobject #36

Merged
merged 18 commits into from
Aug 6, 2019
Merged

Add jsonschemaobject #36

merged 18 commits into from
Aug 6, 2019

Conversation

koxudaxi
Copy link
Owner

@koxudaxi koxudaxi commented Aug 2, 2019

No description provided.

@codecov
Copy link

codecov bot commented Aug 2, 2019

Codecov Report

Merging #36 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #36    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files           7      8     +1     
  Lines         153    312   +159     
  Branches       10     46    +36     
======================================
+ Hits          153    312   +159
Impacted Files Coverage Δ
datamodel_code_generator/__main__.py 100% <ø> (ø) ⬆️
datamodel_code_generator/model/pydantic/types.py 100% <100%> (ø)
datamodel_code_generator/model/base.py 100% <100%> (ø) ⬆️
...tamodel_code_generator/model/pydantic/dataclass.py 100% <100%> (ø) ⬆️
datamodel_code_generator/parser/base.py 100% <100%> (ø) ⬆️
...amodel_code_generator/model/pydantic/base_model.py 100% <100%> (ø) ⬆️
datamodel_code_generator/parser/openapi.py 100% <100%> (ø) ⬆️
..._code_generator/model/pydantic/custom_root_type.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d30f2f8...612b660. Read the comment docs.

@koxudaxi koxudaxi mentioned this pull request Aug 3, 2019
Closed
This was referenced Aug 4, 2019
@koxudaxi
Copy link
Owner Author

koxudaxi commented Aug 5, 2019

pydantic has not to support ForwardRef in python3.6 yet.
However, a PR has already been merged into master. pydantic/pydantic#706

If the next version is released, then I will merge this PR.

@koxudaxi koxudaxi merged commit 4eed7b2 into master Aug 6, 2019
@koxudaxi koxudaxi deleted the add_jsonschemaobject branch August 6, 2019 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant