Half-orm

Latest version: v0.13.10

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

Scan your dependencies

Page 8 of 15

0.8.0rc4

* [hop][WIP] Add --devel option to hop new. (03b4750)
* [hop][halftest] Update to latest hop release. (cb73fb9)
* Fix a spelling mistake with below. (6659943)
* Remove pytest requirement from setup.py. (5ef9a13)
* [hop] Add git origin in .hop/config (a remote is no longer mandatory.) (0efe5d0)
* [relation] Prefix protected attributes of class Relation with _ho. (269f3e9)
* Add context information for deprectated methods. (9869e9b)

0.8.0rc3

* [hop][WIP] Add pytest dependency (replace with unittest ?). (bdd52e8)
* Rename public and protected methods of half_orm.relation.Relation. (81c1084)

0.8.0rc2

* [hop][WIP] Integration of the hop command into half_orm. (d801ba5)

NOTE.
The hop command is a work in progress. It will replace the half_orm_packager package.

0.8.0rc1

* [Fix] Foreign keys aliases were wrongly set as class attributes. (1de3c07)
* (relation) Remove code used to manage obsolete FKEYS variable. (393fccc)
* Upgrade dependencies. (ba1a202)

0.8.0rc0

* Remove dependencies to pydash, click and gitpython (moved to half_orm_packager). (501549f)
* [field] Allow json and jsonb columns to receive python jsonifiable objects. (8da564f)
* Remove unnecessary select(). (d7b7722)
* (test) join. Add test_join_with_joined_object_with_FKEYS. (17948a8)
* (BREAKING CHANGE)(relation) Relation FKEYS module variable support is now removed (use Fkeys class attribute instead). (6ea7bd2)
* (BREAKING CHANGE)(relation) Relation.insert now returns a dict. (dffd6e3)
* [ci] Add Python 3.11. (origin/master, origin/HEAD, master) (72efc57)

Breaking changes

* The `FKEYS` module variable is no longer supported. It is now replaced by the `Fkeys` class attribute.
* `Relation.insert` method only inserts one row and was returning a dict in a list. It now returns directly the dict:

Before:
py
row_dict = MyTable(a='Something').insert()[0]

Now:
py
row_dict = MyTable(a='Something').insert()

0.7.4

* [relation] Add returning values to insert, update and delete. (816ae18)
* [relation] Return dict instead of RealDictRow. (fcbcbe0)
* [relation] Relation objects are now iterators. (143f0b0)
* Add half_orm.__version__. (60521cf)

Page 8 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.