graphql-core 3.2.4__tar.gz → 3.2.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (341) hide show
  1. {graphql-core-3.2.4 → graphql_core-3.2.5}/.bumpversion.cfg +1 -1
  2. {graphql-core-3.2.4 → graphql_core-3.2.5}/PKG-INFO +6 -2
  3. {graphql-core-3.2.4 → graphql_core-3.2.5}/README.md +1 -1
  4. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/conf.py +2 -2
  5. graphql_core-3.2.5/docs/requirements.txt +2 -0
  6. {graphql-core-3.2.4 → graphql_core-3.2.5}/pyproject.toml +3 -2
  7. {graphql-core-3.2.4 → graphql_core-3.2.5}/setup.py +6 -2
  8. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/type/directives.py +4 -4
  9. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/version.py +1 -1
  10. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql_core.egg-info/PKG-INFO +6 -2
  11. graphql_core-3.2.5/src/graphql_core.egg-info/requires.txt +3 -0
  12. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_build_ast_schema.py +12 -12
  13. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_print_schema.py +6 -6
  14. {graphql-core-3.2.4 → graphql_core-3.2.5}/tox.ini +8 -7
  15. graphql-core-3.2.4/docs/requirements.txt +0 -2
  16. graphql-core-3.2.4/src/graphql_core.egg-info/requires.txt +0 -3
  17. {graphql-core-3.2.4 → graphql_core-3.2.5}/.coveragerc +0 -0
  18. {graphql-core-3.2.4 → graphql_core-3.2.5}/.editorconfig +0 -0
  19. {graphql-core-3.2.4 → graphql_core-3.2.5}/.flake8 +0 -0
  20. {graphql-core-3.2.4 → graphql_core-3.2.5}/.mypy.ini +0 -0
  21. {graphql-core-3.2.4 → graphql_core-3.2.5}/.readthedocs.yaml +0 -0
  22. {graphql-core-3.2.4 → graphql_core-3.2.5}/CODEOWNERS +0 -0
  23. {graphql-core-3.2.4 → graphql_core-3.2.5}/LICENSE +0 -0
  24. {graphql-core-3.2.4 → graphql_core-3.2.5}/MANIFEST.in +0 -0
  25. {graphql-core-3.2.4 → graphql_core-3.2.5}/SECURITY.md +0 -0
  26. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/Makefile +0 -0
  27. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/diffs.rst +0 -0
  28. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/index.rst +0 -0
  29. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/intro.rst +0 -0
  30. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/make.bat +0 -0
  31. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/modules/error.rst +0 -0
  32. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/modules/execution.rst +0 -0
  33. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/modules/graphql.rst +0 -0
  34. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/modules/language.rst +0 -0
  35. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/modules/pyutils.rst +0 -0
  36. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/modules/type.rst +0 -0
  37. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/modules/utilities.rst +0 -0
  38. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/modules/validation.rst +0 -0
  39. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/extension.rst +0 -0
  40. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/index.rst +0 -0
  41. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/introspection.rst +0 -0
  42. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/methods.rst +0 -0
  43. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/other.rst +0 -0
  44. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/parser.rst +0 -0
  45. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/queries.rst +0 -0
  46. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/resolvers.rst +0 -0
  47. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/schema.rst +0 -0
  48. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/sdl.rst +0 -0
  49. {graphql-core-3.2.4 → graphql_core-3.2.5}/docs/usage/validator.rst +0 -0
  50. {graphql-core-3.2.4 → graphql_core-3.2.5}/poetry.lock +0 -0
  51. {graphql-core-3.2.4 → graphql_core-3.2.5}/setup.cfg +0 -0
  52. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/__init__.py +0 -0
  53. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/error/__init__.py +0 -0
  54. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/error/graphql_error.py +0 -0
  55. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/error/located_error.py +0 -0
  56. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/error/syntax_error.py +0 -0
  57. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/execution/__init__.py +0 -0
  58. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/execution/collect_fields.py +0 -0
  59. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/execution/execute.py +0 -0
  60. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/execution/map_async_iterator.py +0 -0
  61. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/execution/middleware.py +0 -0
  62. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/execution/subscribe.py +0 -0
  63. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/execution/values.py +0 -0
  64. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/graphql.py +0 -0
  65. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/__init__.py +0 -0
  66. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/ast.py +0 -0
  67. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/block_string.py +0 -0
  68. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/character_classes.py +0 -0
  69. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/directive_locations.py +0 -0
  70. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/lexer.py +0 -0
  71. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/location.py +0 -0
  72. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/parser.py +0 -0
  73. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/predicates.py +0 -0
  74. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/print_location.py +0 -0
  75. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/print_string.py +0 -0
  76. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/printer.py +0 -0
  77. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/source.py +0 -0
  78. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/token_kind.py +0 -0
  79. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/language/visitor.py +0 -0
  80. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/py.typed +0 -0
  81. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/__init__.py +0 -0
  82. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/awaitable_or_value.py +0 -0
  83. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/cached_property.py +0 -0
  84. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/convert_case.py +0 -0
  85. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/description.py +0 -0
  86. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/did_you_mean.py +0 -0
  87. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/frozen_dict.py +0 -0
  88. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/frozen_error.py +0 -0
  89. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/frozen_list.py +0 -0
  90. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/group_by.py +0 -0
  91. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/identity_func.py +0 -0
  92. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/inspect.py +0 -0
  93. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/is_awaitable.py +0 -0
  94. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/is_iterable.py +0 -0
  95. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/merge_kwargs.py +0 -0
  96. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/natural_compare.py +0 -0
  97. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/path.py +0 -0
  98. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/print_path_list.py +0 -0
  99. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/simple_pub_sub.py +0 -0
  100. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/suggestion_list.py +0 -0
  101. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/pyutils/undefined.py +0 -0
  102. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/subscription/__init__.py +0 -0
  103. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/type/__init__.py +0 -0
  104. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/type/assert_name.py +0 -0
  105. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/type/definition.py +0 -0
  106. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/type/introspection.py +0 -0
  107. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/type/scalars.py +0 -0
  108. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/type/schema.py +0 -0
  109. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/type/validate.py +0 -0
  110. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/__init__.py +0 -0
  111. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/assert_valid_name.py +0 -0
  112. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/ast_from_value.py +0 -0
  113. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/ast_to_dict.py +0 -0
  114. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/build_ast_schema.py +0 -0
  115. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/build_client_schema.py +0 -0
  116. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/coerce_input_value.py +0 -0
  117. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/concat_ast.py +0 -0
  118. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/extend_schema.py +0 -0
  119. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/find_breaking_changes.py +0 -0
  120. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/get_introspection_query.py +0 -0
  121. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/get_operation_ast.py +0 -0
  122. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/get_operation_root_type.py +0 -0
  123. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/introspection_from_schema.py +0 -0
  124. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/lexicographic_sort_schema.py +0 -0
  125. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/print_schema.py +0 -0
  126. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/separate_operations.py +0 -0
  127. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/sort_value_node.py +0 -0
  128. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/strip_ignored_characters.py +0 -0
  129. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/type_comparators.py +0 -0
  130. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/type_from_ast.py +0 -0
  131. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/type_info.py +0 -0
  132. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/value_from_ast.py +0 -0
  133. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/utilities/value_from_ast_untyped.py +0 -0
  134. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/__init__.py +0 -0
  135. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/__init__.py +0 -0
  136. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/custom/__init__.py +0 -0
  137. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/custom/no_deprecated.py +0 -0
  138. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/custom/no_schema_introspection.py +0 -0
  139. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/executable_definitions.py +0 -0
  140. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/fields_on_correct_type.py +0 -0
  141. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/fragments_on_composite_types.py +0 -0
  142. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/known_argument_names.py +0 -0
  143. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/known_directives.py +0 -0
  144. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/known_fragment_names.py +0 -0
  145. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/known_type_names.py +0 -0
  146. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/lone_anonymous_operation.py +0 -0
  147. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/lone_schema_definition.py +0 -0
  148. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/no_fragment_cycles.py +0 -0
  149. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/no_undefined_variables.py +0 -0
  150. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/no_unused_fragments.py +0 -0
  151. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/no_unused_variables.py +0 -0
  152. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/overlapping_fields_can_be_merged.py +0 -0
  153. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/possible_fragment_spreads.py +0 -0
  154. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/possible_type_extensions.py +0 -0
  155. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/provided_required_arguments.py +0 -0
  156. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/scalar_leafs.py +0 -0
  157. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/single_field_subscriptions.py +0 -0
  158. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_argument_definition_names.py +0 -0
  159. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_argument_names.py +0 -0
  160. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_directive_names.py +0 -0
  161. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_directives_per_location.py +0 -0
  162. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_enum_value_names.py +0 -0
  163. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_field_definition_names.py +0 -0
  164. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_fragment_names.py +0 -0
  165. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_input_field_names.py +0 -0
  166. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_operation_names.py +0 -0
  167. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_operation_types.py +0 -0
  168. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_type_names.py +0 -0
  169. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/unique_variable_names.py +0 -0
  170. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/values_of_correct_type.py +0 -0
  171. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/variables_are_input_types.py +0 -0
  172. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/rules/variables_in_allowed_position.py +0 -0
  173. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/specified_rules.py +0 -0
  174. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/validate.py +0 -0
  175. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql/validation/validation_context.py +0 -0
  176. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql_core.egg-info/SOURCES.txt +0 -0
  177. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql_core.egg-info/dependency_links.txt +0 -0
  178. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql_core.egg-info/not-zip-safe +0 -0
  179. {graphql-core-3.2.4 → graphql_core-3.2.5}/src/graphql_core.egg-info/top_level.txt +0 -0
  180. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/__init__.py +0 -0
  181. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/__init__.py +0 -0
  182. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_build_ast_schema.py +0 -0
  183. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_build_client_schema.py +0 -0
  184. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_execution_async.py +0 -0
  185. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_execution_sync.py +0 -0
  186. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_introspection_from_schema.py +0 -0
  187. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_parser.py +0 -0
  188. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_repeated_fields.py +0 -0
  189. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_validate_gql.py +0 -0
  190. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_validate_invalid_gql.py +0 -0
  191. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_validate_sdl.py +0 -0
  192. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/benchmarks/test_visit.py +0 -0
  193. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/conftest.py +0 -0
  194. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/error/__init__.py +0 -0
  195. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/error/test_graphql_error.py +0 -0
  196. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/error/test_located_error.py +0 -0
  197. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/error/test_print_location.py +0 -0
  198. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/__init__.py +0 -0
  199. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_abstract.py +0 -0
  200. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_customize.py +0 -0
  201. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_directives.py +0 -0
  202. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_execution_result.py +0 -0
  203. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_executor.py +0 -0
  204. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_lists.py +0 -0
  205. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_map_async_iterator.py +0 -0
  206. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_middleware.py +0 -0
  207. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_mutations.py +0 -0
  208. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_nonnull.py +0 -0
  209. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_parallel.py +0 -0
  210. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_resolve.py +0 -0
  211. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_schema.py +0 -0
  212. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_subscribe.py +0 -0
  213. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_sync.py +0 -0
  214. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_union_interface.py +0 -0
  215. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/execution/test_variables.py +0 -0
  216. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/fixtures/__init__.py +0 -0
  217. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/fixtures/github_schema.graphql +0 -0
  218. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/fixtures/github_schema.json +0 -0
  219. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/fixtures/kitchen_sink.graphql +0 -0
  220. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/fixtures/schema_kitchen_sink.graphql +0 -0
  221. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/__init__.py +0 -0
  222. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_ast.py +0 -0
  223. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_block_string.py +0 -0
  224. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_block_string_fuzz.py +0 -0
  225. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_character_classes.py +0 -0
  226. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_lexer.py +0 -0
  227. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_location.py +0 -0
  228. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_parser.py +0 -0
  229. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_predicates.py +0 -0
  230. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_print_string.py +0 -0
  231. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_printer.py +0 -0
  232. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_schema_parser.py +0 -0
  233. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_schema_printer.py +0 -0
  234. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_source.py +0 -0
  235. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/language/test_visitor.py +0 -0
  236. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/__init__.py +0 -0
  237. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_cached_property.py +0 -0
  238. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_convert_case.py +0 -0
  239. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_description.py +0 -0
  240. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_did_you_mean.py +0 -0
  241. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_frozen_dict.py +0 -0
  242. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_frozen_error.py +0 -0
  243. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_frozen_list.py +0 -0
  244. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_group_by.py +0 -0
  245. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_identity_func.py +0 -0
  246. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_inspect.py +0 -0
  247. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_is_awaitable.py +0 -0
  248. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_is_iterable.py +0 -0
  249. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_merge_kwargs.py +0 -0
  250. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_natural_compare.py +0 -0
  251. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_path.py +0 -0
  252. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_print_path_list.py +0 -0
  253. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_simple_pub_sub.py +0 -0
  254. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_suggestion_list.py +0 -0
  255. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/pyutils/test_undefined.py +0 -0
  256. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/star_wars_data.py +0 -0
  257. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/star_wars_schema.py +0 -0
  258. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/test_docs.py +0 -0
  259. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/test_star_wars_introspection.py +0 -0
  260. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/test_star_wars_query.py +0 -0
  261. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/test_star_wars_validation.py +0 -0
  262. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/test_user_registry.py +0 -0
  263. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/test_version.py +0 -0
  264. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/__init__.py +0 -0
  265. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_assert_name.py +0 -0
  266. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_custom_scalars.py +0 -0
  267. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_definition.py +0 -0
  268. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_directives.py +0 -0
  269. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_enum.py +0 -0
  270. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_extensions.py +0 -0
  271. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_introspection.py +0 -0
  272. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_predicate.py +0 -0
  273. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_scalars.py +0 -0
  274. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_schema.py +0 -0
  275. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/type/test_validation.py +0 -0
  276. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/__init__.py +0 -0
  277. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_ast_from_value.py +0 -0
  278. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_ast_to_dict.py +0 -0
  279. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_build_client_schema.py +0 -0
  280. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_coerce_input_value.py +0 -0
  281. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_concat_ast.py +0 -0
  282. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_extend_schema.py +0 -0
  283. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_find_breaking_changes.py +0 -0
  284. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_get_introspection_query.py +0 -0
  285. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_get_operation_ast.py +0 -0
  286. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_get_operation_root_type.py +0 -0
  287. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_introspection_from_schema.py +0 -0
  288. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_lexicographic_sort_schema.py +0 -0
  289. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_separate_operations.py +0 -0
  290. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_sort_value_node.py +0 -0
  291. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_strip_ignored_characters.py +0 -0
  292. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_strip_ignored_characters_fuzz.py +0 -0
  293. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_type_comparators.py +0 -0
  294. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_type_from_ast.py +0 -0
  295. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_type_info.py +0 -0
  296. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_value_from_ast.py +0 -0
  297. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utilities/test_value_from_ast_untyped.py +0 -0
  298. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utils/__init__.py +0 -0
  299. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utils/dedent.py +0 -0
  300. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utils/gen_fuzz_strings.py +0 -0
  301. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utils/test_dedent.py +0 -0
  302. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/utils/test_gen_fuzz_strings.py +0 -0
  303. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/__init__.py +0 -0
  304. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/harness.py +0 -0
  305. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_executable_definitions.py +0 -0
  306. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_fields_on_correct_type.py +0 -0
  307. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_fragments_on_composite_types.py +0 -0
  308. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_known_argument_names.py +0 -0
  309. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_known_directives.py +0 -0
  310. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_known_fragment_names.py +0 -0
  311. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_known_type_names.py +0 -0
  312. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_lone_anonymous_operation.py +0 -0
  313. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_lone_schema_definition.py +0 -0
  314. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_no_deprecated.py +0 -0
  315. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_no_fragment_cycles.py +0 -0
  316. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_no_schema_introspection.py +0 -0
  317. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_no_undefined_variables.py +0 -0
  318. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_no_unused_fragments.py +0 -0
  319. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_no_unused_variables.py +0 -0
  320. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_overlapping_fields_can_be_merged.py +0 -0
  321. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_possible_fragment_spreads.py +0 -0
  322. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_possible_type_extensions.py +0 -0
  323. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_provided_required_arguments.py +0 -0
  324. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_scalar_leafs.py +0 -0
  325. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_single_field_subscriptions.py +0 -0
  326. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_argument_definition_names.py +0 -0
  327. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_argument_names.py +0 -0
  328. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_directive_names.py +0 -0
  329. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_directives_per_location.py +0 -0
  330. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_enum_value_names.py +0 -0
  331. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_field_definition_names.py +0 -0
  332. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_fragment_names.py +0 -0
  333. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_input_field_names.py +0 -0
  334. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_operation_names.py +0 -0
  335. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_operation_types.py +0 -0
  336. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_type_names.py +0 -0
  337. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_unique_variable_names.py +0 -0
  338. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_validation.py +0 -0
  339. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_values_of_correct_type.py +0 -0
  340. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_variables_are_input_types.py +0 -0
  341. {graphql-core-3.2.4 → graphql_core-3.2.5}/tests/validation/test_variables_in_allowed_position.py +0 -0
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 3.2.4
2
+ current_version = 3.2.5
3
3
  commit = False
