Skip to content

Update polyfactory requirement from ~=3.1.0 to ~=3.2.0#20

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/pip/polyfactory-approx-eq-3.2.0
Open

Update polyfactory requirement from ~=3.1.0 to ~=3.2.0#20
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/pip/polyfactory-approx-eq-3.2.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Updates the requirements on polyfactory to permit the latest version.

Release notes

Sourced from polyfactory's releases.

v3.2.0

What's Changed

New Contributors

Full Changelog: litestar-org/polyfactory@v3.1.0...v3.2.0

Changelog

Sourced from polyfactory's changelog.

Release [v3.2.0] - 2025-12-21 <https://github.com/litestar-org/polyfactory/releases/tag/v3.2.0>_

  • See All commits in v3.2.0 <https://github.com/litestar-org/polyfactory/commits/v3.2.0>_

2eff4e1 <https://github.com/litestar-org/polyfactory/commit/2eff4e1fbfdc02fd5930311011220a6473c3c06a>_ ... 363ff7d <https://github.com/litestar-org/polyfactory/commit/363ff7dec9c890d74176f49e11437514e416e3eb>_ | See diff for 3.2.0 <https://github.com/litestar-org/polyfactory/compare/2eff4e1fbfdc02fd5930311011220a6473c3c06a...363ff7dec9c890d74176f49e11437514e416e3eb>_

