Sqlalchemy-bind-manager

Latest version: v0.10.0

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

Scan your dependencies

Page 1 of 3

0.10.0

Breaking Changes
* Exceptions names now have the `Error` suffix by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/53
* Protocols are now Abstract Base Classes and are available directly in the `sqlalchemy_bind_manager.repository` module. by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/55
* The `SortDirection` enum has been replaced by literal `"asc"` or `"desc"` by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/53
* The `SQLAlchemyAsyncConfig` has been removed. Async engines can be configured using `SQLAlchemyConfig` objects by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/53

Other Changes
* CI and docs improvements by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/49 https://github.com/febus982/sqlalchemy-bind-manager/pull/50 https://github.com/febus982/sqlalchemy-bind-manager/pull/51 https://github.com/febus982/sqlalchemy-bind-manager/pull/53 https://github.com/febus982/sqlalchemy-bind-manager/pull/55
* Store hard reference to AsyncSessionHandler cleanup task by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/53

New Contributors
* renovate made their first contribution in https://github.com/febus982/sqlalchemy-bind-manager/pull/51

**Full Changelog**: https://github.com/febus982/sqlalchemy-bind-manager/compare/v0.9.1...v0.10.0

0.9.1

What's Changed
* Support python 3.12 by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/48


**Full Changelog**: https://github.com/febus982/sqlalchemy-bind-manager/compare/v0.9.0...v0.9.1

0.9.0

Breaking changes
* Drop pydantic v1 support and remove deprecation warnings by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/47
* Renamed `model_declarative_base` to `declarative_base` in both `SQLAlchemyAsyncBind` and `SQLAlchemyBind`

**Full Changelog**: https://github.com/febus982/sqlalchemy-bind-manager/compare/v0.8.0...v0.9.0

0.8.0

What's Changed
* Add support for pydantic v2 by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/46


**Full Changelog**: https://github.com/febus982/sqlalchemy-bind-manager/compare/v0.7.0...v0.8.0

0.7.0

What's Changed
* Fail operations on models not belonging to repository by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/45

**Full Changelog**: https://github.com/febus982/sqlalchemy-bind-manager/compare/v0.6.0...v0.7.0

0.6.0

Breaking changes
* Unit of work interface rewrite by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/38


**Full Changelog**: https://github.com/febus982/sqlalchemy-bind-manager/compare/v0.5.0...v0.6.0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.