4
4
  tag = False
5
5
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: graphql-core
3
- Version: 3.2.4
3
+ Version: 3.2.5
4
4
  Summary: GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
5
5
  Home-page: https://github.com/graphql-python/graphql-core
6
6
  Author: Christoph Zwerschke
@@ -18,9 +18,13 @@ Classifier: Programming Language :: Python :: 3.7
18
18
  Classifier: Programming Language :: Python :: 3.8
19
19
  Classifier: Programming Language :: Python :: 3.9
20
20
  Classifier: Programming Language :: Python :: 3.10
21
+ Classifier: Programming Language :: Python :: 3.11
22
+ Classifier: Programming Language :: Python :: 3.12
23
+ Classifier: Programming Language :: Python :: 3.13
21
24
  Requires-Python: >=3.6,<4
22
25
  Description-Content-Type: text/markdown
23
26
  License-File: LICENSE
27
+ Requires-Dist: typing-extensions<5,>=4; python_version < "3.10"
24
28
 
25
29
  # GraphQL-core 3
26
30
 
@@ -34,7 +38,7 @@ a query language for APIs created by Facebook.
34
38
  ![Lint Status](https://github.com/graphql-python/graphql-core/actions/workflows/lint.yml/badge.svg)
35
39
  [![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
36
40
 
37
- The current version 3.2.4 of GraphQL-core is up-to-date with GraphQL.js version 16.8.2.
41
+ The current version 3.2.5 of GraphQL-core is up-to-date with GraphQL.js version 16.8.2.
38
42
 
39
43
  An extensive test suite with over 2300 unit tests and 100% coverage comprises a
40
44
  replication of the complete test suite of GraphQL.js, making sure this port is
@@ -10,7 +10,7 @@ a query language for APIs created by Facebook.
10
10
  ![Lint Status](https://github.com/graphql-python/graphql-core/actions/workflows/lint.yml/badge.svg)
11
11
  [![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
12
12
 
13
- The current version 3.2.4 of GraphQL-core is up-to-date with GraphQL.js version 16.8.2.
13
+ The current version 3.2.5 of GraphQL-core is up-to-date with GraphQL.js version 16.8.2.
14
14
 
15
15
  An extensive test suite with over 2300 unit tests and 100% coverage comprises a
16
16
  replication of the complete test suite of GraphQL.js, making sure this port is
@@ -51,7 +51,7 @@ master_doc = "index"
51
51
 
52
52
  # General information about the project.
53
53
  project = "GraphQL-core 3"
54
- copyright = "2022, Christoph Zwerschke"
54
+ copyright = "2024, Christoph Zwerschke"
55
55
  author = "Christoph Zwerschke"
56
56
 
57
57
  # The version info for the project you're documenting, acts as replacement for
@@ -61,7 +61,7 @@ author = "Christoph Zwerschke"
61
61
  # The short X.Y version.
62
62
  # version = '3.2'
63
63
  # The full version, including alpha/beta/rc tags.
64
- version = release = "3.2.4"
64
+ version = release = "3.2.5"
65
65
 
66
66
  # The language for content autogenerated by Sphinx. Refer to documentation
67
67
  # for a list of supported languages.
@@ -0,0 +1,2 @@
1
+ sphinx>=7,<8
2
+ sphinx_rtd_theme>=2,<3
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "graphql-core"
3
- version = "3.2.4"
3
+ version = "3.2.5"
4
4
  description = """
5
5
  GraphQL-core is a Python port of GraphQL.js,\
6
6
  the JavaScript reference implementation for GraphQL."""
@@ -24,7 +24,8 @@ classifiers = [
24
24
  "Programming Language :: Python :: 3.9",
25
25
  "Programming Language :: Python :: 3.10",
26
26
  "Programming Language :: Python :: 3.11",
27
- "Programming Language :: Python :: 3.12"
27
+ "Programming Language :: Python :: 3.12",
28
+ "Programming Language :: Python :: 3.13"
28
29
  ]
29
30
  packages = [
30
31
  { include = "graphql", from = "src" },
@@ -1,5 +1,6 @@
1
1
  from re import search
2
- from setuptools import setup, find_packages
2
+
3
+ from setuptools import find_packages, setup
3
4
 
4
5
  with open("src/graphql/version.py") as version_file:
5
6
  version = search('version = "(.*)"', version_file.read()).group(1)
@@ -31,9 +32,12 @@ setup(
31
32
  "Programming Language :: Python :: 3.8",
32
33
  "Programming Language :: Python :: 3.9",
33
34
  "Programming Language :: Python :: 3.10",
35
+ "Programming Language :: Python :: 3.11",
36
+ "Programming Language :: Python :: 3.12",
37
+ "Programming Language :: Python :: 3.13",
34
38
  ],
35
39
  install_requires=[
36
- "typing-extensions>=4.2,<5; python_version < '3.8'",
40
+ "typing-extensions>=4,<5; python_version < '3.10'",
37
41
  ],
38
42
  python_requires=">=3.6,<4",
39
43
  packages=find_packages("src"),
@@ -1,6 +1,6 @@
1
1
  from typing import Any, Collection, Dict, Optional, Tuple, cast
2
2
 
3
- from ..language import ast, DirectiveLocation
3
+ from ..language import DirectiveLocation, ast
4
4
  from ..pyutils import inspect, is_description
5
5
  from .assert_name import assert_name
6
6
  from .definition import GraphQLArgument, GraphQLInputType, GraphQLNonNull, is_input_type
@@ -224,17 +224,17 @@ GraphQLDeprecatedDirective = GraphQLDirective(
224
224
  description="Marks an element of a GraphQL schema as no longer supported.",
225
225
  )
226
226
 
227
- # Used to provide a URL for specifying the behaviour of custom scalar definitions:
227
+ # Used to provide a URL for specifying the behavior of custom scalar definitions:
228
228
  GraphQLSpecifiedByDirective = GraphQLDirective(
229
229
  name="specifiedBy",
230
230
  locations=[DirectiveLocation.SCALAR],
231
231
  args={
232
232
  "url": GraphQLArgument(
233
233
  GraphQLNonNull(GraphQLString),
234
- description="The URL that specifies the behaviour of this scalar.",
234
+ description="The URL that specifies the behavior of this scalar.",
235
235
  )
236
236
  },
237
- description="Exposes a URL that specifies the behaviour of this scalar.",
237
+ description="Exposes a URL that specifies the behavior of this scalar.",
238
238
  )
239
239
 
240
240
 
@@ -4,7 +4,7 @@ from typing import NamedTuple
4
4
  __all__ = ["version", "version_info", "version_js", "version_info_js"]
5
5
 
6
6
 
7
- version = "3.2.4"
7
+ version = "3.2.5"
8
8
 
9
9
  version_js = "16.8.2"
10
10
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: graphql-core
3
- Version: 3.2.4
3
+ Version: 3.2.5
4
4
  Summary: GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
5
5
  Home-page: https://github.com/graphql-python/graphql-core
6
6
  Author: Christoph Zwerschke
@@ -18,9 +18,13 @@ Classifier: Programming Language :: Python :: 3.7
18
18
  Classifier: Programming Language :: Python :: 3.8
19
19
  Classifier: Programming Language :: Python :: 3.9
20
20
  Classifier: Programming Language :: Python :: 3.10
21
+ Classifier: Programming Language :: Python :: 3.11
22
+ Classifier: Programming Language :: Python :: 3.12
23
+ Classifier: Programming Language :: Python :: 3.13
21
24
  Requires-Python: >=3.6,<4
22
25
  Description-Content-Type: text/markdown
23
26
  License-File: LICENSE
27
+ Requires-Dist: typing-extensions<5,>=4; python_version < "3.10"
24
28
 
25
29
  # GraphQL-core 3
26
30
 
@@ -34,7 +38,7 @@ a query language for APIs created by Facebook.
34
38
  ![Lint Status](https://github.com/graphql-python/graphql-core/actions/workflows/lint.yml/badge.svg)
35
39
  [![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
36
40
 
37
- The current version 3.2.4 of GraphQL-core is up-to-date with GraphQL.js version 16.8.2.
41
+ The current version 3.2.5 of GraphQL-core is up-to-date with GraphQL.js version 16.8.2.
38
42
 
39
43
  An extensive test suite with over 2300 unit tests and 100% coverage comprises a
40
44
  replication of the complete test suite of GraphQL.js, making sure this port is
@@ -0,0 +1,3 @@
1
+
2
+ [:python_version < "3.10"]
3
+ typing-extensions<5,>=4
@@ -4,24 +4,24 @@ from typing import Union
4
4
  from pytest import mark, raises
5
5
 
6
6
  from graphql import graphql_sync
7
- from graphql.language import parse, print_ast, DocumentNode, InterfaceTypeDefinitionNode
7
+ from graphql.language import DocumentNode, InterfaceTypeDefinitionNode, parse, print_ast
8
8
  from graphql.type import (
9
- GraphQLDeprecatedDirective,
10
- GraphQLIncludeDirective,
11
- GraphQLSchema,
12
- GraphQLSkipDirective,
13
- GraphQLSpecifiedByDirective,
14
- GraphQLBoolean,
15
- GraphQLFloat,
16
- GraphQLID,
17
- GraphQLInt,
18
- GraphQLString,
19
9
  GraphQLArgument,
10
+ GraphQLBoolean,
11
+ GraphQLDeprecatedDirective,
20
12
  GraphQLEnumType,
21
13
  GraphQLEnumValue,
22
14
  GraphQLField,
15
+ GraphQLFloat,
16
+ GraphQLID,
17
+ GraphQLIncludeDirective,
23
18
  GraphQLInputField,
19
+ GraphQLInt,
24
20
  GraphQLNamedType,
21
+ GraphQLSchema,
22
+ GraphQLSkipDirective,
23
+ GraphQLSpecifiedByDirective,
24
+ GraphQLString,
25
25
  assert_directive,
26
26
  assert_enum_type,
27
27
  assert_input_object_type,
@@ -1121,7 +1121,7 @@ def describe_schema_builder():
1121
1121
  assert errors
1122
1122
 
1123
1123
  def do_not_override_standard_types():
1124
- # Note: not sure it's desired behaviour to just silently ignore override
1124
+ # Note: not sure it's desired behavior to just silently ignore override
1125
1125
  # attempts so just documenting it here.
1126
1126
 
1127
1127
  schema = build_schema(
@@ -1,12 +1,14 @@
1
- from typing import cast, Any, Dict
1
+ from typing import Any, Dict, cast
2
2
 
3
3
  from graphql.language import DirectiveLocation
4
4
  from graphql.type import (
5
5
  GraphQLArgument,
6
6
  GraphQLBoolean,
7
+ GraphQLDirective,
7
8
  GraphQLEnumType,
8
9
  GraphQLField,
9
10
  GraphQLFloat,
11
+ GraphQLInputField,
10
12
  GraphQLInputObjectType,
11
13
  GraphQLInt,
12
14
  GraphQLInterfaceType,
@@ -17,13 +19,11 @@ from graphql.type import (
17
19
  GraphQLSchema,
18
20
  GraphQLString,
19
21
  GraphQLUnionType,
20
- GraphQLInputField,
21
- GraphQLDirective,
22
22
  )
23
23
  from graphql.utilities import (
24
24
  build_schema,
25
- print_schema,
26
25
  print_introspection_schema,
26
+ print_schema,
27
27
  print_value,
28
28
  )
29
29
 
@@ -667,9 +667,9 @@ def describe_type_system_printer():
667
667
  reason: String = "No longer supported"
668
668
  ) on FIELD_DEFINITION | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION | ENUM_VALUE
669
669
 
670
- """Exposes a URL that specifies the behaviour of this scalar."""
670
+ """Exposes a URL that specifies the behavior of this scalar."""
671
671
  directive @specifiedBy(
672
- """The URL that specifies the behaviour of this scalar."""
672
+ """The URL that specifies the behavior of this scalar."""
673
673
  url: String!
674
674
  ) on SCALAR
675
675
 
@@ -1,5 +1,5 @@
1
1
  [tox]
2
- envlist = py3{6,7,8,9,10,11,12}, pypy3{9,10}, black, flake8, mypy, docs, manifest
2
+ envlist = py3{6,7,8,9,10,11,12,13}, pypy3{9,10}, black, flake8, mypy, docs, manifest
3
3
  isolated_build = true
4
4
 
5
5
  [gh-actions]
@@ -12,24 +12,25 @@ python =
12
12
  3.10: py310
13
13
  3.11: py311
14
14
  3.12: py312
15
+ 3.13: py313
15
16
  pypy3: pypy39
16
17
  pypy3.9: pypy39
17
18
  pypy3.10: pypy310
18
19
 
19
20
  [testenv:black]
20
- basepython = python3.11
21
+ basepython = python3.12
21
22
  deps = black==24.8.0
22
23
  commands =
23
24
  black src tests setup.py -t py311 --check
24
25
 
25
26
  [testenv:flake8]
26
- basepython = python3.11
27
+ basepython = python3.12
27
28
  deps = flake8>=7,<8
28
29
  commands =
29
30
  flake8 src tests setup.py
30
31
 
31
32
  [testenv:mypy]
32
- basepython = python3.11
33
+ basepython = python3.12
33
34
  deps =
34
35
  mypy>=1.11,<2
35
36
  pytest>=8.3,<9
@@ -37,7 +38,7 @@ commands =
37
38
  mypy src tests
38
39
 
39
40
  [testenv:docs]
40
- basepython = python3.11
41
+ basepython = python3.12
41
42
  deps =
42
43
  sphinx>=7,<8
43
44
  sphinx_rtd_theme>=2.0,<3
@@ -45,7 +46,7 @@ commands =
45
46
  sphinx-build -b html -nEW docs docs/_build/html
46
47
 
47
48
  [testenv:manifest]
48
- basepython = python3.11
49
+ basepython = python3.12
49
50
  deps = check-manifest>=0.49,<1
50
51
  commands =
51
52
  check-manifest -v
@@ -62,5 +63,5 @@ deps =
62
63
  commands =
63
64
  # to also run the time-consuming tests: tox -e py311 -- --run-slow
64
65
  # to run the benchmarks: tox -e py311 -- -k benchmarks --benchmark-enable
65
- py3{6,7,8,9,10,11}, pypy3{9,10}: pytest tests {posargs}
66
+ py3{6,7,8,9,10,11,13}, pypy3{9,10}: pytest tests {posargs}
66
67
  py312: pytest tests {posargs: --cov-report=term-missing --cov=graphql --cov=tests --cov-fail-under=100}
@@ -1,2 +0,0 @@
1
- sphinx>=4.3,<5
2
- sphinx_rtd_theme>=1,<2
@@ -1,3 +0,0 @@
1
-
2
- [:python_version < "3.8"]
3
- typing-extensions<5,>=4.2
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes