Qtgql

Latest version: v0.139.0

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

Scan your dependencies

Page 13 of 17

0.112.0

--------------------

This release adds initial support for garbage collection in order to avoid
caching too many objects.

Contributed by [ניר](https://github.com/nrbnlulu) via [PR #137](https://github.com/nrbnlulu/qtgql/pull/137/)

0.111.4

--------------------

This release updates dependencies.

Contributed by [ניר](https://github.com/nrbnlulu) via [PR #136](https://github.com/nrbnlulu/qtgql/pull/136/)

0.111.3

--------------------

This release adds support for `QGraphQListModel.clear()`.

Contributed by [ניר](https://github.com/nrbnlulu) via [PR #133](https://github.com/nrbnlulu/qtgql/pull/133/)

0.111.2

--------------------

This release adds minimal support for future annotations in slots or other parts
of the lib that uses TypeHinter.

Contributed by [ניר](https://github.com/nrbnlulu) via [PR #132](https://github.com/nrbnlulu/qtgql/pull/132/)

0.111.1

--------------------

This release fixes a bug that inner model class would get overridden
by ItemBase metaclass.
python
class StatusIndicator(ItemBaseType):
class Model(GenericModel):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)


Contributed by [ניר](https://github.com/nrbnlulu) via [PR #128](https://github.com/nrbnlulu/qtgql/pull/128/)

0.111.0

--------------------

This release adds support for list of unions.

**This release also deprecates default object on QGraphQListModel**

Contributed by [ניר](https://github.com/nrbnlulu) via [PR #125](https://github.com/nrbnlulu/qtgql/pull/125/)

Page 13 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.