=
e0992be77b
updates
2023-01-31 11:33:26 -05:00
=
c9737e7bfc
support for title config
2023-01-24 11:18:11 -05:00
=
da0c7c7e31
inner_schema['ref'].title()
2023-01-23 12:54:43 -05:00
=
3d46f4e7fe
json schema ref field names proper
2023-01-23 12:44:13 -05:00
=
49f75299ca
references
2023-01-23 12:41:28 -05:00
=
ed0232f3f1
revisions to json schema
2023-01-23 12:15:37 -05:00
=
5cecc626a3
cleanup of json schema tests pass/fail for v2
2023-01-23 11:02:35 -05:00
=
94ac0d60b0
cleanup
2023-01-23 10:09:08 -05:00
=
8f03959a1b
Merge remote-tracking branch 'origin' into kr-json-schema
2023-01-23 10:05:56 -05:00
=
d2a031e017
/s/new-class/model
2023-01-23 10:05:41 -05:00
William Tisäter
afff676c03
Support CSS 4 space-separated colors ( #4869 )
...
* Support CSS 4 space separated rgb and hsl
* Add comment with examples for regex matches
* Bake variables into regex
2023-01-23 12:52:23 +00:00
Yaakov Bressler
ddd466e91b
Added more detailed documentation plus several code examples for ImportString (Take 2) ( #4901 )
...
* Added more detailed documentation plus several code examples for ImportString #537
* Update docs/usage/types.md
Co-authored-by: ⬢ Samuel Colvin <s@muelcolvin.com >
* Address concerns in PR. Also, rename code examples #537
Co-authored-by: ⬢ Samuel Colvin <s@muelcolvin.com >
2023-01-23 10:10:00 +00:00
=
8bd1bc42fd
fix comments
2023-01-19 12:27:53 -05:00
=
542ff59790
notes and additional type framework
2023-01-19 10:46:44 -05:00
=
d9d24b03ae
linting
2023-01-19 09:51:46 -05:00
=
c1a8a1d3f1
cleanup
2023-01-19 09:29:33 -05:00
=
bd72e0d574
fix for typed arrays
2023-01-19 09:29:16 -05:00
=
ffdfc6fef8
typed array support
2023-01-19 09:27:07 -05:00
=
ba8721a8fb
array support
2023-01-19 09:08:42 -05:00
=
ab7cedc862
cleanup
2023-01-17 17:40:48 -05:00
=
36b7b3a8d6
cleanup
2023-01-17 11:28:20 -05:00
=
273eefbeb7
improve signature for get_schema_property_json
2023-01-17 11:27:20 -05:00
=
f27ac8804a
fix syntax error
2023-01-17 11:19:45 -05:00
=
c9f9e39651
ignore old schema file
2023-01-17 11:19:38 -05:00
=
81e3a35b52
cleanup
2023-01-17 11:12:30 -05:00
=
8d30408c92
pydantic.schema.schema ref updates
...
needs support
2023-01-17 11:01:17 -05:00
=
ae6481ed48
/s/jsonschema/json_schema
2023-01-17 11:00:50 -05:00
=
9a0bcfeeb3
rename schema.py jsonschema.py
2023-01-17 11:00:08 -05:00
=
31c952be7c
$ make lint
2023-01-17 10:46:12 -05:00
=
76d332ddf6
add date-time to json schema
2023-01-16 11:01:04 -05:00
=
659441c6b4
Merge remote-tracking branch 'origin/main' into kr-json-schema
2023-01-16 10:38:11 -05:00
⬢ Samuel Colvin
ef8f9fe51b
Uprev all dependencies ( #4955 )
...
* Uprev all dependencies
* use ruff instead of flake8 for docs examples linting
2023-01-15 09:57:09 -08:00
=
6cb6a29c9f
cleanup
2023-01-13 13:07:25 -05:00
=
9abaab98dc
/s/json_schema/model_json_schema
2023-01-13 12:06:44 -05:00
⬢ Samuel Colvin
8b9756d6cc
simplify analytics more ( #4930 )
2023-01-13 16:21:41 +00:00
⬢ Samuel Colvin
426799f6eb
remove remains of ads, add custom analytics ( #4927 )
2023-01-13 16:21:34 +00:00
=
5643f5fac9
cleanup
2023-01-13 10:23:20 -05:00
Matthew Gamble
bc1f09b3e4
Support kwargs model config in Mypy plugin ( #4912 )
...
Previously, the Mypy plugin only supported drawing settings from a
Config class. Now, it fully supports drawing settings from class kwargs
too.
Co-authored-by: Matthew Gamble <matthew.gamble@rea-group.com >
2023-01-13 13:54:26 +00:00
=
7ff96c8ddb
type improvements in json
2023-01-12 13:14:55 -05:00
=
249997c555
/s/integer/number
2023-01-12 12:17:31 -05:00
=
f28c6f33b4
remove skipfield from json
2023-01-12 12:16:12 -05:00
=
a941091729
tidying up of method names
2023-01-12 12:14:13 -05:00
=
1dd938b8fd
cleanup
2023-01-12 12:10:33 -05:00
=
4399b3481f
looking a lot better
2023-01-12 12:10:18 -05:00
=
a34f9eb194
cleanup
2023-01-12 11:15:28 -05:00
=
e6cbe6deef
iterating
2023-01-12 11:12:45 -05:00
=
a186505326
Merge branch 'main' into kr-json-schema
2023-01-12 10:10:58 -05:00
Raju komati
f1e27ae6cf
removed excluded fields from __fields_set__ when copying the object ( #4920 )
...
* removed excluded fields from __fields_set__ when copying the object using copy()
* reformatted code
* refactored code
* fixed mypy error
* added test cases
Co-authored-by: Raju Komati <raju.komati@fangtechnologies.com >
2023-01-11 17:00:59 +00:00
Hasan Ramezani
63566cf57c
Update email-validator optional dependency to >= 1.3.0 ( #4933 )
2023-01-11 16:58:01 +00:00
kennethreitz
83c0b57b6c
add myself as a reviewer ( #4934 )
...
Co-authored-by: = <=>
2023-01-11 16:55:34 +00:00