File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
- version = " 4.22 .*"
1
+ version = " 4.23 .*"
2
2
upstream_repository = " https://github.com/python-jsonschema/jsonschema"
3
3
requires = [" referencing" ]
4
4
partial_stub = true
5
5
6
6
[tool .stubtest ]
7
7
ignore_missing_stub = true
8
- extras = [" format" ]
9
- # see https://github.com/python/typeshed/issues/12107 for the reason for the pin
10
- stubtest_requirements = [" webcolors<24.6.0" ]
8
+ extras = [" format-nongpl" ]
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ def is_time(instance: object) -> bool: ...
39
39
def is_regex (instance : object ) -> bool : ...
40
40
def is_date (instance : object ) -> bool : ...
41
41
def is_draft3_time (instance : object ) -> bool : ...
42
- def is_css_color_code (instance : object ) -> bool : ...
43
42
def is_css21_color (instance : object ) -> bool : ...
44
43
def is_json_pointer (instance : object ) -> bool : ...
45
44
def is_relative_json_pointer (instance : object ) -> bool : ...
You can’t perform that action at this time.
0 commit comments