strawberry-graphql 0.271.0__tar.gz → 0.271.2__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.
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/PKG-INFO +25 -32
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/README.md +0 -11
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/pyproject.toml +48 -71
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/base.py +4 -2
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/utils/operation.py +3 -2
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/LICENSE +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/__main__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/aiohttp/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/aiohttp/test/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/aiohttp/test/client.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/aiohttp/views.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/annotation.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/asgi/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/asgi/test/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/asgi/test/client.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/chalice/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/chalice/views.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/channels/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/channels/handlers/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/channels/handlers/base.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/channels/handlers/http_handler.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/channels/handlers/ws_handler.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/channels/router.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/channels/testing.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/app.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/commands/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/commands/codegen.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/commands/export_schema.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/commands/schema_codegen.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/commands/server.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/commands/upgrade/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/commands/upgrade/_fake_progress.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/commands/upgrade/_run_codemod.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/constants.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/debug_server.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/utils/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/utils/load_schema.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codegen/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codegen/exceptions.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codegen/plugins/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codegen/plugins/print_operation.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codegen/plugins/python.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codegen/plugins/typescript.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codegen/query_codegen.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codegen/types.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codemods/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codemods/annotated_unions.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codemods/update_imports.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/dataloader.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/directive.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/django/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/django/apps.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/django/context.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/django/test/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/django/test/client.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/django/views.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/conflicting_arguments.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/duplicated_type_name.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/exception.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/exception_source.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/handler.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/invalid_argument_type.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/invalid_union_type.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/missing_arguments_annotations.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/missing_dependencies.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/missing_field_annotation.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/missing_return_annotation.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/object_is_not_a_class.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/object_is_not_an_enum.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/permission_fail_silently_requires_optional.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/private_strawberry_field.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/scalar_already_registered.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/syntax.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/unresolved_field_type.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/utils/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/utils/source_finder.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/experimental/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/experimental/pydantic/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/experimental/pydantic/_compat.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/experimental/pydantic/conversion.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/experimental/pydantic/conversion_types.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/experimental/pydantic/error_type.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/experimental/pydantic/exceptions.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/experimental/pydantic/fields.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/experimental/pydantic/object_type.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/experimental/pydantic/utils.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/ext/LICENSE +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/ext/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/ext/dataclasses/LICENSE +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/ext/dataclasses/README.md +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/ext/dataclasses/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/ext/dataclasses/dataclasses.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/ext/mypy_plugin.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/add_validation_rules.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/base_extension.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/context.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/directives.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/disable_validation.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/field_extension.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/mask_errors.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/max_aliases.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/max_tokens.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/parser_cache.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/pyinstrument.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/query_depth_limiter.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/runner.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/tracing/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/tracing/apollo.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/tracing/datadog.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/tracing/opentelemetry.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/tracing/utils.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/utils.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/validation_cache.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/fastapi/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/fastapi/context.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/fastapi/router.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/federation/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/federation/argument.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/federation/enum.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/federation/field.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/federation/mutation.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/federation/object_type.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/federation/scalar.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/federation/schema.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/federation/schema_directive.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/federation/schema_directives.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/federation/types.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/federation/union.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/field_extensions/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/field_extensions/input_mutation.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/file_uploads/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/file_uploads/scalars.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/file_uploads/utils.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/flask/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/flask/views.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/http/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/http/async_base_view.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/http/base.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/http/exceptions.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/http/ides.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/http/parse_content_type.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/http/sync_base_view.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/http/temporal_response.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/http/types.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/http/typevars.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/litestar/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/litestar/controller.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/parent.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/permission.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/printer/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/printer/ast_from_value.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/printer/printer.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/py.typed +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/quart/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/quart/views.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/relay/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/relay/exceptions.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/relay/fields.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/relay/types.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/relay/utils.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/resolvers.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/sanic/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/sanic/context.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/sanic/utils.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/sanic/views.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/scalars.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema/base.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema/compat.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema/config.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema/exceptions.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema/name_converter.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema/schema.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema/schema_converter.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema/types/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema/types/base_scalars.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema/types/concrete_type.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema/types/scalar.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema/validation_rules/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema/validation_rules/one_of.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema_codegen/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema_directive.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/schema_directives.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/static/apollo-sandbox.html +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/static/graphiql.html +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/static/pathfinder.html +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/subscriptions/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/subscriptions/protocols/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/subscriptions/protocols/graphql_transport_ws/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/subscriptions/protocols/graphql_transport_ws/handlers.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/subscriptions/protocols/graphql_transport_ws/types.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/subscriptions/protocols/graphql_ws/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/subscriptions/protocols/graphql_ws/handlers.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/subscriptions/protocols/graphql_ws/types.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/test/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/test/client.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/tools/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/tools/create_type.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/tools/merge_types.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/arguments.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/auto.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/cast.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/enum.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/execution.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/field.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/fields/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/fields/resolver.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/graphql.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/info.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/lazy_type.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/maybe.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/mutation.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/nodes.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/object_type.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/private.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/scalar.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/type_resolver.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/union.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/types/unset.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/utils/__init__.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/utils/aio.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/utils/await_maybe.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/utils/dataclasses.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/utils/debug.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/utils/deprecations.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/utils/graphql_lexer.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/utils/importer.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/utils/inspect.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/utils/logging.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/utils/str_converters.py +0 -0
- {strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/utils/typing.py +0 -0
@@ -1,23 +1,17 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: strawberry-graphql
|
3
|
-
Version: 0.271.
|
3
|
+
Version: 0.271.2
|
4
4
|
Summary: A library for creating GraphQL APIs
|
5
5
|
License: MIT
|
6
6
|
Keywords: graphql,api,rest,starlette,async
|
7
7
|
Author: Patrick Arminio
|
8
8
|
Author-email: patrick.arminio@gmail.com
|
9
|
-
Requires-Python: >=3.9
|
9
|
+
Requires-Python: >=3.9,<4.0
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
11
11
|
Classifier: Intended Audience :: Developers
|
12
|
-
Classifier: License :: OSI Approved :: MIT License
|
13
|
-
Classifier: Programming Language :: Python :: 3
|
14
|
-
Classifier: Programming Language :: Python :: 3.9
|
15
|
-
Classifier: Programming Language :: Python :: 3.10
|
16
|
-
Classifier: Programming Language :: Python :: 3.11
|
17
|
-
Classifier: Programming Language :: Python :: 3.12
|
18
|
-
Classifier: Programming Language :: Python :: 3.13
|
19
12
|
Classifier: Topic :: Software Development :: Libraries
|
20
13
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
14
|
+
Classifier: License :: OSI Approved :: MIT License
|
21
15
|
Provides-Extra: aiohttp
|
22
16
|
Provides-Extra: asgi
|
23
17
|
Provides-Extra: chalice
|
@@ -35,31 +29,41 @@ Provides-Extra: pyinstrument
|
|
35
29
|
Provides-Extra: quart
|
36
30
|
Provides-Extra: sanic
|
37
31
|
Requires-Dist: Django (>=3.2) ; extra == "django"
|
38
|
-
Requires-Dist: aiohttp (>=3.7.4.post0,<4
|
39
|
-
Requires-Dist: asgiref (>=3.2,<4.0) ; extra == "
|
32
|
+
Requires-Dist: aiohttp (>=3.7.4.post0,<4) ; extra == "aiohttp"
|
33
|
+
Requires-Dist: asgiref (>=3.2,<4.0) ; extra == "channels"
|
34
|
+
Requires-Dist: asgiref (>=3.2,<4.0) ; extra == "django"
|
40
35
|
Requires-Dist: chalice (>=1.22,<2.0) ; extra == "chalice"
|
41
36
|
Requires-Dist: channels (>=3.0.5) ; extra == "channels"
|
42
37
|
Requires-Dist: fastapi (>=0.65.2) ; extra == "fastapi"
|
43
38
|
Requires-Dist: flask (>=1.1) ; extra == "flask"
|
44
|
-
Requires-Dist: graphql-core (>=3.2.0,<3.4.0)
|
45
|
-
Requires-Dist: libcst (>=0.4.7,<1.8.0) ; extra == "
|
46
|
-
Requires-Dist:
|
39
|
+
Requires-Dist: graphql-core (>=3.2.0,<3.4.0)
|
40
|
+
Requires-Dist: libcst (>=0.4.7,<1.8.0) ; extra == "cli"
|
41
|
+
Requires-Dist: libcst (>=0.4.7,<1.8.0) ; extra == "debug"
|
42
|
+
Requires-Dist: libcst (>=0.4.7,<1.8.0) ; extra == "debug-server"
|
43
|
+
Requires-Dist: litestar (>=2) ; (python_version ~= "3.10") and (extra == "litestar")
|
47
44
|
Requires-Dist: opentelemetry-api (<2) ; extra == "opentelemetry"
|
48
45
|
Requires-Dist: opentelemetry-sdk (<2) ; extra == "opentelemetry"
|
49
46
|
Requires-Dist: packaging (>=23)
|
50
47
|
Requires-Dist: pydantic (>1.6.1) ; extra == "pydantic"
|
51
|
-
Requires-Dist: pygments (>=2.3,<3.0) ; extra == "
|
48
|
+
Requires-Dist: pygments (>=2.3,<3.0) ; extra == "cli"
|
49
|
+
Requires-Dist: pygments (>=2.3,<3.0) ; extra == "debug-server"
|
52
50
|
Requires-Dist: pyinstrument (>=4.0.0) ; extra == "pyinstrument"
|
53
|
-
Requires-Dist: python-dateutil (>=2.7
|
54
|
-
Requires-Dist: python-multipart (>=0.0.7) ; extra == "asgi"
|
51
|
+
Requires-Dist: python-dateutil (>=2.7,<3.0)
|
52
|
+
Requires-Dist: python-multipart (>=0.0.7) ; extra == "asgi"
|
53
|
+
Requires-Dist: python-multipart (>=0.0.7) ; extra == "debug-server"
|
54
|
+
Requires-Dist: python-multipart (>=0.0.7) ; extra == "fastapi"
|
55
55
|
Requires-Dist: quart (>=0.19.3) ; extra == "quart"
|
56
|
-
Requires-Dist: rich (>=12.0.0) ; extra == "
|
56
|
+
Requires-Dist: rich (>=12.0.0) ; extra == "cli"
|
57
|
+
Requires-Dist: rich (>=12.0.0) ; extra == "debug"
|
58
|
+
Requires-Dist: rich (>=12.0.0) ; extra == "debug-server"
|
57
59
|
Requires-Dist: sanic (>=20.12.2) ; extra == "sanic"
|
58
|
-
Requires-Dist: starlette (>=0.18.0) ; extra == "asgi"
|
59
|
-
Requires-Dist:
|
60
|
+
Requires-Dist: starlette (>=0.18.0) ; extra == "asgi"
|
61
|
+
Requires-Dist: starlette (>=0.18.0) ; extra == "debug-server"
|
62
|
+
Requires-Dist: typer (>=0.7.0) ; extra == "cli"
|
63
|
+
Requires-Dist: typer (>=0.7.0) ; extra == "debug-server"
|
60
64
|
Requires-Dist: typing-extensions (>=4.5.0)
|
61
65
|
Requires-Dist: uvicorn (>=0.11.6) ; extra == "debug-server"
|
62
|
-
Requires-Dist: websockets (>=15.0.1,<16
|
66
|
+
Requires-Dist: websockets (>=15.0.1,<16) ; extra == "debug-server"
|
63
67
|
Project-URL: Changelog, https://strawberry.rocks/changelog
|
64
68
|
Project-URL: Documentation, https://strawberry.rocks/
|
65
69
|
Project-URL: Discord, https://discord.com/invite/3uQ2PaY
|
@@ -166,17 +170,6 @@ urlpatterns = [
|
|
166
170
|
]
|
167
171
|
```
|
168
172
|
|
169
|
-
## WebSockets
|
170
|
-
|
171
|
-
To support graphql Subscriptions over WebSockets you need to provide a WebSocket
|
172
|
-
enabled server. The debug server can be made to support WebSockets with these
|
173
|
-
commands:
|
174
|
-
|
175
|
-
```shell
|
176
|
-
pip install 'strawberry-graphql[debug-server]'
|
177
|
-
pip install 'uvicorn[standard]'
|
178
|
-
```
|
179
|
-
|
180
173
|
## Examples
|
181
174
|
|
182
175
|
* [Various examples on how to use Strawberry](https://github.com/strawberry-graphql/examples)
|
@@ -93,17 +93,6 @@ urlpatterns = [
|
|
93
93
|
]
|
94
94
|
```
|
95
95
|
|
96
|
-
## WebSockets
|
97
|
-
|
98
|
-
To support graphql Subscriptions over WebSockets you need to provide a WebSocket
|
99
|
-
enabled server. The debug server can be made to support WebSockets with these
|
100
|
-
commands:
|
101
|
-
|
102
|
-
```shell
|
103
|
-
pip install 'strawberry-graphql[debug-server]'
|
104
|
-
pip install 'uvicorn[standard]'
|
105
|
-
```
|
106
|
-
|
107
96
|
## Examples
|
108
97
|
|
109
98
|
* [Various examples on how to use Strawberry](https://github.com/strawberry-graphql/examples)
|
@@ -1,15 +1,11 @@
|
|
1
|
-
[
|
1
|
+
[project]
|
2
2
|
name = "strawberry-graphql"
|
3
|
-
version = "0.271.
|
4
|
-
packages = [{ include = "strawberry" }]
|
3
|
+
version = "0.271.2"
|
5
4
|
description = "A library for creating GraphQL APIs"
|
6
|
-
authors = ["Patrick Arminio
|
7
|
-
license = "MIT"
|
5
|
+
authors = [{ name = "Patrick Arminio", email = "patrick.arminio@gmail.com" }]
|
6
|
+
license = { text = "MIT" }
|
8
7
|
readme = "README.md"
|
9
8
|
keywords = ["graphql", "api", "rest", "starlette", "async"]
|
10
|
-
homepage = "https://strawberry.rocks/"
|
11
|
-
repository = "https://github.com/strawberry-graphql/strawberry"
|
12
|
-
documentation = "https://strawberry.rocks/"
|
13
9
|
classifiers = [
|
14
10
|
"Development Status :: 5 - Production/Stable",
|
15
11
|
"Intended Audience :: Developers",
|
@@ -17,9 +13,18 @@ classifiers = [
|
|
17
13
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
18
14
|
"License :: OSI Approved :: MIT License",
|
19
15
|
]
|
20
|
-
|
16
|
+
requires-python = ">=3.9,<4.0"
|
17
|
+
dependencies = [
|
18
|
+
"graphql-core>=3.2.0,<3.4.0",
|
19
|
+
"typing-extensions>=4.5.0",
|
20
|
+
"python-dateutil~=2.7",
|
21
|
+
"packaging>=23",
|
22
|
+
]
|
21
23
|
|
22
|
-
[
|
24
|
+
[project.urls]
|
25
|
+
homepage = "https://strawberry.rocks/"
|
26
|
+
repository = "https://github.com/strawberry-graphql/strawberry"
|
27
|
+
documentation = "https://strawberry.rocks/"
|
23
28
|
"Changelog" = "https://strawberry.rocks/changelog"
|
24
29
|
"Discord" = "https://discord.com/invite/3uQ2PaY"
|
25
30
|
"Twitter" = "https://twitter.com/strawberry_gql"
|
@@ -27,34 +32,39 @@ include = ["strawberry/py.typed"]
|
|
27
32
|
"Sponsor on GitHub" = "https://github.com/sponsors/strawberry-graphql"
|
28
33
|
"Sponsor on Open Collective" = "https://opencollective.com/strawberry-graphql"
|
29
34
|
|
30
|
-
[
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
uvicorn
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
35
|
+
[project.scripts]
|
36
|
+
strawberry = "strawberry.cli:run"
|
37
|
+
|
38
|
+
[project.optional-dependencies]
|
39
|
+
aiohttp = ["aiohttp>=3.7.4.post0,<4"]
|
40
|
+
asgi = ["starlette>=0.18.0", "python-multipart>=0.0.7"]
|
41
|
+
debug = ["rich>=12.0.0", "libcst>=0.4.7,<1.8.0"]
|
42
|
+
debug-server = [
|
43
|
+
"starlette>=0.18.0",
|
44
|
+
"uvicorn>=0.11.6",
|
45
|
+
"websockets>=15.0.1,<16",
|
46
|
+
"python-multipart>=0.0.7",
|
47
|
+
"typer>=0.7.0",
|
48
|
+
"pygments~=2.3",
|
49
|
+
"rich>=12.0.0",
|
50
|
+
"libcst>=0.4.7,<1.8.0",
|
51
|
+
]
|
52
|
+
django = ["Django>=3.2", "asgiref~=3.2"]
|
53
|
+
channels = ["channels>=3.0.5", "asgiref~=3.2"]
|
54
|
+
flask = ["flask>=1.1"]
|
55
|
+
quart = ["quart>=0.19.3"]
|
56
|
+
opentelemetry = ["opentelemetry-api<2", "opentelemetry-sdk<2"]
|
57
|
+
pydantic = ["pydantic>1.6.1"]
|
58
|
+
sanic = ["sanic>=20.12.2"]
|
59
|
+
fastapi = ["fastapi>=0.65.2", "python-multipart>=0.0.7"]
|
60
|
+
chalice = ["chalice~=1.22"]
|
61
|
+
cli = ["typer>=0.7.0", "pygments~=2.3", "rich>=12.0.0", "libcst>=0.4.7,<1.8.0"]
|
62
|
+
litestar = ["litestar>=2; python_version~='3.10'"]
|
63
|
+
pyinstrument = ["pyinstrument>=4.0.0"]
|
64
|
+
|
65
|
+
[tool.poetry]
|
66
|
+
packages = [{ include = "strawberry" }]
|
67
|
+
include = ["strawberry/py.typed"]
|
58
68
|
|
59
69
|
[tool.poetry.group.dev.dependencies]
|
60
70
|
ruff = "^0.11.4"
|
@@ -93,7 +103,6 @@ types-protobuf = "^5.29.1.20250403"
|
|
93
103
|
poetry-plugin-export = { version = "^1.6.0", python = "<4.0", optional = false }
|
94
104
|
# another bug in poetry
|
95
105
|
urllib3 = "<2"
|
96
|
-
graphlib_backport = { version = "*", python = "<3.9", optional = false }
|
97
106
|
inline-snapshot = "^0.10.1"
|
98
107
|
types-deprecated = "^1.2.15.20241117"
|
99
108
|
types-six = "^1.17.0.20250403"
|
@@ -121,38 +130,6 @@ litestar = { version = ">=2", python = ">=3.10,<4.0", optional = false }
|
|
121
130
|
uvicorn = ">=0.11.6"
|
122
131
|
daphne = "^4.0.0"
|
123
132
|
|
124
|
-
|
125
|
-
[tool.poetry.extras]
|
126
|
-
aiohttp = ["aiohttp"]
|
127
|
-
asgi = ["starlette", "python-multipart"]
|
128
|
-
debug = ["rich", "libcst"]
|
129
|
-
debug-server = [
|
130
|
-
"starlette",
|
131
|
-
"uvicorn",
|
132
|
-
"websockets",
|
133
|
-
"python-multipart",
|
134
|
-
"typer",
|
135
|
-
"pygments",
|
136
|
-
"rich",
|
137
|
-
"libcst",
|
138
|
-
]
|
139
|
-
django = ["Django", "pytest-django", "asgiref"]
|
140
|
-
channels = ["channels", "asgiref"]
|
141
|
-
flask = ["flask"]
|
142
|
-
quart = ["quart"]
|
143
|
-
opentelemetry = ["opentelemetry-api", "opentelemetry-sdk"]
|
144
|
-
pydantic = ["pydantic"]
|
145
|
-
sanic = ["sanic"]
|
146
|
-
fastapi = ["fastapi", "python-multipart"]
|
147
|
-
chalice = ["chalice"]
|
148
|
-
cli = ["typer", "pygments", "rich", "libcst", "graphlib_backport"]
|
149
|
-
litestar = ["litestar"]
|
150
|
-
pyinstrument = ["pyinstrument"]
|
151
|
-
|
152
|
-
[tool.poetry.scripts]
|
153
|
-
strawberry = "strawberry.cli:run"
|
154
|
-
|
155
|
-
|
156
133
|
[tool.pytest.ini_options]
|
157
134
|
addopts = "--emoji"
|
158
135
|
DJANGO_SETTINGS_MODULE = "tests.django.django_settings"
|
@@ -429,8 +429,10 @@ class StrawberryObjectDefinition(StrawberryType):
|
|
429
429
|
if hasattr(real_concrete_type, "_enum_definition"):
|
430
430
|
real_concrete_type = real_concrete_type._enum_definition
|
431
431
|
|
432
|
-
if
|
433
|
-
|
432
|
+
if (
|
433
|
+
isinstance(expected_concrete_type, type)
|
434
|
+
and isinstance(real_concrete_type, type)
|
435
|
+
and issubclass(real_concrete_type, expected_concrete_type)
|
434
436
|
):
|
435
437
|
return True
|
436
438
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
from __future__ import annotations
|
2
2
|
|
3
|
-
from typing import TYPE_CHECKING, Optional
|
3
|
+
from typing import TYPE_CHECKING, Optional
|
4
4
|
|
5
5
|
from graphql.language import OperationDefinitionNode
|
6
6
|
|
@@ -27,7 +27,8 @@ def get_operation_type(
|
|
27
27
|
|
28
28
|
if operation_name:
|
29
29
|
for d in graphql_document.definitions:
|
30
|
-
|
30
|
+
if not isinstance(d, OperationDefinitionNode):
|
31
|
+
continue
|
31
32
|
if d.name and d.name.value == operation_name:
|
32
33
|
definition = d
|
33
34
|
break
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/aiohttp/test/__init__.py
RENAMED
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
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/channels/handlers/__init__.py
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/channels/handlers/base.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/channels/handlers/ws_handler.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/commands/__init__.py
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/commands/codegen.py
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/commands/export_schema.py
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/commands/schema_codegen.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/cli/utils/load_schema.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codegen/plugins/__init__.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codegen/plugins/python.py
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codegen/plugins/typescript.py
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codegen/query_codegen.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codemods/annotated_unions.py
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/codemods/update_imports.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/django/test/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/exception.py
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/exception_source.py
RENAMED
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
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/exceptions/utils/__init__.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/experimental/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/experimental/pydantic/fields.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/experimental/pydantic/utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/ext/dataclasses/LICENSE
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/ext/dataclasses/README.md
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/ext/dataclasses/__init__.py
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/ext/dataclasses/dataclasses.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/base_extension.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/directives.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/field_extension.py
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/mask_errors.py
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/max_aliases.py
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/max_tokens.py
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/parser_cache.py
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/pyinstrument.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/tracing/__init__.py
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/tracing/apollo.py
RENAMED
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/tracing/datadog.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/tracing/utils.py
RENAMED
File without changes
|
File without changes
|
{strawberry_graphql-0.271.0 → strawberry_graphql-0.271.2}/strawberry/extensions/validation_cache.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|