1b0574a32d
- Update to 3.4.3: * Do not raise AttributeError when parsing non-string UUIDs * Overridable Union meta * remove pytz * remove polyfill for dataclasses * remove aniso8601, mock, iso8601 * support python 3.13 * remove README.rst, leave only README.md * CI: format check using Ruff * CI: fix tests on Python 3.13 * Actually run the tests in python 3.12 and 3.13 and remove snapshottest dependency - Remove patch support-pytest-8.patch, included upstream.
Steve Kowalik2024-11-12 03:32:11 +00:00
1839ee25a0
Accepting request 1196146 from devel:languages:python
Ana Guerrero2024-08-27 17:39:07 +00:00
fa365872f3
- Switch to autosetup and pyproject macros. - Add patch support-pytest-8.patch: * Use correct setup/teardown method names.
Steve Kowalik2024-08-27 04:21:26 +00:00
a6c81689ae
Accepting request 1133682 from devel:languages:python
Ana Guerrero2023-12-17 20:33:10 +00:00
2fb313def0
- update to 3.3.0: * Default value for InputObjectTypes * Default enum description to "An enumeration." * Allow the user to change InputObjectType's default value on non-specified inputs to a sentinel value * 881: Corrected enum metaclass to fix pickle.dumps() * chore: Use typing.TYPE_CHECKING instead of MYPY * test: print schema with InputObjectType with DateTime field with default_value (#1293) * docs: add get_human function * CI: drop python 3.6 * types: add option for strict connection types - update to 3.2.2: * This release provides some internal refactoring to the relay types to improve support for adding custom fields to them. - Update to version 3.2.1 - Update to version 3.1.1
Dirk Mueller2023-12-17 01:59:29 +00:00