prefect-client 2.20.18__tar.gz → 2.20.19__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.
- {prefect_client-2.20.18/src/prefect_client.egg-info → prefect_client-2.20.19}/PKG-INFO +3 -3
- {prefect_client-2.20.18 → prefect_client-2.20.19}/requirements-client.txt +2 -2
- {prefect_client-2.20.18 → prefect_client-2.20.19}/requirements.txt +2 -2
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/blocks/notifications.py +21 -3
- {prefect_client-2.20.18 → prefect_client-2.20.19/src/prefect_client.egg-info}/PKG-INFO +3 -3
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect_client.egg-info/requires.txt +2 -2
- {prefect_client-2.20.18 → prefect_client-2.20.19}/LICENSE +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/MANIFEST.in +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/README.md +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/requirements-dev.txt +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/setup.cfg +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/setup.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/.prefectignore +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/_logging.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/compatibility/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/compatibility/deprecated.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/compatibility/experimental.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/api.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/calls.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/cancellation.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/event_loop.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/inspection.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/primitives.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/services.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/threads.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/waiters.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/integrations.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/_base_model.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/_compat.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/_flags.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/_types.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/annotations/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/annotations/pendulum.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/schemas.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/utilities/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/utilities/config_dict.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/utilities/field_validator.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/utilities/model_construct.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/utilities/model_copy.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/utilities/model_dump.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/utilities/model_dump_json.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/utilities/model_fields.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/utilities/model_fields_set.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/utilities/model_json_schema.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/utilities/model_rebuild.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/utilities/model_validate.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/utilities/model_validate_json.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/utilities/model_validator.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/utilities/type_adapter.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/v1_schema.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/v2_schema.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/v2_validated_func.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pytz.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/schemas/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/schemas/bases.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/schemas/fields.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/schemas/serializers.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/schemas/validators.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/applications.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/background.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/concurrency.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/datastructures.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/dependencies/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/dependencies/models.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/dependencies/utils.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/encoders.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/exception_handlers.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/exceptions.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/logger.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/middleware/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/middleware/asyncexitstack.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/middleware/cors.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/middleware/gzip.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/middleware/httpsredirect.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/middleware/trustedhost.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/middleware/wsgi.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/openapi/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/openapi/constants.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/openapi/docs.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/openapi/models.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/openapi/utils.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/param_functions.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/params.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/py.typed +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/requests.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/responses.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/routing.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/security/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/security/api_key.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/security/base.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/security/http.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/security/oauth2.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/security/open_id_connect_url.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/security/utils.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/staticfiles.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/templating.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/testclient.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/types.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/utils.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/websockets.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/_compat.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/_exception_handler.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/_utils.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/applications.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/authentication.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/background.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/concurrency.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/config.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/convertors.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/datastructures.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/endpoints.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/exceptions.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/formparsers.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/middleware/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/middleware/authentication.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/middleware/base.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/middleware/cors.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/middleware/errors.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/middleware/exceptions.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/middleware/gzip.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/middleware/httpsredirect.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/middleware/sessions.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/middleware/trustedhost.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/middleware/wsgi.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/py.typed +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/requests.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/responses.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/routing.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/schemas.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/staticfiles.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/status.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/templating.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/testclient.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/types.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/websockets.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_version.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/agent.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/artifacts.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/automations.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/blocks/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/blocks/abstract.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/blocks/core.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/blocks/fields.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/blocks/kubernetes.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/blocks/system.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/blocks/webhook.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/client/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/client/base.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/client/cloud.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/client/collections.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/client/constants.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/client/orchestration.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/client/schemas/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/client/schemas/actions.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/client/schemas/filters.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/client/schemas/objects.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/client/schemas/responses.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/client/schemas/schedules.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/client/schemas/sorting.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/client/subscriptions.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/client/utilities.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/concurrency/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/concurrency/asyncio.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/concurrency/events.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/concurrency/services.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/concurrency/sync.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/context.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deployments/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deployments/base.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deployments/deployments.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deployments/runner.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deployments/schedules.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deployments/steps/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deployments/steps/core.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deployments/steps/pull.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deployments/steps/utility.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deprecated/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deprecated/data_documents.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deprecated/packaging/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deprecated/packaging/base.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deprecated/packaging/docker.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deprecated/packaging/file.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deprecated/packaging/orion.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/deprecated/packaging/serializers.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/engine.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/events/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/events/actions.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/events/cli/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/events/cli/automations.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/events/clients.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/events/filters.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/events/instrument.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/events/related.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/events/schemas/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/events/schemas/automations.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/events/schemas/deployment_triggers.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/events/schemas/events.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/events/schemas/labelling.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/events/utilities.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/events/worker.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/exceptions.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/filesystems.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/flow_runs.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/flows.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/futures.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/infrastructure/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/infrastructure/base.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/infrastructure/container.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/infrastructure/kubernetes.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/infrastructure/process.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/infrastructure/provisioners/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/infrastructure/provisioners/cloud_run.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/infrastructure/provisioners/container_instance.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/infrastructure/provisioners/ecs.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/infrastructure/provisioners/modal.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/input/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/input/actions.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/input/run_input.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/logging/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/logging/configuration.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/logging/filters.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/logging/formatters.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/logging/handlers.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/logging/highlighters.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/logging/loggers.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/logging/logging.yml +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/manifests.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/new_flow_engine.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/new_task_engine.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/plugins.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/profiles.toml +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/py.typed +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/pydantic/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/pydantic/main.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/results.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/runner/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/runner/runner.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/runner/server.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/runner/storage.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/runner/submit.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/runner/utils.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/runtime/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/runtime/deployment.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/runtime/flow_run.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/runtime/task_run.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/serializers.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/server/api/collections_data/views/aggregate-worker-metadata.json +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/server/api/static/prefect-logo-mark-gradient.png +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/settings.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/software/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/software/base.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/software/conda.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/software/pip.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/software/python.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/states.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/task_engine.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/task_runners.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/task_server.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/tasks.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/types/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/annotations.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/asyncutils.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/callables.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/collections.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/compat.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/context.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/dispatch.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/dockerutils.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/engine.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/filesystem.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/hashing.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/importtools.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/math.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/names.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/processutils.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/pydantic.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/render_swagger.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/schema_tools/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/schema_tools/hydration.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/schema_tools/validation.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/services.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/slugify.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/templating.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/text.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/timeout.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/urls.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/utilities/visualization.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/variables.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/workers/__init__.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/workers/base.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/workers/block.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/workers/process.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/workers/server.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/workers/utilities.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect_client.egg-info/SOURCES.txt +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect_client.egg-info/dependency_links.txt +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect_client.egg-info/top_level.txt +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_artifacts.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_automations.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_background_tasks.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_context.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_deployments.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_engine.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_exceptions.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_filesystems.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_flow_runs.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_flows.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_flows_compat.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_futures.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_highlighters.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_import_interceptor.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_log_prints.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_logging.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_new_flow_engine.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_new_task_engine.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_plugins.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_serializers.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_settings.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_states.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_task_runners.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_task_server.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_tasks.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/tests/test_variables.py +0 -0
- {prefect_client-2.20.18 → prefect_client-2.20.19}/versioneer.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: prefect-client
|
3
|
-
Version: 2.20.
|
3
|
+
Version: 2.20.19
|
4
4
|
Summary: Workflow orchestration and management.
|
5
5
|
Home-page: https://www.prefect.io
|
6
6
|
Author: Prefect Technologies, Inc.
|
@@ -24,7 +24,7 @@ Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE
|
25
25
|
Requires-Dist: anyio<4.6.1,>=4.4.0
|
26
26
|
Requires-Dist: asgi-lifespan<3.0,>=1.0
|
27
|
-
Requires-Dist: cachetools<
|
27
|
+
Requires-Dist: cachetools<7.0,>=5.3
|
28
28
|
Requires-Dist: cloudpickle<4.0,>=2.0
|
29
29
|
Requires-Dist: coolname<3.0.0,>=1.0.4
|
30
30
|
Requires-Dist: croniter<6.0.0,>=1.0.12
|
@@ -39,7 +39,7 @@ Requires-Dist: importlib-resources<6.5.0,>=6.1.3
|
|
39
39
|
Requires-Dist: jsonpatch<2.0,>=1.32
|
40
40
|
Requires-Dist: jsonschema<5.0.0,>=4.0.0
|
41
41
|
Requires-Dist: orjson<4.0,>=3.7
|
42
|
-
Requires-Dist: packaging<
|
42
|
+
Requires-Dist: packaging<25.1,>=21.3
|
43
43
|
Requires-Dist: pathspec>=0.8.0
|
44
44
|
Requires-Dist: pendulum<3.0; python_version < "3.12"
|
45
45
|
Requires-Dist: pendulum<4,>=3.0.0; python_version >= "3.12"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
anyio >= 4.4.0, < 4.6.1
|
2
2
|
asgi-lifespan >= 1.0, < 3.0
|
3
|
-
cachetools >= 5.3, <
|
3
|
+
cachetools >= 5.3, < 7.0
|
4
4
|
cloudpickle >= 2.0, < 4.0
|
5
5
|
coolname >= 1.0.4, < 3.0.0
|
6
6
|
croniter >= 1.0.12, < 6.0.0
|
@@ -15,7 +15,7 @@ importlib-resources >= 6.1.3, < 6.5.0
|
|
15
15
|
jsonpatch >= 1.32, < 2.0
|
16
16
|
jsonschema >= 4.0.0, < 5.0.0
|
17
17
|
orjson >= 3.7, < 4.0
|
18
|
-
packaging >= 21.3, <
|
18
|
+
packaging >= 21.3, < 25.1
|
19
19
|
pathspec >= 0.8.0
|
20
20
|
# https://github.com/PrefectHQ/prefect/issues/11619
|
21
21
|
pendulum < 3.0; python_version < '3.12'
|
@@ -13,7 +13,7 @@ jinja2 >= 3.0.0, < 4.0.0
|
|
13
13
|
jinja2-humanize-extension >= 0.4.0
|
14
14
|
humanize >= 4.9.0, < 5.0.0
|
15
15
|
kubernetes >= 24.2.0, < 32.0.0
|
16
|
-
pytz >= 2021.1, <
|
16
|
+
pytz >= 2021.1, < 2026
|
17
17
|
readchar >= 4.0.0, < 5.0.0
|
18
18
|
sqlalchemy[asyncio] >= 1.4.22, != 1.4.33, < 2.0.36
|
19
|
-
typer >= 0.12.0, != 0.12.2, < 0.
|
19
|
+
typer >= 0.12.0, != 0.12.2, < 0.17.0
|
@@ -845,12 +845,30 @@ class SendgridEmail(AbstractAppriseNotificationBlock):
|
|
845
845
|
def block_initialization(self) -> None:
|
846
846
|
from apprise.plugins.sendgrid import NotifySendGrid
|
847
847
|
|
848
|
-
|
849
|
-
|
848
|
+
self._NotifySendGrid = NotifySendGrid # Cache the working import
|
849
|
+
url = self._build_sendgrid_url()
|
850
|
+
self._start_apprise_client(url)
|
851
|
+
|
852
|
+
def _build_sendgrid_url(self) -> SecretStr:
|
853
|
+
"""Build the SendGrid URL with current to_emails."""
|
854
|
+
return SecretStr(
|
855
|
+
self._NotifySendGrid(
|
850
856
|
apikey=self.api_key.get_secret_value(),
|
851
857
|
from_email=self.sender_email,
|
852
858
|
targets=self.to_emails,
|
853
859
|
).url()
|
854
860
|
)
|
855
861
|
|
856
|
-
|
862
|
+
@sync_compatible
|
863
|
+
@instrument_instance_method_call
|
864
|
+
async def notify(
|
865
|
+
self,
|
866
|
+
body: str,
|
867
|
+
subject: Optional[str] = None,
|
868
|
+
):
|
869
|
+
# Update apprise client with current to_emails before sending
|
870
|
+
if hasattr(self, "_apprise_client") and self._apprise_client:
|
871
|
+
self._apprise_client.clear()
|
872
|
+
self._apprise_client.add(self._build_sendgrid_url().get_secret_value())
|
873
|
+
|
874
|
+
await super().notify(body, subject)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: prefect-client
|
3
|
-
Version: 2.20.
|
3
|
+
Version: 2.20.19
|
4
4
|
Summary: Workflow orchestration and management.
|
5
5
|
Home-page: https://www.prefect.io
|
6
6
|
Author: Prefect Technologies, Inc.
|
@@ -24,7 +24,7 @@ Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE
|
25
25
|
Requires-Dist: anyio<4.6.1,>=4.4.0
|
26
26
|
Requires-Dist: asgi-lifespan<3.0,>=1.0
|
27
|
-
Requires-Dist: cachetools<
|
27
|
+
Requires-Dist: cachetools<7.0,>=5.3
|
28
28
|
Requires-Dist: cloudpickle<4.0,>=2.0
|
29
29
|
Requires-Dist: coolname<3.0.0,>=1.0.4
|
30
30
|
Requires-Dist: croniter<6.0.0,>=1.0.12
|
@@ -39,7 +39,7 @@ Requires-Dist: importlib-resources<6.5.0,>=6.1.3
|
|
39
39
|
Requires-Dist: jsonpatch<2.0,>=1.32
|
40
40
|
Requires-Dist: jsonschema<5.0.0,>=4.0.0
|
41
41
|
Requires-Dist: orjson<4.0,>=3.7
|
42
|
-
Requires-Dist: packaging<
|
42
|
+
Requires-Dist: packaging<25.1,>=21.3
|
43
43
|
Requires-Dist: pathspec>=0.8.0
|
44
44
|
Requires-Dist: pendulum<3.0; python_version < "3.12"
|
45
45
|
Requires-Dist: pendulum<4,>=3.0.0; python_version >= "3.12"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
anyio<4.6.1,>=4.4.0
|
2
2
|
asgi-lifespan<3.0,>=1.0
|
3
|
-
cachetools<
|
3
|
+
cachetools<7.0,>=5.3
|
4
4
|
cloudpickle<4.0,>=2.0
|
5
5
|
coolname<3.0.0,>=1.0.4
|
6
6
|
croniter<6.0.0,>=1.0.12
|
@@ -14,7 +14,7 @@ importlib-resources<6.5.0,>=6.1.3
|
|
14
14
|
jsonpatch<2.0,>=1.32
|
15
15
|
jsonschema<5.0.0,>=4.0.0
|
16
16
|
orjson<4.0,>=3.7
|
17
|
-
packaging<
|
17
|
+
packaging<25.1,>=21.3
|
18
18
|
pathspec>=0.8.0
|
19
19
|
pydantic[email]!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0,>=1.10.0
|
20
20
|
pydantic_core<3.0.0,>=2.12.0
|
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
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/compatibility/__init__.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/compatibility/deprecated.py
RENAMED
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/__init__.py
RENAMED
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/calls.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/cancellation.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/event_loop.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/inspection.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/primitives.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/services.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/threads.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/concurrency/waiters.py
RENAMED
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/__init__.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/_base_model.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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/v1_schema.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/pydantic/v2_schema.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/schemas/serializers.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_internal/schemas/validators.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/applications.py
RENAMED
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/concurrency.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/datastructures.py
RENAMED
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/dependencies/models.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/dependencies/utils.py
RENAMED
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/exception_handlers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/middleware/__init__.py
RENAMED
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/middleware/cors.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/middleware/gzip.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/middleware/wsgi.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/openapi/__init__.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/openapi/constants.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/openapi/docs.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/openapi/models.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/openapi/utils.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/param_functions.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/security/__init__.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/security/api_key.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/security/base.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/security/http.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/security/oauth2.py
RENAMED
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/security/utils.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/fastapi/staticfiles.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
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/applications.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/authentication.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/background.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/concurrency.py
RENAMED
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/convertors.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/datastructures.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/endpoints.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/exceptions.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/formparsers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/middleware/base.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/middleware/cors.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/middleware/errors.py
RENAMED
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/middleware/gzip.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/middleware/wsgi.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/responses.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/staticfiles.py
RENAMED
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/templating.py
RENAMED
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/testclient.py
RENAMED
File without changes
|
File without changes
|
{prefect_client-2.20.18 → prefect_client-2.20.19}/src/prefect/_vendor/starlette/websockets.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
|
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
|
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
|