Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions stubs/jsonschema/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
version = "4.22.*"
version = "4.23.*"
upstream_repository = "https://github.com/python-jsonschema/jsonschema"
requires = ["referencing"]
partial_stub = true

[tool.stubtest]
ignore_missing_stub = true
extras = ["format"]
# see https://github.com/python/typeshed/issues/12107 for the reason for the pin
stubtest_requirements = ["webcolors<24.6.0"]
extras = ["format-nongpl"]
stubtest_requirements = ["rfc3987"]
1 change: 0 additions & 1 deletion stubs/jsonschema/jsonschema/_format.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def is_time(instance: object) -> bool: ...
def is_regex(instance: object) -> bool: ...
def is_date(instance: object) -> bool: ...
def is_draft3_time(instance: object) -> bool: ...
def is_css_color_code(instance: object) -> bool: ...
def is_css21_color(instance: object) -> bool: ...
def is_json_pointer(instance: object) -> bool: ...
def is_relative_json_pointer(instance: object) -> bool: ...
Expand Down