Graphene-sqlalchemy

Latest version: v2.3.0

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

Scan your dependencies

Page 2 of 3

2.2.2

Fixes issue https://github.com/graphql-python/graphene-sqlalchemy/issues/234. The regression was introduced in https://github.com/graphql-python/graphene-sqlalchemy/commit/9a0f7400957c5b5f5f8e952db2502ef1f79fac1f.

Custom resolve_<field_name> functions were no longer call for fields auto-generated by SQLAlchemyObjectType. The issue was caused by a soon-to-be-documented feature that allows users to rename auto-generated fields (aka ORMField.model_attr).

2.2.1

- Fix `createConnectionField` deprecation warnings (https://github.com/graphql-python/graphene-sqlalchemy/pull/229)

2.2.0

Changelog

- Improve creation of column and sort enums (https://github.com/graphql-python/graphene-sqlalchemy/commit/db3e9f4c3baad3e62c113d4a9ddd2e3983d324f2)

2.1.2

Changelog

- Deprecate createConnectionField. The connection factory is now specified via the `connection_field_factory ` attribute of the `Meta` class of `SQLAlchemyObjectType`. The connection factories now have access to the `relation` and the `registry`. ef1fce2874f8f746f4aea57ffca8ca118337eaf4

2.1.1

Changelog
* Fix creation of graphene.Enum from enum.Enum https://github.com/graphql-python/graphene-sqlalchemy/commit/6a96d370ea3935de227c0642a34af8535cf57472
* Fix Travis integration, set up tox and pre-commit :
- Base: https://github.com/graphql-python/graphene-sqlalchemy/commit/8a2f020344affbe3c5ac56680cc07dbfc20fcabe
- Flake8: https://github.com/graphql-python/graphene-sqlalchemy/commit/1033de566244ce340f900dfd3889ad0ff958e804
- iSort: https://github.com/graphql-python/graphene-sqlalchemy/commit/25dd3d01b719ceaf5286da4a7daf897387a15fc6
* Fix tests on python 2.7, using enum34 backport when Enum is not available https://github.com/graphql-python/graphene-sqlalchemy/commit/7e5c92db0d210dbe1c020866ceb361b5bec9525a

Documentation
* Add more description on meta fields for subclassing https://github.com/graphql-python/graphene-sqlalchemy/commit/17af4b1debd5fa3e58bb197648f691385a082622
* Fixing documentation link in exception https://github.com/graphql-python/graphene-sqlalchemy/commit/33d5b746719a4a0fb19d00337b1ed87fe40802a9
* README example: add missing import https://github.com/graphql-python/graphene-sqlalchemy/commit/76a5a3556607c53574225b66d606643fe170510f
* Consistency table name example with the model name https://github.com/graphql-python/graphene-sqlalchemy/commit/100785abe6d5fd9b1df816ba16ec613d78634743
* Fixed tiny grammatical error in the `tips` page https://github.com/graphql-python/graphene-sqlalchemy/commit/d00d9a0fb877becf1e488957750ca6e81a87f675
* Remove unused import https://github.com/graphql-python/graphene-sqlalchemy/commit/c3f175f3f4e1600b4e0560b6e8af6cd59dcb9b37

2.1.0

Changelog
* Proper support for SQLAlchemy Enum type https://github.com/graphql-python/graphene-sqlalchemy/commit/ea98709f1cacb25666941434ec658be6db9695e8
* Added MIT license https://github.com/graphql-python/graphene-sqlalchemy/commit/26cdb8fe775ce05cbbf4a862fcffda537617887a
* Fixed assert message in Registry class https://github.com/graphql-python/graphene-sqlalchemy/commit/80f1a6b8237d8227497fabe41d5664b9bc23ac02
* Allow custom `SQLAlchemyObjectType` subclasses https://github.com/graphql-python/graphene-sqlalchemy/commit/25c452c8ef9d294eada8440bfc2b2118a29aa9a2
* Fixed `SQLAlchemyConnectionField` to be 2.0 complaint https://github.com/graphql-python/graphene-sqlalchemy/commit/25c452c8ef9d294eada8440bfc2b2118a29aa9a2
* Added sorting https://github.com/graphql-python/graphene-sqlalchemy/commit/53464968b2c8caa6403d1f60d7c3b9f601084813
* Use `black` autoformatting https://github.com/graphql-python/graphene-sqlalchemy/commit/81167515142f50cbe0e3b2fb3fae1133b5ab2d7f
* Allow custom connection classes https://github.com/graphql-python/graphene-sqlalchemy/commit/4016b624173207d6d302c8600b841aa1a2eaf87d

Documentation
* Added examples to index https://github.com/graphql-python/graphene-sqlalchemy/commit/d77d8e65692cd1b0b840164cfa35bfffe249eb11
* Added Union example https://github.com/graphql-python/graphene-sqlalchemy/commit/1e8a4b38164b997e24eaa80bfdde2e99ff0103a4
* Fixed typo https://github.com/graphql-python/graphene-sqlalchemy/commit/9e70ee7e9e1f13c19e31e0ea56a5970030e1fec1

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.