From de789499f8b16b49c9fae5954cfba8ad868fff58 Mon Sep 17 00:00:00 2001 From: Andrew Truong <40660973+adhtruong@users.noreply.github.com> Date: Wed, 29 Jan 2025 08:23:48 +0000 Subject: [PATCH] chore: prep 2.19.0 release (#637) --- docs/changelog.rst | 84 +++++++++++++++++++++++++++++++++++++++++++++- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 85 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 328ea14f..dc0f8fce 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,9 +7,86 @@ All commits to this project will be documented in this file. [unreleased] ------------ -`67c5720 `_ is the last commit in the changelog before unreleased changes. +`0290580 `_ is the last commit in the changelog before unreleased changes. +Bug Fixes +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`e1c5b8c `_) - Lock PDM version to support 3.8 (#609) by `@adhtruong `_ in `#609 `_ +* (`f526601 `_) - Pydantic 2.10 compatibility (#613) by `@adhtruong `_ in `#613 `_ +* (`1e0c847 `_) - Update security alert (#615) by `@adhtruong `_ in `#615 `_ +* (`135bbc0 `_) - Ensure ABC are not considered a factory type (#628) by `@adhtruong `_ in `#628 `_ +* (`137bfb9 `_) - Added an async context manager in SQLAASyncPersistence (#630) by `@nisemenov `_ in `#630 `_ + +Features +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`42999fa `_) - Added __set_association_proxy__ attribute (#629) by `@nisemenov `_ in `#629 `_ + +Miscellaneous Tasks +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`d6a886a `_) - Bump astral-sh/setup-uv from 4 to 5 (#622) by `@dependabot[bot] `_ in `#622 `_ +* (`9db2ee7 `_) - Bump dawidd6/action-download-artifact from 3 to 7 (#619) by `@dependabot[bot] `_ in `#619 `_ + +Refactor +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`a7dda85 `_) - Update Pydantic imports (#625) by `@adhtruong `_ in `#625 `_ + +Build +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`9ee5852 `_) - Update pre-commit dependencies (#614) by `@adhtruong `_ in `#614 `_ +* (`9fa4ad9 `_) - Migrate to uv (#612) by `@adhtruong `_ in `#612 `_ +* (`d374de5 `_) - Support 3.13 (#599) by `@adhtruong `_ in `#599 `_ +* (`d2ef554 `_) - Change deprecated action (#626) by `@adhtruong `_ in `#626 `_ + +`Release [v2.18.1] - 2024-11-26 `_ +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +* `See All commits in v2.18.1 `_ + +`f7b5d8b `_ ... `0290580 `_ | `See diff for 2.18.1 `_ + +Bug Fixes +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`660183b `_) - Handle nullable SQLA constraints (#602) by `@adhtruong `_ in `#602 `_ + +Miscellaneous Tasks +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`0290580 `_) - Bump release version (#608) by `@adhtruong `_ in `#608 `_ + +`Release [v2.18.0] - 2024-11-06 `_ +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +* `See All commits in v2.18.0 `_ + +`37a9894 `_ ... `f7b5d8b `_ | `See diff for 2.18.0 `_ + +Bug Fixes +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`c027bbd `_) - Update docs preview upload (#597) by `@adhtruong `_ in `#597 `_ +* (`8d8f6a9 `_) - Add SQLA async to test dependencies (#595) by `@adhtruong `_ in `#595 `_ + +Features +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`6abb845 `_) - Handle SQLA column constraints (#594) by `@adhtruong `_ in `#594 `_ + +Miscellaneous Tasks +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`f7b5d8b `_) - Bump minor version by `@guacs `_ + +`Release [v2.17.0] - 2024-09-22 `_ +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- +* `See All commits in v2.17.0 `_ + +`67c5720 `_ ... `37a9894 `_ | `See diff for 2.17.0 `_ + Bug Fixes ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -30,6 +107,11 @@ Features * (`c0c2704 `_) - Enhance register_fixture return type annotation (#581) by `@giulioindev `_ in `#581 `_ +Miscellaneous Tasks +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (`37a9894 `_) - Bump release version (#588) by `@adhtruong `_ in `#588 `_ + Build ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/pyproject.toml b/pyproject.toml index ae99f2f1..cdd63bc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ "Typing :: Typed", ] name = "polyfactory" -version = "2.18.1" +version = "2.19.0" description = "Mock data generation factories" readme = "docs/PYPI_README.md" license = {text = "MIT"} diff --git a/uv.lock b/uv.lock index f624a564..81f474f3 100644 --- a/uv.lock +++ b/uv.lock @@ -1169,7 +1169,7 @@ wheels = [ [[package]] name = "polyfactory" -version = "2.18.1" +version = "2.19.0" source = { editable = "." } dependencies = [ { name = "faker" },