Graphene

Latest version: v3.4.3

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

Scan your dependencies

Page 6 of 11

2.1.0

This is a minor release, fixing a lot of small issues, with better support for `Date`, `DateTime` and `Time` scalars and tons of improvements on docs.
Thanks to the effort of contributors for this new release jkimbo danpalmer g-- dfee Prince-Leto simonwoerpel pjdelport anisjonischkeit abawchen 🎉

Changelog
* Extend support for subclassing `InputObjectType` meta a16c5ba00be1d963d438c5e96962b79d1b145cc3
* Raise better error if type is missing from Schema d6968c2e92486dda40725c9ef99f450557003f2b
* Allow ObjectType to set connection name a2178dc22098a36e56d4cec021f984f4cae3649c
* Fixed `to_camel_case ` utility function be1f7d72a46f29eb491d3a6110fd955d0b72dea4
* Add py36 to tox envlist 113cf8da38dcac755599d4b26432e3eaccadc72a
* Enable extra options in mutation fields a7a4ba62af4cb8b00ffa6a9f8cf79bd87dfb5e95
* Improved support / assertion for GraphQL types in Schema 0971a05b33bf65cbc89038eebd85de5fec4e1dcf
* Fixed `required=True` in `ConnectionField` 8c7ca74c6f083007a7c83c843f494357aec69371
* Exclude examples module in package 79f7cc08e3c173e78ab33abe0d49404242f8d26d
* Made `Date`, `DateTime` and `Time` scalars to fail with `GraphQLError` is format is invalid 84fbf5dc23351c26a852271aa6529a60bce13735 9973fd314f6134a96a78617fee1caf21d592b6af
* Fixed `Meta` included in `Enum` members 2594cdb61409f8ecedf0958ee959f8f8ded3efbc
* Fixed deprecations url in deprecation message a96ed550bd0c67b7a9ec0b9f636f71c530441e5f
* Fixed `str` on abstract types, improved `repr` 562cafc14f66bbad7f76e7600fa0acd71d00194e
* Use `aniso8601` instead of `iso8601` b4255e55fd28ca5b31f86876fe3f95f38f0f0838
* Expose `Date`, `DateTime` and `Time` from main package


Docs
* Updated docs layout d6df14923dd47df69f7bec7909cb70809f31eea0
* Relay documentation reflect latest 2.0 API ec32c252e7fdb7354e42ac931a7a7ee412d4d56c
* Use pythonic terminology in middleware 834d52f9d3ca49e2a39fdf89da945f296b160c60
* Added `Date` scalar to documentation 98366c6add10fa1532301145e9768bffcbb09dc5
* Document functional middleware 92f6a496c5b0bb08ea976e5a675cc3310b85e585
* Improved `Scalar` documentation 5036d164b74038ad4ef82add05beb73def11c317
* Fixed typos in relay Node examples 7afeaa052bf90f9fabb5ded21f63cc724f1d1180
* Fixed Relay links 8123c4ad8f945ec2154ce6368e3ec78e4c76700a
* Updated middleware example to support introspection 035ff7ef885e9e158093359e93e5723298ab177e
* Fix broken Github link tags 4fa0df401af289c43ff7e3ec73492455446c275e
* Added documentation in `NonNull` lists e26c0a3717c4ff3f90ed8bd710436f8cb6ff4713
* Fixed relay `Node` example d3b708533d05ef13a6b15e7a3f29eac23f812a09

2.0.1

Changelog
* Prevent breaking changes for future releases 71177fe9776d8cf958ac3054885f891f49c1ef4d
* Support for Enum description lambda f79eb57c063f1e2d1594fc19d1c1863feb5fc862
* Added `Date` type in datetime 045d5fffbec0d32550b19421fa01a088f5cd0d8c
* Improved ObjectType Container initialization 3ee94131ae511d2d83116730dcc4a50258ced5af (Fix for 585)
* Non provided fields in `InputObjectType` value should be `None` (rather than the Field) b5abccb1dc733522df19d56e0906890531a700d3
* Improved tests for nested `InputObjectType` f6697188ee9cbbe22df5e6971ef9686b589f4daf

