Skip to content

Bump peewee from 4.1.0 to 4.1.1#59

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/peewee-4.1.1
Open

Bump peewee from 4.1.0 to 4.1.1#59
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/peewee-4.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown

Bumps peewee from 4.1.0 to 4.1.1.

Release notes

Sourced from peewee's releases.

4.1.1

  • New declarative API for pre-fetching related instances (Load()). See documentation. This replaces prefetch(), is more flexible and also supports options for applying a row limit to sub-results, and a strategy that materializes the ID list (in addition to SELECT IN and JOIN strategies).
  • Add MySQLJSONField (playhouse.mysql_ext) with contains_any() for the JSON_OVERLAPS/"match any" counterpart to contains for JSON arrays.
  • Do not traverse foreign-key fields where lazy_load=False when serializing recursively with model_to_dict(), #3055.
  • Add vendored typeshed stub with improvements.

View commits

Changelog

Sourced from peewee's changelog.

4.1.1

  • New declarative API for pre-fetching related instances (Load()). See documentation. This replaces prefetch(), is more flexible and also supports options for applying a row limit to sub-results, and a strategy that materializes the ID list (in addition to SELECT IN and JOIN strategies).
  • Add MySQLJSONField (playhouse.mysql_ext) with contains_any() for the JSON_OVERLAPS/"match any" counterpart to contains for JSON arrays.
  • Do not traverse foreign-key fields where lazy_load=False when serializing recursively with model_to_dict(), #3055.
  • Add vendored typeshed stub with improvements.

View commits

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 29, 2026
Bumps [peewee](https://github.com/coleifer/peewee) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/coleifer/peewee/releases)
- [Changelog](https://github.com/coleifer/peewee/blob/master/CHANGELOG.md)
- [Commits](coleifer/peewee@4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: peewee
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/peewee-4.1.1 branch from 1679b99 to cdbfb81 Compare July 3, 2026 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants