Bump polyfactory from 2.19.0 to 2.22.2
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(2 months ago)
(2 months ago)
dependencies python
Bumps polyfactory from 2.19.0 to 2.22.2.
Release notes
Sourced from polyfactory's releases.
v2.22.2
What's Changed
- fix: pydantic alias handling by
@adhtruongin litestar-org/polyfactory#737- fix: allow specifying forward references when as string by
@adhtruongin litestar-org/polyfactory#735- chore(release): bump to v2.22.2 by
@adhtruongin litestar-org/polyfactory#738Full Changelog: https://github.com/litestar-org/polyfactory/compare/v2.22.1...v2.22.2
v2.22.1
What's Changed
- fix: handle recursive types that use ForwardRef by
@adhtruongin litestar-org/polyfactory#728- fix: deprecation error not silenced when overridden by
@adhtruongin litestar-org/polyfactory#724- chore(release): bump to v2.22.1 by
@adhtruongin litestar-org/polyfactory#732Full Changelog: https://github.com/litestar-org/polyfactory/compare/v2.22.0...v2.22.1
v2.22.0
What's Changed
- chore: remove usage of _AnnotatedAlias by
@adhtruongin litestar-org/polyfactory#693- chore: warn on deprecated parameter usage by
@adhtruongin litestar-org/polyfactory#689- feat: Allow usage of Pydantic models containing forward references by
@marcuslimdwin litestar-org/polyfactory#698- chore(deps): bump astral-sh/setup-uv from 5 to 6 by
@dependabotin litestar-org/polyfactory#696- docs: add marcuslimdw as a contributor for code by
@allcontributorsin litestar-org/polyfactory#699- refactor: make type utils deterministic by
@adhtruongin litestar-org/polyfactory#688- perf: avoid deep copy by
@adhtruongin litestar-org/polyfactory#702- fix: test by adding inheritance in Child class from Parent by
@Rub1kCubein litestar-org/polyfactory#706- docs: add Rub1kCube as a contributor for test by
@allcontributorsin litestar-org/polyfactory#708- chore(deps): bump dawidd6/action-download-artifact from 9 to 10 by
@dependabotin litestar-org/polyfactory#709- fix: Generate correct collection size when annotation_types.Len is used by
@priyankcin litestar-org/polyfactory#712- chore(deps): bump dawidd6/action-download-artifact from 10 to 11 by
@dependabotin litestar-org/polyfactory#714- fix: no blank children names by
@iloveitalyin litestar-org/polyfactory#666- feat: add PEP 695 type alias support and improve type handling by
@Rub1kCubein litestar-org/polyfactory#711- chore(release): bump to v2.22.0 by
@adhtruongin litestar-org/polyfactory#722New Contributors
@marcuslimdwmade their first contribution in litestar-org/polyfactory#698@Rub1kCubemade their first contribution in litestar-org/polyfactory#706@priyankcmade their first contribution in litestar-org/polyfactory#712Full Changelog: https://github.com/litestar-org/polyfactory/compare/v2.21.0...v2.22.0
v2.21.0
Sponsors 🌟
A huge 'Thank you!' to all other sponsors across Polar.sh, OpenCollective and GitHub Sponsors!
... (truncated)
Changelog
Sourced from polyfactory's changelog.
Release [v2.22.2] - 2025-08-15 <https://github.com/litestar-org/polyfactory/releases/tag/v2.22.2>_
See All commits in v2.22.2 <https://github.com/litestar-org/polyfactory/commits/v2.22.2>_
a14ac7f <https://github.com/litestar-org/polyfactory/commit/a14ac7ff61769df18d509799f8d94c7581e482dd>_ ...8e14c35 <https://github.com/litestar-org/polyfactory/commit/8e14c35ee46a8203844ec45728a8d65f7e847869>_ |See diff for 2.22.2 <https://github.com/litestar-org/polyfactory/compare/a14ac7ff61769df18d509799f8d94c7581e482dd...8e14c35ee46a8203844ec45728a8d65f7e847869>_Bug Fixes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- (
6dcd191 <https://github.com/litestar-org/polyfactory/commit/6dcd19134da6b17b97ee4ee04a514db2d1f166c9>) - Pydantic alias handling (#737) by@adhtruong <https://github.com/adhtruong>in[#737](https://github.com/litestar-org/polyfactory/issues/737) <https://github.com/litestar-org/polyfactory/pull/737>_- (
8e14c35 <https://github.com/litestar-org/polyfactory/commit/8e14c35ee46a8203844ec45728a8d65f7e847869>) - Allow specifying forward references when as string (#735) by@adhtruong <https://github.com/adhtruong>in[#735](https://github.com/litestar-org/polyfactory/issues/735) <https://github.com/litestar-org/polyfactory/pull/735>_
Release [v2.22.1] - 2025-07-14 <https://github.com/litestar-org/polyfactory/releases/tag/v2.22.1>_
See All commits in v2.22.1 <https://github.com/litestar-org/polyfactory/commits/v2.22.1>_
f270b0f <https://github.com/litestar-org/polyfactory/commit/f270b0fb46f36b32db0a1c9f9d2cea25c59b8f22>_ ...a14ac7f <https://github.com/litestar-org/polyfactory/commit/a14ac7ff61769df18d509799f8d94c7581e482dd>_ |See diff for 2.22.1 <https://github.com/litestar-org/polyfactory/compare/f270b0fb46f36b32db0a1c9f9d2cea25c59b8f22...a14ac7ff61769df18d509799f8d94c7581e482dd>_Bug Fixes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- (
90d372c <https://github.com/litestar-org/polyfactory/commit/90d372c495b2105341e5334398bc56a02d563f33>) - Handle recursive types that use ForwardRef (#728) by@adhtruong <https://github.com/adhtruong>in[#728](https://github.com/litestar-org/polyfactory/issues/728) <https://github.com/litestar-org/polyfactory/pull/728>_- (
9fa5c66 <https://github.com/litestar-org/polyfactory/commit/9fa5c66e224a6ca25f7dbfbae908ca8149c64657>) - Deprecation error not silenced when overridden (#724) by@adhtruong <https://github.com/adhtruong>in[#724](https://github.com/litestar-org/polyfactory/issues/724) <https://github.com/litestar-org/polyfactory/pull/724>_Miscellaneous Tasks ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- (
a14ac7f <https://github.com/litestar-org/polyfactory/commit/a14ac7ff61769df18d509799f8d94c7581e482dd>) - Bump to v2.22.1 (#732) by@adhtruong <https://github.com/adhtruong>in[#732](https://github.com/litestar-org/polyfactory/issues/732) <https://github.com/litestar-org/polyfactory/pull/732>_
Release [v2.22.0] - 2025-07-01 <https://github.com/litestar-org/polyfactory/releases/tag/v2.22.0>_
See All commits in v2.22.0 <https://github.com/litestar-org/polyfactory/commits/v2.22.0>_
203310b <https://github.com/litestar-org/polyfactory/commit/203310bfa4a8054efb59c1bda34715d4196a7954>_ ...f270b0f <https://github.com/litestar-org/polyfactory/commit/f270b0fb46f36b32db0a1c9f9d2cea25c59b8f22>_ |See diff for 2.22.0 <https://github.com/litestar-org/polyfactory/compare/203310bfa4a8054efb59c1bda34715d4196a7954...f270b0fb46f36b32db0a1c9f9d2cea25c59b8f22>_Bug Fixes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- (
94eb1bf <https://github.com/litestar-org/polyfactory/commit/94eb1bfc3f947a4090157bc7bdcec19e8c530dd8>) - Test by adding inheritance in Child class from Parent (#706) by@Rub1kCube <https://github.com/Rub1kCube>in[#706](https://github.com/litestar-org/polyfactory/issues/706) <https://github.com/litestar-org/polyfactory/pull/706>_- (
dbcf79d <https://github.com/litestar-org/polyfactory/commit/dbcf79db38fffdcae7599b5cd2806261ab58fd79>) - Generate correct collection size when annotation_types.Len is used (#712) by@priyankc <https://github.com/priyankc>in[#712](https://github.com/litestar-org/polyfactory/issues/712) <https://github.com/litestar-org/polyfactory/pull/712>_- (
216b8a5 <https://github.com/litestar-org/polyfactory/commit/216b8a50451f01a49967bcc7e028a5e0803a108c>) - No blank children names (#666) by@iloveitaly <https://github.com/iloveitaly>in[#666](https://github.com/litestar-org/polyfactory/issues/666) <https://github.com/litestar-org/polyfactory/pull/666>_Documentation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- (
3b541b6 <https://github.com/litestar-org/polyfactory/commit/3b541b66c1ef4d5cb3ecc3071ee3d1921257c99e>) - Add marcuslimdw as a contributor for code (#699) by@allcontributors[bot] <https://github.com/allcontributors[bot]>in[#699](https://github.com/litestar-org/polyfactory/issues/699) <https://github.com/litestar-org/polyfactory/pull/699>_- (
a34e7d3 <https://github.com/litestar-org/polyfactory/commit/a34e7d37b727835f4f4aad19dc42c9f5009c366d>) - Add Rub1kCube as a contributor for test (#708) by@allcontributors[bot] <https://github.com/allcontributors[bot]>in[#708](https://github.com/litestar-org/polyfactory/issues/708) <https://github.com/litestar-org/polyfactory/pull/708>_Features ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
... (truncated)
Commits
63eaa9fchore(release): bump to v2.22.2 (#738)8e14c35fix: allow specifying forward references when as string (#735)6dcd191fix: pydantic alias handling (#737)a14ac7fchore(release): bump to v2.22.1 (#732)9fa5c66fix: deprecation error not silenced when overridden (#724)90d372cfix: handle recursive types that use ForwardRef (#728)f270b0fchore(release): bump to v2.22.0 (#722)c7a7b44feat: add PEP 695 type alias support and improve type handling (#711)216b8a5fix: no blank children names (#666)0cd86d2chore(deps): bump dawidd6/action-download-artifact from 10 to 11 (#714)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
Technical Details
| ID: | 6156130 |
| UUID: | 2788698608 |
| Node ID: | PR_kwDOMF9k_c6mOCnw |
| Host: | GitHub |
| Repository: | community-of-python/stompman |
| Merge State: | Unknown |