prefect-client 2.16.5__tar.gz → 2.16.6__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.16.5 → prefect-client-2.16.6}/PKG-INFO +1 -1
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/pydantic/__init__.py +1 -1
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/pydantic/_compat.py +33 -0
- prefect-client-2.16.6/src/prefect/_internal/pydantic/v1_schema.py +48 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/pydantic/v2_schema.py +6 -2
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/client/cloud.py +4 -1
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/settings.py +1 -1
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/callables.py +2 -2
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/schema_tools/hydration.py +14 -6
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect_client.egg-info/PKG-INFO +1 -1
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect_client.egg-info/SOURCES.txt +1 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/LICENSE +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/MANIFEST.in +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/README.md +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/requirements-client.txt +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/requirements-dev.txt +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/requirements.txt +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/setup.cfg +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/setup.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/.prefectignore +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/_logging.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/compatibility/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/compatibility/deprecated.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/compatibility/experimental.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/api.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/calls.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/cancellation.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/event_loop.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/inspection.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/primitives.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/services.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/threads.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/waiters.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/pydantic/annotations/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/pydantic/annotations/pendulum.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/pydantic/schemas.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/pydantic/v2_validated_func.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/pytz.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/schemas/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/schemas/bases.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/schemas/fields.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/schemas/serializers.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/schemas/transformations.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/schemas/validators.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/applications.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/background.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/concurrency.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/datastructures.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/dependencies/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/dependencies/models.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/dependencies/utils.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/encoders.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/exception_handlers.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/exceptions.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/logger.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/middleware/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/middleware/asyncexitstack.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/middleware/cors.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/middleware/gzip.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/middleware/httpsredirect.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/middleware/trustedhost.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/middleware/wsgi.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/openapi/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/openapi/constants.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/openapi/docs.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/openapi/models.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/openapi/utils.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/param_functions.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/params.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/requests.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/responses.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/routing.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/security/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/security/api_key.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/security/base.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/security/http.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/security/oauth2.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/security/open_id_connect_url.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/security/utils.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/staticfiles.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/templating.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/testclient.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/types.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/utils.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/websockets.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/_compat.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/_exception_handler.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/_utils.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/applications.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/authentication.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/background.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/concurrency.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/config.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/convertors.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/datastructures.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/endpoints.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/exceptions.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/formparsers.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/authentication.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/base.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/cors.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/errors.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/exceptions.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/gzip.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/httpsredirect.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/sessions.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/trustedhost.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/wsgi.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/requests.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/responses.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/routing.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/schemas.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/staticfiles.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/status.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/templating.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/testclient.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/types.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/websockets.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_version.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/agent.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/artifacts.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/blocks/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/blocks/abstract.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/blocks/core.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/blocks/fields.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/blocks/kubernetes.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/blocks/notifications.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/blocks/system.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/blocks/webhook.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/client/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/client/base.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/client/collections.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/client/constants.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/client/orchestration.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/client/schemas/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/client/schemas/actions.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/client/schemas/filters.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/client/schemas/objects.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/client/schemas/responses.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/client/schemas/schedules.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/client/schemas/sorting.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/client/subscriptions.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/client/utilities.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/concurrency/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/concurrency/asyncio.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/concurrency/common.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/concurrency/events.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/concurrency/services.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/concurrency/sync.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/context.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deployments/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deployments/base.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deployments/deployments.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deployments/runner.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deployments/schedules.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deployments/steps/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deployments/steps/core.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deployments/steps/pull.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deployments/steps/utility.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deprecated/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deprecated/data_documents.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deprecated/packaging/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deprecated/packaging/base.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deprecated/packaging/docker.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deprecated/packaging/file.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deprecated/packaging/orion.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/deprecated/packaging/serializers.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/engine.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/events/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/events/actions.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/events/clients.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/events/filters.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/events/instrument.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/events/related.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/events/schemas.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/events/utilities.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/events/worker.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/exceptions.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/filesystems.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/flow_runs.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/flows.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/futures.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/infrastructure/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/infrastructure/base.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/infrastructure/container.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/infrastructure/kubernetes.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/infrastructure/process.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/infrastructure/provisioners/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/infrastructure/provisioners/cloud_run.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/infrastructure/provisioners/container_instance.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/infrastructure/provisioners/ecs.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/infrastructure/provisioners/modal.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/input/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/input/actions.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/input/run_input.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/logging/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/logging/configuration.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/logging/filters.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/logging/formatters.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/logging/handlers.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/logging/highlighters.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/logging/loggers.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/logging/logging.yml +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/manifests.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/plugins.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/profiles.toml +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/py.typed +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/results.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/runner/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/runner/runner.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/runner/server.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/runner/storage.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/runner/submit.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/runner/utils.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/runtime/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/runtime/deployment.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/runtime/flow_run.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/runtime/task_run.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/serializers.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/server/api/collections_data/views/aggregate-worker-metadata.json +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/server/api/static/prefect-logo-mark-gradient.png +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/software/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/software/base.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/software/conda.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/software/pip.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/software/python.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/states.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/task_engine.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/task_runners.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/task_server.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/tasks.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/annotations.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/asyncutils.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/collections.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/compat.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/context.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/dispatch.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/dockerutils.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/filesystem.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/hashing.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/importtools.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/math.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/names.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/processutils.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/pydantic.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/render_swagger.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/schema_tools/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/schema_tools/validation.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/services.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/slugify.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/templating.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/text.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/validation.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/visualization.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/variables.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/workers/__init__.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/workers/base.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/workers/block.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/workers/process.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/workers/server.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/workers/utilities.py +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect_client.egg-info/dependency_links.txt +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect_client.egg-info/requires.txt +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect_client.egg-info/top_level.txt +0 -0
- {prefect-client-2.16.5 → prefect-client-2.16.6}/versioneer.py +0 -0
@@ -178,3 +178,36 @@ def model_json_schema(
|
|
178
178
|
by_alias=by_alias,
|
179
179
|
ref_template=ref_template,
|
180
180
|
)
|
181
|
+
|
182
|
+
|
183
|
+
def model_validate(
|
184
|
+
model: Type[BaseModel],
|
185
|
+
obj: Any,
|
186
|
+
*,
|
187
|
+
strict: bool = False,
|
188
|
+
from_attributes: bool = False,
|
189
|
+
context: Optional[Dict[str, Any]] = None,
|
190
|
+
) -> Union[BaseModel, Dict[str, Any]]:
|
191
|
+
"""Validate a pydantic model instance.
|
192
|
+
|
193
|
+
Args:
|
194
|
+
obj: The object to validate.
|
195
|
+
strict: Whether to enforce types strictly.
|
196
|
+
from_attributes: Whether to extract data from object attributes.
|
197
|
+
context: Additional context to pass to the validator.
|
198
|
+
|
199
|
+
Raises:
|
200
|
+
ValidationError: If the object could not be validated.
|
201
|
+
|
202
|
+
Returns:
|
203
|
+
The validated model instance.
|
204
|
+
"""
|
205
|
+
if is_pydantic_v2_compatible(fn_name="model_validate"):
|
206
|
+
return model.model_validate(
|
207
|
+
obj=obj,
|
208
|
+
strict=strict,
|
209
|
+
from_attributes=from_attributes,
|
210
|
+
context=context,
|
211
|
+
)
|
212
|
+
|
213
|
+
return model.parse_obj(obj)
|
@@ -0,0 +1,48 @@
|
|
1
|
+
import inspect
|
2
|
+
import typing
|
3
|
+
|
4
|
+
from prefect._internal.pydantic import HAS_PYDANTIC_V2
|
5
|
+
|
6
|
+
if HAS_PYDANTIC_V2:
|
7
|
+
from pydantic.v1 import BaseModel as V1BaseModel
|
8
|
+
else:
|
9
|
+
from pydantic import BaseModel as V1BaseModel
|
10
|
+
|
11
|
+
|
12
|
+
def is_v1_model(v) -> bool:
|
13
|
+
if isinstance(v, V1BaseModel):
|
14
|
+
return True
|
15
|
+
try:
|
16
|
+
if inspect.isclass(v) and issubclass(v, V1BaseModel):
|
17
|
+
return True
|
18
|
+
except TypeError:
|
19
|
+
pass
|
20
|
+
|
21
|
+
return False
|
22
|
+
|
23
|
+
|
24
|
+
def is_v1_type(v) -> bool:
|
25
|
+
if HAS_PYDANTIC_V2:
|
26
|
+
if is_v1_model(v):
|
27
|
+
return True
|
28
|
+
|
29
|
+
try:
|
30
|
+
return v.__module__.startswith("pydantic.v1.types")
|
31
|
+
except AttributeError:
|
32
|
+
return False
|
33
|
+
|
34
|
+
return True
|
35
|
+
|
36
|
+
|
37
|
+
def has_v1_type_as_param(signature: inspect.Signature) -> bool:
|
38
|
+
parameters = signature.parameters.values()
|
39
|
+
for p in parameters:
|
40
|
+
# check if this parameter is a v1 model
|
41
|
+
if is_v1_type(p.annotation):
|
42
|
+
return True
|
43
|
+
|
44
|
+
# check if this parameter is a collection of types
|
45
|
+
for v in typing.get_args(p.annotation):
|
46
|
+
if is_v1_type(v):
|
47
|
+
return True
|
48
|
+
return False
|
@@ -7,7 +7,7 @@ import typing as t
|
|
7
7
|
import pendulum
|
8
8
|
import pydantic
|
9
9
|
from pydantic import BaseModel as V2BaseModel
|
10
|
-
from pydantic import ConfigDict, create_model
|
10
|
+
from pydantic import ConfigDict, PydanticUndefinedAnnotation, create_model
|
11
11
|
from pydantic.type_adapter import TypeAdapter
|
12
12
|
|
13
13
|
from prefect._internal.pydantic.annotations.pendulum import (
|
@@ -106,7 +106,11 @@ def create_v2_schema(
|
|
106
106
|
model = create_model(
|
107
107
|
name_, __config__=model_cfg, __base__=model_base, **model_fields
|
108
108
|
)
|
109
|
-
|
109
|
+
try:
|
110
|
+
adapter = TypeAdapter(model)
|
111
|
+
except PydanticUndefinedAnnotation as exc:
|
112
|
+
# in v1 this raises a TypeError, which is handled by parameter_schema
|
113
|
+
raise TypeError(exc.message)
|
110
114
|
|
111
115
|
# root model references under #definitions
|
112
116
|
schema = adapter.json_schema(
|
@@ -85,7 +85,10 @@ class CloudClient:
|
|
85
85
|
await self.read_workspaces()
|
86
86
|
|
87
87
|
async def read_workspaces(self) -> List[Workspace]:
|
88
|
-
|
88
|
+
workspaces = pydantic.parse_obj_as(
|
89
|
+
List[Workspace], await self.get("/me/workspaces")
|
90
|
+
)
|
91
|
+
return workspaces
|
89
92
|
|
90
93
|
async def read_worker_metadata(self) -> Dict[str, Any]:
|
91
94
|
configured_url = prefect.settings.PREFECT_API_URL.value()
|
@@ -1235,7 +1235,7 @@ Note this setting only applies when calling `prefect server start`; if hosting t
|
|
1235
1235
|
API with another tool you will need to configure this there instead.
|
1236
1236
|
"""
|
1237
1237
|
|
1238
|
-
PREFECT_SERVER_CSRF_PROTECTION_ENABLED = Setting(bool, default=
|
1238
|
+
PREFECT_SERVER_CSRF_PROTECTION_ENABLED = Setting(bool, default=True)
|
1239
1239
|
"""
|
1240
1240
|
Controls the activation of CSRF protection for the Prefect server API.
|
1241
1241
|
|
@@ -9,13 +9,13 @@ from typing import Any, Callable, Dict, Iterable, List, Optional, Tuple
|
|
9
9
|
import cloudpickle
|
10
10
|
|
11
11
|
from prefect._internal.pydantic import HAS_PYDANTIC_V2
|
12
|
+
from prefect._internal.pydantic.v1_schema import has_v1_type_as_param
|
12
13
|
|
13
14
|
if HAS_PYDANTIC_V2:
|
14
15
|
import pydantic.v1 as pydantic
|
15
16
|
|
16
17
|
from prefect._internal.pydantic.v2_schema import (
|
17
18
|
create_v2_schema,
|
18
|
-
has_v2_type_as_param,
|
19
19
|
process_v2_params,
|
20
20
|
)
|
21
21
|
else:
|
@@ -325,7 +325,7 @@ def parameter_schema(fn: Callable) -> ParameterSchema:
|
|
325
325
|
class ModelConfig:
|
326
326
|
arbitrary_types_allowed = True
|
327
327
|
|
328
|
-
if HAS_PYDANTIC_V2 and
|
328
|
+
if HAS_PYDANTIC_V2 and not has_v1_type_as_param(signature):
|
329
329
|
create_schema = create_v2_schema
|
330
330
|
process_params = process_v2_params
|
331
331
|
else:
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/utilities/schema_tools/hydration.py
RENAMED
@@ -149,9 +149,13 @@ def null_handler(obj: Dict, ctx: HydrationContext):
|
|
149
149
|
@handler("json")
|
150
150
|
def json_handler(obj: Dict, ctx: HydrationContext):
|
151
151
|
if "value" in obj:
|
152
|
+
if isinstance(obj["value"], dict):
|
153
|
+
dehydrated_json = _hydrate(obj["value"], ctx)
|
154
|
+
else:
|
155
|
+
dehydrated_json = obj["value"]
|
152
156
|
try:
|
153
|
-
return json.loads(
|
154
|
-
except json.decoder.JSONDecodeError as e:
|
157
|
+
return json.loads(dehydrated_json)
|
158
|
+
except (json.decoder.JSONDecodeError, TypeError) as e:
|
155
159
|
return InvalidJSON(detail=str(e))
|
156
160
|
else:
|
157
161
|
# If `value` is not in the object, we need special handling to help
|
@@ -166,11 +170,15 @@ def json_handler(obj: Dict, ctx: HydrationContext):
|
|
166
170
|
@handler("workspace_variable")
|
167
171
|
def workspace_variable_handler(obj: Dict, ctx: HydrationContext):
|
168
172
|
if "variable_name" in obj:
|
169
|
-
|
170
|
-
|
171
|
-
|
173
|
+
if isinstance(obj["variable_name"], dict):
|
174
|
+
dehydrated_variable = _hydrate(obj["variable_name"], ctx)
|
175
|
+
else:
|
176
|
+
dehydrated_variable = obj["variable_name"]
|
177
|
+
|
178
|
+
if dehydrated_variable in ctx.workspace_variables:
|
179
|
+
return ctx.workspace_variables[dehydrated_variable]
|
172
180
|
else:
|
173
|
-
return WorkspaceVariableNotFound(detail=
|
181
|
+
return WorkspaceVariableNotFound(detail=dehydrated_variable)
|
174
182
|
else:
|
175
183
|
# Special handling if `variable_name` is not in the object.
|
176
184
|
# If an object looks like {"__prefect_kind": "workspace_variable"}
|
@@ -51,6 +51,7 @@ src/prefect/_internal/concurrency/waiters.py
|
|
51
51
|
src/prefect/_internal/pydantic/__init__.py
|
52
52
|
src/prefect/_internal/pydantic/_compat.py
|
53
53
|
src/prefect/_internal/pydantic/schemas.py
|
54
|
+
src/prefect/_internal/pydantic/v1_schema.py
|
54
55
|
src/prefect/_internal/pydantic/v2_schema.py
|
55
56
|
src/prefect/_internal/pydantic/v2_validated_func.py
|
56
57
|
src/prefect/_internal/pydantic/annotations/__init__.py
|
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.16.5 → prefect-client-2.16.6}/src/prefect/_internal/compatibility/__init__.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/compatibility/deprecated.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/compatibility/experimental.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/cancellation.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/event_loop.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/inspection.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/primitives.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/services.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/threads.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/concurrency/waiters.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/pydantic/v2_validated_func.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/schemas/serializers.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_internal/schemas/transformations.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/datastructures.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/dependencies/__init__.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/dependencies/models.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/dependencies/utils.py
RENAMED
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/exception_handlers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/middleware/__init__.py
RENAMED
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/middleware/cors.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/middleware/gzip.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/middleware/wsgi.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/openapi/__init__.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/openapi/constants.py
RENAMED
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/openapi/models.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/openapi/utils.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/param_functions.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/security/__init__.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/security/api_key.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/security/base.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/security/http.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/security/oauth2.py
RENAMED
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/fastapi/security/utils.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
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/_exception_handler.py
RENAMED
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/applications.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/authentication.py
RENAMED
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/concurrency.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/datastructures.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/formparsers.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/__init__.py
RENAMED
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/base.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/cors.py
RENAMED
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/errors.py
RENAMED
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/gzip.py
RENAMED
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/sessions.py
RENAMED
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/middleware/wsgi.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{prefect-client-2.16.5 → prefect-client-2.16.6}/src/prefect/_vendor/starlette/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
|
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
|