From 9eb6c148465e657d427247fc97e5ecb3dd87de4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 07:47:43 +0000 Subject: [PATCH] [stubsabot] Bump jsonschema to ~=4.26.0 (#15231) Release: https://pypi.org/pypi/jsonschema/4.26.0 Homepage: https://github.com/python-jsonschema/jsonschema Repository: https://github.com/python-jsonschema/jsonschema Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/jsonschema Changelog: https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst Diff: https://github.com/python-jsonschema/jsonschema/compare/v4.25.1...v4.26.0 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `jsonschema/benchmarks/import_benchmark.py`. - 0 files included in typeshed's stubs have been deleted. - 4 files included in typeshed's stubs have been modified or renamed: `jsonschema/_format.py`, `jsonschema/_types.py`, `jsonschema/_typing.py`, `jsonschema/validators.py`. - Total lines of Python code added: 48. - Total lines of Python code deleted: 26. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI Co-authored-by: stubsabot <> --- stubs/jsonschema/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/jsonschema/METADATA.toml b/stubs/jsonschema/METADATA.toml index 8a6782727..4f3f6a572 100644 --- a/stubs/jsonschema/METADATA.toml +++ b/stubs/jsonschema/METADATA.toml @@ -1,4 +1,4 @@ -version = "~=4.25.1" +version = "~=4.26.0" upstream_repository = "https://github.com/python-jsonschema/jsonschema" requires = ["referencing"]