Sqloquent

Latest version: v0.7.0

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

Scan your dependencies

Page 3 of 4

0.4.3

- Added dependency on `nest-asyncio==1.6.0`
- Fixed `RuntimeError` issues with async ORM implementation
- Documented async ORM tendency to occasionally produce `ResourceWarning`s

0.4.2

- Fixed several interfaces (`Protocol`s) for more accurate type hints

0.4.1

- Fix: `HashedModel` now commits to empty columns as `None` values
- Added `columns_excluded_from_hash` attribute to `HashedModel` to exclude
some columns of subclasses from sha256 id generation

0.4.0

- Replaced `make_migration_from_model` tool with new `make_migration_from_model`
and `make_migration_from_model_path`
- Added automatic timestamps to the `DeletedModel` and the async version
- Added `like` and `not_like` to SQB
- Added `does_not_start_with` to SQB
- Added `does_not_end_with` to SQB
- Fix: can now more reliably access relations through other relations
- Added ability to suppress parameter interpolation in SQB.to_sql method
- Relations now attempt to load automatically on first read of property, e.g.
`SomeModel.find(some_id).related_model`

0.3.4

- Fixed some type hints
- Reintroduced the disable_column_property_mapping feature
- Added `is_null` and `not_null` to the query builders

0.3.3

- Hotfix for CLI tool.

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.