Advanced-alchemy

Latest version: v0.26.2

Safety actively analyzes 690739 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.6.1

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
* `See All commits in v0.6.1 <https://github.com/litestar-org/advanced-alchemy/commits/v0.6.1>`_

`2aa4cca <https://github.com/litestar-org/advanced-alchemy/commit/2aa4cca083d16c5e0f62b0d19beb1aec3209a8d7>`_ ... `5da93a2 <https://github.com/litestar-org/advanced-alchemy/commit/5da93a2d22ee70777be11a5e27d205d6699cbfae>`_ | `See diff for 0.6.1 <https://github.com/litestar-org/advanced-alchemy/compare/2aa4cca083d16c5e0f62b0d19beb1aec3209a8d7...5da93a2d22ee70777be11a5e27d205d6699cbfae>`_

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

* (`68c8501 <https://github.com/litestar-org/advanced-alchemy/commit/68c8501be5379cac2f0d48af8b81447c072feafc>`_) - Add Alembic template for Encrypted String (#112) by `cofin <https://github.com/cofin>`_ in `#112 <https://github.com/litestar-org/advanced-alchemy/pull/112>`_
* (`2f76af0 <https://github.com/litestar-org/advanced-alchemy/commit/2f76af05c99e9647a7cb953b17fd7570ac9b317c>`_) - Adds ``MISSING`` placeholder (#113) by `cofin <https://github.com/cofin>`_ in `#113 <https://github.com/litestar-org/advanced-alchemy/pull/113>`_
* (`5da93a2 <https://github.com/litestar-org/advanced-alchemy/commit/5da93a2d22ee70777be11a5e27d205d6699cbfae>`_) - Ignore unused warning for tests. by `cofin <https://github.com/cofin>`_

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

* (`a126757 <https://github.com/litestar-org/advanced-alchemy/commit/a1267578bd467857fca278f780f3666ab1223be3>`_) - Bump version to ``v0.6.1`` by `cofin <https://github.com/cofin>`_

0.6.0

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
* `See All commits in v0.6.0 <https://github.com/litestar-org/advanced-alchemy/commits/v0.6.0>`_

`f41c412 <https://github.com/litestar-org/advanced-alchemy/commit/f41c4121824907f3cf2a81080bd388a62ecd7181>`_ ... `2aa4cca <https://github.com/litestar-org/advanced-alchemy/commit/2aa4cca083d16c5e0f62b0d19beb1aec3209a8d7>`_ | `See diff for 0.6.0 <https://github.com/litestar-org/advanced-alchemy/compare/f41c4121824907f3cf2a81080bd388a62ecd7181...2aa4cca083d16c5e0f62b0d19beb1aec3209a8d7>`_

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

* (`39118b0 <https://github.com/litestar-org/advanced-alchemy/commit/39118b0450c96ba6253b1f34097e81d32bcb8e1b>`_) - Add ``str`` to ``match_fields`` type hint (#96) by `cofin <https://github.com/cofin>`_ in `#96 <https://github.com/litestar-org/advanced-alchemy/pull/96>`_
* (`ba58db7 <https://github.com/litestar-org/advanced-alchemy/commit/ba58db712db057d65e14b79930c39a3778e8c758>`_) - Add ``orm_registry`` to ``__all__`` (#99) by `JacobCoffee <https://github.com/JacobCoffee>`_ in `#99 <https://github.com/litestar-org/advanced-alchemy/pull/99>`_
* (`5ade984 <https://github.com/litestar-org/advanced-alchemy/commit/5ade9841cd3c13647f72aff3e436c134b7f5d54b>`_) - Correct ``count`` and ``list_and_count`` signatures (#108) by `cofin <https://github.com/cofin>`_ in `#108 <https://github.com/litestar-org/advanced-alchemy/pull/108>`_

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

* (`f7465d2 <https://github.com/litestar-org/advanced-alchemy/commit/f7465d227a10242b1ec7fbe6a549ef6b08c8657d>`_) - Update changelog by `JacobCoffee <https://github.com/JacobCoffee>`_

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

* (`cf8a9e4 <https://github.com/litestar-org/advanced-alchemy/commit/cf8a9e43d97354abfd3c91ddd5d5451a914a0116>`_) - Mock repository (#100) by `gazorby <https://github.com/gazorby>`_ in `#100 <https://github.com/litestar-org/advanced-alchemy/pull/100>`_
* (`23dc65d <https://github.com/litestar-org/advanced-alchemy/commit/23dc65d8dea19f7f0904a15a6bb9eae9a6548c95>`_) - Make ``touch_updated_timestamp`` optional (#98) by `cofin <https://github.com/cofin>`_ in `#98 <https://github.com/litestar-org/advanced-alchemy/pull/98>`_
* (`7cb4f8e <https://github.com/litestar-org/advanced-alchemy/commit/7cb4f8eabf74dd72ec4ad3e87ce92424a022c26a>`_) - SQLAlchemy encrypted field (#47) by `cofin <https://github.com/cofin>`_ in `#47 <https://github.com/litestar-org/advanced-alchemy/pull/47>`_

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

* (`2aa4cca <https://github.com/litestar-org/advanced-alchemy/commit/2aa4cca083d16c5e0f62b0d19beb1aec3209a8d7>`_) - Bump version to ``v0.6.0`` by `cofin <https://github.com/cofin>`_

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

* (`9b0cb60 <https://github.com/litestar-org/advanced-alchemy/commit/9b0cb60e3f594fef9952bef12ce865845021dc72>`_) - Use internal utilities for scope state storage. (#104) by `peterschutt <https://github.com/peterschutt>`_ in `#104 <https://github.com/litestar-org/advanced-alchemy/pull/104>`_

0.5.5

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
* `See All commits in v0.5.5 <https://github.com/litestar-org/advanced-alchemy/commits/v0.5.5>`_

`7a91a8b <https://github.com/litestar-org/advanced-alchemy/commit/7a91a8bce3cb606f69dd1a13a139388bd35a32cc>`_ ... `f41c412 <https://github.com/litestar-org/advanced-alchemy/commit/f41c4121824907f3cf2a81080bd388a62ecd7181>`_ | `See diff for 0.5.5 <https://github.com/litestar-org/advanced-alchemy/compare/7a91a8bce3cb606f69dd1a13a139388bd35a32cc...f41c4121824907f3cf2a81080bd388a62ecd7181>`_

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

* (`a255c03 <https://github.com/litestar-org/advanced-alchemy/commit/a255c03d54b9d289835e2263874612f1ced2627a>`_) - Adds the ``python_type`` property. (#95) by `cofin <https://github.com/cofin>`_ in `#95 <https://github.com/litestar-org/advanced-alchemy/pull/95>`_

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

* (`f41c412 <https://github.com/litestar-org/advanced-alchemy/commit/f41c4121824907f3cf2a81080bd388a62ecd7181>`_) - Bump version to ``v0.5.5`` by `cofin <https://github.com/cofin>`_

Testing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* (`f6d4330 <https://github.com/litestar-org/advanced-alchemy/commit/f6d433047bd6c391921214ab6ca378f51c4feb35>`_) - Support for the Microsoft SQL Server database via the aioodbc driver. (#94) by `Alc-Alc <https://github.com/Alc-Alc>`_ in `#94 <https://github.com/litestar-org/advanced-alchemy/pull/94>`_

0.5.4

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
* `See All commits in v0.5.4 <https://github.com/litestar-org/advanced-alchemy/commits/v0.5.4>`_

`15a7d76 <https://github.com/litestar-org/advanced-alchemy/commit/15a7d763e0fcd768303886de148f77cd8b15a1a7>`_ ... `7a91a8b <https://github.com/litestar-org/advanced-alchemy/commit/7a91a8bce3cb606f69dd1a13a139388bd35a32cc>`_ | `See diff for 0.5.4 <https://github.com/litestar-org/advanced-alchemy/compare/15a7d763e0fcd768303886de148f77cd8b15a1a7...7a91a8bce3cb606f69dd1a13a139388bd35a32cc>`_

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

* (`f9dea95 <https://github.com/litestar-org/advanced-alchemy/commit/f9dea95a97b5cc69c1c490085cec30177636f79d>`_) - Update broken links in ``README.md`` (#88) by `tspnn <https://github.com/tspnn>`_ in `#88 <https://github.com/litestar-org/advanced-alchemy/pull/88>`_
* (`7a7d755 <https://github.com/litestar-org/advanced-alchemy/commit/7a7d75563921be1dde1530a739855e3612addd72>`_) - Change ``upsert_many`` behavior (#90) by `cofin <https://github.com/cofin>`_ in `#90 <https://github.com/litestar-org/advanced-alchemy/pull/90>`_

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

* (`c53b2ea <https://github.com/litestar-org/advanced-alchemy/commit/c53b2eacd031f0e929e96e07de2fb30982b1c931>`_) - Fix typo in README.md (#89) by `mbeijen <https://github.com/mbeijen>`_ in `#89 <https://github.com/litestar-org/advanced-alchemy/pull/89>`_

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

* (`5b192ad <https://github.com/litestar-org/advanced-alchemy/commit/5b192ad89974bd0757eb276fefb4c5f6d43d02e4>`_) - Updates typing to handle scoped sessions (#87) by `cofin <https://github.com/cofin>`_ in `#87 <https://github.com/litestar-org/advanced-alchemy/pull/87>`_

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

* (`7a91a8b <https://github.com/litestar-org/advanced-alchemy/commit/7a91a8bce3cb606f69dd1a13a139388bd35a32cc>`_) - Bump version to ``v0.5.4`` by `cofin <https://github.com/cofin>`_

0.5.3

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
* `See All commits in v0.5.3 <https://github.com/litestar-org/advanced-alchemy/commits/v0.5.3>`_

`103f9bf <https://github.com/litestar-org/advanced-alchemy/commit/103f9bf5d4ed77dc3b15a0814f1a2b6d37a34ad9>`_ ... `15a7d76 <https://github.com/litestar-org/advanced-alchemy/commit/15a7d763e0fcd768303886de148f77cd8b15a1a7>`_ | `See diff for 0.5.3 <https://github.com/litestar-org/advanced-alchemy/compare/103f9bf5d4ed77dc3b15a0814f1a2b6d37a34ad9...15a7d763e0fcd768303886de148f77cd8b15a1a7>`_

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

* (`15a7d76 <https://github.com/litestar-org/advanced-alchemy/commit/15a7d763e0fcd768303886de148f77cd8b15a1a7>`_) - Enable ``flask`` support (#86) by `cofin <https://github.com/cofin>`_ in `#86 <https://github.com/litestar-org/advanced-alchemy/pull/86>`_

0.5.2

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
* `See All commits in v0.5.2 <https://github.com/litestar-org/advanced-alchemy/commits/v0.5.2>`_

`da03540 <https://github.com/litestar-org/advanced-alchemy/commit/da035409f6348deb741ff94d1d38f862250cc775>`_ ... `103f9bf <https://github.com/litestar-org/advanced-alchemy/commit/103f9bf5d4ed77dc3b15a0814f1a2b6d37a34ad9>`_ | `See diff for 0.5.2 <https://github.com/litestar-org/advanced-alchemy/compare/da035409f6348deb741ff94d1d38f862250cc775...103f9bf5d4ed77dc3b15a0814f1a2b6d37a34ad9>`_

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

* (`82251f9 <https://github.com/litestar-org/advanced-alchemy/commit/82251f91438ec0291d52dc2f472390f69c57600a>`_) - Adds ``greenlet`` as a dependencies for Mac OS (#84) by `cofin <https://github.com/cofin>`_ in `#84 <https://github.com/litestar-org/advanced-alchemy/pull/84>`_

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

* (`fc8f2b8 <https://github.com/litestar-org/advanced-alchemy/commit/fc8f2b809c9df0048f5a45311081929a587489fc>`_) - Re-export modules to make importing easier (#81) by `cofin <https://github.com/cofin>`_ in `#81 <https://github.com/litestar-org/advanced-alchemy/pull/81>`_
* (`1800fe7 <https://github.com/litestar-org/advanced-alchemy/commit/1800fe7700a6f462981e134b4ecca2f239756b2f>`_) - Adds a ``get_session`` context manager to the config (#83) by `cofin <https://github.com/cofin>`_ in `#83 <https://github.com/litestar-org/advanced-alchemy/pull/83>`_

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

* (`103f9bf <https://github.com/litestar-org/advanced-alchemy/commit/103f9bf5d4ed77dc3b15a0814f1a2b6d37a34ad9>`_) - Bump version to ``v0.5.2`` by `cofin <https://github.com/cofin>`_

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.