Bug Fixes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • (a05f7e6 <https://github.com/litestar-org/polyfactory/commit/a05f7e6ecadbbeba78eacfa4154b12db756e139a>) - Respect init parameter for SQLAlchemy dataclasses (#793) by @AlexPetul <https://github.com/AlexPetul> in [#793](https://github.com/litestar-org/polyfactory/issues/793) <https://github.com/litestar-org/polyfactory/pull/793>_
  • (6ca6daa <https://github.com/litestar-org/polyfactory/commit/6ca6daa10de3781f7d9f529c168cb35eb5575ec3>) - Add scoped_session and async_scoped_session to type annotations (#800) by @AlexPetul <https://github.com/AlexPetul> in [#800](https://github.com/litestar-org/polyfactory/issues/800) <https://github.com/litestar-org/polyfactory/pull/800>_
  • (a2e6f99 <https://github.com/litestar-org/polyfactory/commit/a2e6f996b3bebc9297963b949d05ded5526d9683>) - Update literal detection for 3.14 compatibility (#811) by @adhtruong <https://github.com/adhtruong> in [#811](https://github.com/litestar-org/polyfactory/issues/811) <https://github.com/litestar-org/polyfactory/pull/811>_
  • (363ff7d <https://github.com/litestar-org/polyfactory/commit/363ff7dec9c890d74176f49e11437514e416e3eb>) - Change default docs light theme (#808) by @AlexPetul <https://github.com/AlexPetul> in [#808](https://github.com/litestar-org/polyfactory/issues/808) <https://github.com/litestar-org/polyfactory/pull/808>_

Documentation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • (be76369 <https://github.com/litestar-org/polyfactory/commit/be7636980f69e9d17f4be4c5cc9a4c63f1be5803>) - Fix pre-commit mention in favor of prek (#807) by @Hugo-C <https://github.com/Hugo-C> in [#807](https://github.com/litestar-org/polyfactory/issues/807) <https://github.com/litestar-org/polyfactory/pull/807>_
  • (179afe9 <https://github.com/litestar-org/polyfactory/commit/179afe92a4a1cb3123cd538dbe38793ba66e1c7e>) - Add Hugo-C as a contributor for code (#809) by @allcontributors[bot] <https://github.com/allcontributors[bot]> in [#809](https://github.com/litestar-org/polyfactory/issues/809) <https://github.com/litestar-org/polyfactory/pull/809>_

Features ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • (7778f16 <https://github.com/litestar-org/polyfactory/commit/7778f16d004ccca2dec2f37be490d58d34eb1d73>) - Support ZoneInfo (#806) by @Hugo-C <https://github.com/Hugo-C> in [#806](https://github.com/litestar-org/polyfactory/issues/806) <https://github.com/litestar-org/polyfactory/pull/806>_
  • (a0be0cc <https://github.com/litestar-org/polyfactory/commit/a0be0cc3cfa5fc9a024d5aa3a125e7345364137c>) - Support pydantic by_name (#781) by @adhtruong <https://github.com/adhtruong> in [#781](https://github.com/litestar-org/polyfactory/issues/781) <https://github.com/litestar-org/polyfactory/pull/781>_

Miscellaneous Tasks ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • (ad86dc1 <https://github.com/litestar-org/polyfactory/commit/ad86dc14507131c38886979aa0dad75cf4d7fde4>) - Remove unused models (#794) by @AlexPetul <https://github.com/AlexPetul> in [#794](https://github.com/litestar-org/polyfactory/issues/794) <https://github.com/litestar-org/polyfactory/pull/794>_
  • (eeab10b <https://github.com/litestar-org/polyfactory/commit/eeab10bb913074af97ed672cd8343002d646e3fa>) - Bump actions/checkout from 5 to 6 (#789) by @dependabot[bot] <https://github.com/dependabot[bot]> in [#789](https://github.com/litestar-org/polyfactory/issues/789) <https://github.com/litestar-org/polyfactory/pull/789>_
  • (4c84fad <https://github.com/litestar-org/polyfactory/commit/4c84fad07f07a092e1f8e85c2e31735d576326a9>) - Bump actions/download-artifact from 6 to 7 (#805) by @dependabot[bot] <https://github.com/dependabot[bot]> in [#805](https://github.com/litestar-org/polyfactory/issues/805) <https://github.com/litestar-org/polyfactory/pull/805>_
  • (76d8547 <https://github.com/litestar-org/polyfactory/commit/76d8547aa71f0d1bc0c430c38135e2ece479a251>) - Bump actions/upload-artifact from 5 to 6 (#804) by @dependabot[bot] <https://github.com/dependabot[bot]> in [#804](https://github.com/litestar-org/polyfactory/issues/804) <https://github.com/litestar-org/polyfactory/pull/804>_
  • (8615efe <https://github.com/litestar-org/polyfactory/commit/8615efe0cccbbd947590a09848eae6d237a593d8>) - Update classifiers (#810) by @adhtruong <https://github.com/adhtruong> in [#810](https://github.com/litestar-org/polyfactory/issues/810) <https://github.com/litestar-org/polyfactory/pull/810>_

Refactor ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • (f0440ed <https://github.com/litestar-org/polyfactory/commit/f0440edc722824dd50831bb4458895b1b622e71b>) - Update pre-commit (#797) by @adhtruong <https://github.com/adhtruong> in [#797](https://github.com/litestar-org/polyfactory/issues/797) <https://github.com/litestar-org/polyfactory/pull/797>_

Release [v3.1.0] - 2025-11-25 <https://github.com/litestar-org/polyfactory/releases/tag/v3.1.0>_

  • See All commits in v3.1.0 <https://github.com/litestar-org/polyfactory/commits/v3.1.0>_

36c68f5 <https://github.com/litestar-org/polyfactory/commit/36c68f51338fb435df2e8e06bf5d7c6be9ab902c>_ ... 2eff4e1 <https://github.com/litestar-org/polyfactory/commit/2eff4e1fbfdc02fd5930311011220a6473c3c06a>_ | See diff for 3.1.0 <https://github.com/litestar-org/polyfactory/compare/36c68f51338fb435df2e8e06bf5d7c6be9ab902c...2eff4e1fbfdc02fd5930311011220a6473c3c06a>_

Bug Fixes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • (637e731 <https://github.com/litestar-org/polyfactory/commit/637e731bd17228ea18da2b82d44be9fcb2d9e6ff>) - Skip association proxy creation if creator is not specified (#788) by @AlexPetul <https://github.com/AlexPetul> in [#788](https://github.com/litestar-org/polyfactory/issues/788) <https://github.com/litestar-org/polyfactory/pull/788>_

... (truncated)

Commits
  • 530c192 chore: prepare v3.2.0 release (#812)
  • 363ff7d fix: change default docs light theme (#808)
  • a0be0cc feat: support pydantic by_name (#781)
  • a2e6f99 fix: update literal detection for 3.14 compatibility (#811)
  • 8615efe chore: update classifiers (#810)
  • 76d8547 chore(deps): bump actions/upload-artifact from 5 to 6 (#804)
  • 4c84fad chore(deps): bump actions/download-artifact from 6 to 7 (#805)
  • 179afe9 docs: add Hugo-C as a contributor for code (#809)
  • 6ca6daa fix: add scoped_session and async_scoped_session to type annotations (#800)
  • be76369 docs: fix pre-commit mention in favor of prek (#807)
  • Additional commits viewable in compare view

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 [polyfactory](https://github.com/litestar-org/polyfactory) to permit the latest version.
- [Release notes](https://github.com/litestar-org/polyfactory/releases)
- [Changelog](https://github.com/litestar-org/polyfactory/blob/main/docs/changelog.rst)
- [Commits](litestar-org/polyfactory@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: polyfactory
  dependency-version: 3.2.0
  dependency-type: direct:development
...

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 Dec 22, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 23, 2026

A newer version of polyfactory exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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