From f46dc62fc94a11b6cca8368d57ce12fb1bd41f9b Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sun, 14 Jun 2026 00:48:15 +0000 Subject: [PATCH] [stubsabot] Bump peewee to 4.0.8 Release: https://pypi.org/pypi/peewee/4.0.8 Repository: https://github.com/coleifer/peewee Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/peewee Changelog: https://github.com/coleifer/peewee/blob/master/CHANGELOG.md Diff: https://github.com/coleifer/peewee/compare/4.0.5...4.0.8 Stubsabot analysis of the diff between the two releases: - 1 public Python file has been added: `tests/json_field.py`. - 0 files included in typeshed's stubs have been deleted. - 1 file included in typeshed's stubs has been modified or renamed: `peewee.py`. - Total lines of Python code added: 3480. - Total lines of Python code deleted: 272. 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/peewee/METADATA.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stubs/peewee/METADATA.toml b/stubs/peewee/METADATA.toml index 4bb0e2ed3ad3..6b267777582b 100644 --- a/stubs/peewee/METADATA.toml +++ b/stubs/peewee/METADATA.toml @@ -1,7 +1,7 @@ -version = "4.0.5" -upstream-repository = "https://github.com/coleifer/peewee" # We're not providing stubs for all playhouse modules right now # https://github.com/python/typeshed/pull/11731#issuecomment-2065729058 +version = "4.0.8" +upstream-repository = "https://github.com/coleifer/peewee" partial-stub = true [tool.stubtest]