File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ json2models -f pydantic -l DriverStandings - driver_standings.json
108108
109109``` python
110110r """
111- generated by json2python-models v0.1.2 at Mon May 4 17:46:30 2020
111+ generated by json2python-models v0.2.0 at Mon May 4 17:46:30 2020
112112command: /opt/projects/json2python-models/venv/bin/json2models -f pydantic -s flat -l DriverStandings - driver_standings.json
113113"""
114114from pydantic import BaseModel, Field
@@ -168,7 +168,7 @@ json2models -f dataclasses -m Swagger testing_tools/swagger.json \
168168
169169``` python
170170r """
171- generated by json2python-models v0.1.2 at Mon May 4 18:08:09 2020
171+ generated by json2python-models v0.2.0 at Mon May 4 18:08:09 2020
172172command: /opt/projects/json2python-models/json_to_models/__main__.py -s flat -f dataclasses -m Swagger testing_tools/swagger.json --max-strings-literals 0 --dict-keys-fields securityDefinitions paths responses definitions properties --merge percent_50 number
173173"""
174174from dataclasses import dataclass, field
Original file line number Diff line number Diff line change 11from pkg_resources import parse_version
22
3- __version__ = "0.1.2 "
3+ __version__ = "0.2.0 "
44VERSION = parse_version (__version__ )
You can’t perform that action at this time.
0 commit comments