Docs
* Fix minor gramatical error ef507c7932db6f4c90c34589f8d8af2167975f7b
* Fix example of file upload 98c2af3fcc563fbdad75f15a04e69c38b9e61045
* Fixed args example in docs middleware 1555c988e05049e49f119d7684fc0172e469c283
* Fix Union docs 3412dba31fdd5e57dd545eebeb6a116f40f1cf37

2.0.0

Please read the upgrade guide to learn how to upgrade: https://github.com/graphql-python/graphene/blob/master/UPGRADE-v2.0.md

* Simpler Graphene types implementation (thanks to `__init_subclass__`, and a polyfill implementation for Python 2).
* Simplified resolver API
* Type Options from class arguments (only available in Python 3)

And...
Subscriptions!!

1.4.1

Changelog
* Added type consistency for `Argument`s 467
* Include LICENSE in manifest for source bundles d7dff53f46967601a9b289a075a8bf7190431282
* Improved test framework to support thenables returned when executing queries 645bfddfe955e5a51b13a7d2e58714cdbb7166ab
* Improved ClientIDMutation tests 6c2b940a03ee708bb8788836bb7a298d5aed9c57
* Fixed Argument output name 985252920ce2e2701388e2e20f3cc74419ff3b85 (**important**, please check 490)

Docs
* Update Relay doc link 5052536787503290fee145ada575ec8810fdf308
* Fixed typo in docs execution bad6f5a18873c5ef6488910b8f58728b8ff1ac1e
* Improved Upgrade guide to 1.0 b5d15b635eabcf6004e222e77c6eb9ad0963cb32
* Fixed typo in `DataLoader` docs 0a9dbb608a0ee71dd556c0bd206a0b39bd5a337d

1.4.0

Changelog

* Improved `Enum`s comparison and getters afed25a18015643749439288a9536235232dd493
* First version of Graphene test `Client` (`graphene.test.Client`) dfcd7f256340301d7551e2af383e4e84454db097
* Added `possible_types` option in `ObjectType.Meta` that mimics `is_type_of` -> `isinstance(root, possible_types)` a7511d3a2c2eb59ad8342d3db85f18ea477ae379
* Allow node inner types to be lazy e92b03bed5e1a12c558d5b1c8a03b92eecff3218
* Updated `promise` package requirement to 2.0
* Updated `graphql-core` package requirement to 1.1

Docs
* Added dataloader (N+1) docs
* Update basic schema with arguments in tutorial doc 06757f10c6cbfb3885531b02a2c93e94491380a5
* Added testing docs (with snapshot testing) 60e29028a8c7e025d5bbfe1d9f730c937829c98c 038f81e8e1931e1f5fb55cad80773bf6c2d2d09c

1.3.0

Changelog
* Fix docstring whitespace 62e58bd95325604186563f54c898736db9d39585
* Added optional default_resolver in `ObjectType` 98825fa4bc0f2fd6f88d11796b1093e0d63a51ee
* Fix `ObjectType` inheritance with custom Meta ad251e9a8dd46d212e39da67945df4fc3e02b361 48efec307ce245bfe692f75b5dc07c14d8bce15b
* Fixed circular Union/Interfaces d4d8a76a0936b8b8b90e6b316003c31c21e30500
* Improved `lazy_import` to accept also dotted attributes d594a0eca86102ce2ebf9633018437eef8997f42
* Use `Promise.resolve` instead of `promisify` (so we adapt to Promise 2.0) bd0d418986cf69b51801f8e4d361c0c9a5dbc17c
* Improved lazy types support in `Field`, `InputField`, `List` and `NonNull` accepting also now string attributes (will be treated as imports, like: `Field("graphene.String")` 4b714659225a93ea44e95ccdd9ad1b5ea9e36c05

Docs
* Added Sphinx to requirements in docs e405a20e3dad7862ae315077150f23b63293a8ea
* Fix indent in mutation docs 3a198d052acc01a8469dc03d0c0d798612830be2
* Spelling/Grammar fix in docs 313a0041414c729fba8c2270359628b1251ce960
* Fixed typo in link to graphql.org d86bbd8a8647bbcf9d668968977cc35c64f67f12

Page 6 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.