Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Updates the requirements on model-bakery to permit the latest version.

Release notes

Sourced from model-bakery's releases.

1.23.0

What's Changed

Changed

  • Fix related() with FK relations creating duplicate parent entities (#397)
  • [dev] CI: use uv for faster dependency installation and caching
  • [dev] Fix missing psycopg dependency in tox no-contenttypes environment
  • [dev] Fix USE_CONTENTTYPES=False not actually disabling contenttypes in tests

Removed

  • Drop EOL Django 5.0 and 5.1 support

Full Changelog: model-bakers/model_bakery@1.22.1...1.23.0

Changelog

Sourced from model-bakery's changelog.

1.23.0

Changed

  • Fix related() with FK relations creating duplicate parent entities (#397)
  • [dev] CI: use uv for faster dependency installation and caching
  • [dev] Fix missing psycopg dependency in tox no-contenttypes environment
  • [dev] Fix USE_CONTENTTYPES=False not actually disabling contenttypes in tests

Removed

  • Drop EOL Django 5.0 and 5.1 support

1.22.1

Added

  • [dev] PyPI releases now use trusted publishing

Changed

  • [dev] Switch build backend from hatchling to uv_build

Removed

1.22.0

Added

  • Add explicit field-specific generators for AutoField, BigAutoField, and SmallAutoField (#61)
  • Add dedicated generators for each integer field type that use Django's actual field ranges (#61)

Changed

  • Deprecate gen_integer() in favor of field-specific generators that respect Django's field ranges (#61)
  • prepare() with GenericForeignKey no longer accesses the database; content_object attribute is unavailable in this mode
  • Add type hints to seq()'s increment_by argument
  • docs: Update seq() import in basic usage

Removed

  • Drop mentions of model_mommy from the project. The old migration script is available in the GitHub gist.

1.21.0

Added

  • Add Python 3.14 support
  • Add Django 6.0 support

Changed

  • The creation of generic foreign key fields now respects their for_concrete_model configuration
  • Refactor gen_float() to use uniform() with configurable min_float/max_float bounds instead of random() * gen_integer() which produced skewed distribution
  • Refactor gen_interval() to use min_interval/max_interval instead of offset parameter which never worked as intended due to huge MAX_INT range
  • Fix gen_date_range() and gen_datetime_range() to prevent empty ranges by enforcing a minimum interval of 1 day
  • Use baker_random.randint() directly in gen_pg_numbers_range() instead of gen_integer()
  • The gen_from_choices generator now ignores None or "" values in choices when the field doesn't allow null or blank values
  • [dev] Various improvements to CI Python/Django matrices

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [model-bakery](https://github.com/model-bakers/model_bakery) to permit the latest version.
- [Release notes](https://github.com/model-bakers/model_bakery/releases)
- [Changelog](https://github.com/model-bakers/model_bakery/blob/main/CHANGELOG.md)
- [Commits](model-bakers/model_bakery@1.7.0...1.23.0)

---
updated-dependencies:
- dependency-name: model-bakery
  dependency-version: 1.23.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 19, 2026
@Kurocon Kurocon merged commit 2dfa2a7 into main Jan 19, 2026
4 checks passed
@Kurocon Kurocon deleted the dependabot/pip/model-bakery-gte-1.7.0-and-lt-1.24 branch January 19, 2026 11:51
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.

2 participants