Sqlalchemy-bind-manager

Latest version: v0.13.1

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

Scan your dependencies

Page 2 of 4

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

0.5.0

What's Changed
* Remove sync and async tests duplication by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/34
* Make session handler thread safe and async task safe by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/35


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

0.4.0

What's Changed

Breaking changes

* deleting by primary key support has been dropped in `delete` method: It was necessary loading the model from the database anyway to handle correctly model relationships. This approach was neither performant, nor scalable. febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/33

New features

* Added `get_many` method to get a collection of models by primary key febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/33
* Added `delete_many` to delete a collection of models in a single transaction febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/33

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

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.