From 9b5d781c4dcb989c71a9ce351123107344c48387 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 8 Jan 2026 00:17:55 +0000 Subject: [PATCH] [stubsabot] Bump jsonschema to ~=4.26.0 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 --- 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 8a678272753a..4f3f6a57282a 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"]