prefect-client 2.20.7__tar.gz → 2.20.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (331) hide show
  1. {prefect_client-2.20.7/src/prefect_client.egg-info → prefect-client-2.20.9}/PKG-INFO +2 -40
  2. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deployments/runner.py +6 -2
  3. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/events/clients.py +5 -5
  4. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/flows.py +11 -1
  5. {prefect_client-2.20.7 → prefect-client-2.20.9/src/prefect_client.egg-info}/PKG-INFO +2 -40
  6. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect_client.egg-info/SOURCES.txt +1 -29
  7. prefect_client-2.20.7/src/prefect/_vendor/starlette/py.typed +0 -0
  8. prefect_client-2.20.7/src/prefect/py.typed +0 -0
  9. prefect_client-2.20.7/tests/test_artifacts.py +0 -484
  10. prefect_client-2.20.7/tests/test_automations.py +0 -186
  11. prefect_client-2.20.7/tests/test_background_tasks.py +0 -401
  12. prefect_client-2.20.7/tests/test_context.py +0 -396
  13. prefect_client-2.20.7/tests/test_deployments.py +0 -1632
  14. prefect_client-2.20.7/tests/test_engine.py +0 -3417
  15. prefect_client-2.20.7/tests/test_exceptions.py +0 -139
  16. prefect_client-2.20.7/tests/test_filesystems.py +0 -782
  17. prefect_client-2.20.7/tests/test_flow_runs.py +0 -40
  18. prefect_client-2.20.7/tests/test_flows.py +0 -4430
  19. prefect_client-2.20.7/tests/test_flows_compat.py +0 -30
  20. prefect_client-2.20.7/tests/test_futures.py +0 -215
  21. prefect_client-2.20.7/tests/test_highlighters.py +0 -69
  22. prefect_client-2.20.7/tests/test_import_interceptor.py +0 -7
  23. prefect_client-2.20.7/tests/test_log_prints.py +0 -240
  24. prefect_client-2.20.7/tests/test_logging.py +0 -1586
  25. prefect_client-2.20.7/tests/test_new_flow_engine.py +0 -866
  26. prefect_client-2.20.7/tests/test_new_task_engine.py +0 -868
  27. prefect_client-2.20.7/tests/test_plugins.py +0 -259
  28. prefect_client-2.20.7/tests/test_serializers.py +0 -368
  29. prefect_client-2.20.7/tests/test_settings.py +0 -1062
  30. prefect_client-2.20.7/tests/test_states.py +0 -374
  31. prefect_client-2.20.7/tests/test_task_runners.py +0 -34
  32. prefect_client-2.20.7/tests/test_task_server.py +0 -551
  33. prefect_client-2.20.7/tests/test_tasks.py +0 -4404
  34. prefect_client-2.20.7/tests/test_variables.py +0 -94
  35. {prefect_client-2.20.7 → prefect-client-2.20.9}/LICENSE +0 -0
  36. {prefect_client-2.20.7 → prefect-client-2.20.9}/MANIFEST.in +0 -0
  37. {prefect_client-2.20.7 → prefect-client-2.20.9}/README.md +0 -0
  38. {prefect_client-2.20.7 → prefect-client-2.20.9}/requirements-client.txt +0 -0
  39. {prefect_client-2.20.7 → prefect-client-2.20.9}/requirements-dev.txt +0 -0
  40. {prefect_client-2.20.7 → prefect-client-2.20.9}/requirements.txt +0 -0
  41. {prefect_client-2.20.7 → prefect-client-2.20.9}/setup.cfg +0 -0
  42. {prefect_client-2.20.7 → prefect-client-2.20.9}/setup.py +0 -0
  43. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/.prefectignore +0 -0
  44. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/__init__.py +0 -0
  45. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/__init__.py +0 -0
  46. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/_logging.py +0 -0
  47. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/compatibility/__init__.py +0 -0
  48. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/compatibility/deprecated.py +0 -0
  49. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/compatibility/experimental.py +0 -0
  50. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/concurrency/__init__.py +0 -0
  51. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/concurrency/api.py +0 -0
  52. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/concurrency/calls.py +0 -0
  53. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/concurrency/cancellation.py +0 -0
  54. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/concurrency/event_loop.py +0 -0
  55. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/concurrency/inspection.py +0 -0
  56. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/concurrency/primitives.py +0 -0
  57. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/concurrency/services.py +0 -0
  58. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/concurrency/threads.py +0 -0
  59. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/concurrency/waiters.py +0 -0
  60. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/integrations.py +0 -0
  61. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/__init__.py +0 -0
  62. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/_base_model.py +0 -0
  63. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/_compat.py +0 -0
  64. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/_flags.py +0 -0
  65. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/_types.py +0 -0
  66. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/annotations/__init__.py +0 -0
  67. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/annotations/pendulum.py +0 -0
  68. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/schemas.py +0 -0
  69. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/utilities/__init__.py +0 -0
  70. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/utilities/config_dict.py +0 -0
  71. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/utilities/field_validator.py +0 -0
  72. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/utilities/model_construct.py +0 -0
  73. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/utilities/model_copy.py +0 -0
  74. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/utilities/model_dump.py +0 -0
  75. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/utilities/model_dump_json.py +0 -0
  76. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/utilities/model_fields.py +0 -0
  77. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/utilities/model_fields_set.py +0 -0
  78. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/utilities/model_json_schema.py +0 -0
  79. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/utilities/model_rebuild.py +0 -0
  80. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/utilities/model_validate.py +0 -0
  81. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/utilities/model_validate_json.py +0 -0
  82. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/utilities/model_validator.py +0 -0
  83. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/utilities/type_adapter.py +0 -0
  84. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/v1_schema.py +0 -0
  85. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/v2_schema.py +0 -0
  86. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pydantic/v2_validated_func.py +0 -0
  87. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/pytz.py +0 -0
  88. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/schemas/__init__.py +0 -0
  89. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/schemas/bases.py +0 -0
  90. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/schemas/fields.py +0 -0
  91. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/schemas/serializers.py +0 -0
  92. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_internal/schemas/validators.py +0 -0
  93. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/__init__.py +0 -0
  94. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/__init__.py +0 -0
  95. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/applications.py +0 -0
  96. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/background.py +0 -0
  97. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/concurrency.py +0 -0
  98. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/datastructures.py +0 -0
  99. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/dependencies/__init__.py +0 -0
  100. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/dependencies/models.py +0 -0
  101. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/dependencies/utils.py +0 -0
  102. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/encoders.py +0 -0
  103. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/exception_handlers.py +0 -0
  104. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/exceptions.py +0 -0
  105. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/logger.py +0 -0
  106. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/middleware/__init__.py +0 -0
  107. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/middleware/asyncexitstack.py +0 -0
  108. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/middleware/cors.py +0 -0
  109. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/middleware/gzip.py +0 -0
  110. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/middleware/httpsredirect.py +0 -0
  111. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/middleware/trustedhost.py +0 -0
  112. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/middleware/wsgi.py +0 -0
  113. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/openapi/__init__.py +0 -0
  114. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/openapi/constants.py +0 -0
  115. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/openapi/docs.py +0 -0
  116. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/openapi/models.py +0 -0
  117. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/openapi/utils.py +0 -0
  118. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/param_functions.py +0 -0
  119. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/params.py +0 -0
  120. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/requests.py +0 -0
  121. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/responses.py +0 -0
  122. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/routing.py +0 -0
  123. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/security/__init__.py +0 -0
  124. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/security/api_key.py +0 -0
  125. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/security/base.py +0 -0
  126. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/security/http.py +0 -0
  127. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/security/oauth2.py +0 -0
  128. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/security/open_id_connect_url.py +0 -0
  129. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/security/utils.py +0 -0
  130. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/staticfiles.py +0 -0
  131. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/templating.py +0 -0
  132. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/testclient.py +0 -0
  133. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/types.py +0 -0
  134. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/utils.py +0 -0
  135. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/fastapi/websockets.py +0 -0
  136. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/__init__.py +0 -0
  137. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/_compat.py +0 -0
  138. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/_exception_handler.py +0 -0
  139. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/_utils.py +0 -0
  140. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/applications.py +0 -0
  141. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/authentication.py +0 -0
  142. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/background.py +0 -0
  143. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/concurrency.py +0 -0
  144. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/config.py +0 -0
  145. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/convertors.py +0 -0
  146. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/datastructures.py +0 -0
  147. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/endpoints.py +0 -0
  148. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/exceptions.py +0 -0
  149. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/formparsers.py +0 -0
  150. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/middleware/__init__.py +0 -0
  151. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/middleware/authentication.py +0 -0
  152. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/middleware/base.py +0 -0
  153. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/middleware/cors.py +0 -0
  154. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/middleware/errors.py +0 -0
  155. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/middleware/exceptions.py +0 -0
  156. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/middleware/gzip.py +0 -0
  157. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/middleware/httpsredirect.py +0 -0
  158. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/middleware/sessions.py +0 -0
  159. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/middleware/trustedhost.py +0 -0
  160. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/middleware/wsgi.py +0 -0
  161. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/requests.py +0 -0
  162. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/responses.py +0 -0
  163. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/routing.py +0 -0
  164. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/schemas.py +0 -0
  165. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/staticfiles.py +0 -0
  166. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/status.py +0 -0
  167. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/templating.py +0 -0
  168. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/testclient.py +0 -0
  169. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/types.py +0 -0
  170. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_vendor/starlette/websockets.py +0 -0
  171. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/_version.py +0 -0
  172. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/agent.py +0 -0
  173. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/artifacts.py +0 -0
  174. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/automations.py +0 -0
  175. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/blocks/__init__.py +0 -0
  176. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/blocks/abstract.py +0 -0
  177. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/blocks/core.py +0 -0
  178. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/blocks/fields.py +0 -0
  179. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/blocks/kubernetes.py +0 -0
  180. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/blocks/notifications.py +0 -0
  181. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/blocks/system.py +0 -0
  182. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/blocks/webhook.py +0 -0
  183. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/client/__init__.py +0 -0
  184. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/client/base.py +0 -0
  185. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/client/cloud.py +0 -0
  186. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/client/collections.py +0 -0
  187. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/client/constants.py +0 -0
  188. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/client/orchestration.py +0 -0
  189. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/client/schemas/__init__.py +0 -0
  190. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/client/schemas/actions.py +0 -0
  191. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/client/schemas/filters.py +0 -0
  192. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/client/schemas/objects.py +0 -0
  193. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/client/schemas/responses.py +0 -0
  194. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/client/schemas/schedules.py +0 -0
  195. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/client/schemas/sorting.py +0 -0
  196. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/client/subscriptions.py +0 -0
  197. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/client/utilities.py +0 -0
  198. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/concurrency/__init__.py +0 -0
  199. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/concurrency/asyncio.py +0 -0
  200. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/concurrency/events.py +0 -0
  201. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/concurrency/services.py +0 -0
  202. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/concurrency/sync.py +0 -0
  203. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/context.py +0 -0
  204. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deployments/__init__.py +0 -0
  205. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deployments/base.py +0 -0
  206. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deployments/deployments.py +0 -0
  207. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deployments/schedules.py +0 -0
  208. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deployments/steps/__init__.py +0 -0
  209. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deployments/steps/core.py +0 -0
  210. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deployments/steps/pull.py +0 -0
  211. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deployments/steps/utility.py +0 -0
  212. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deprecated/__init__.py +0 -0
  213. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deprecated/data_documents.py +0 -0
  214. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deprecated/packaging/__init__.py +0 -0
  215. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deprecated/packaging/base.py +0 -0
  216. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deprecated/packaging/docker.py +0 -0
  217. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deprecated/packaging/file.py +0 -0
  218. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deprecated/packaging/orion.py +0 -0
  219. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/deprecated/packaging/serializers.py +0 -0
  220. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/engine.py +0 -0
  221. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/events/__init__.py +0 -0
  222. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/events/actions.py +0 -0
  223. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/events/cli/__init__.py +0 -0
  224. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/events/cli/automations.py +0 -0
  225. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/events/filters.py +0 -0
  226. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/events/instrument.py +0 -0
  227. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/events/related.py +0 -0
  228. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/events/schemas/__init__.py +0 -0
  229. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/events/schemas/automations.py +0 -0
  230. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/events/schemas/deployment_triggers.py +0 -0
  231. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/events/schemas/events.py +0 -0
  232. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/events/schemas/labelling.py +0 -0
  233. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/events/utilities.py +0 -0
  234. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/events/worker.py +0 -0
  235. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/exceptions.py +0 -0
  236. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/filesystems.py +0 -0
  237. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/flow_runs.py +0 -0
  238. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/futures.py +0 -0
  239. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/infrastructure/__init__.py +0 -0
  240. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/infrastructure/base.py +0 -0
  241. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/infrastructure/container.py +0 -0
  242. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/infrastructure/kubernetes.py +0 -0
  243. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/infrastructure/process.py +0 -0
  244. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/infrastructure/provisioners/__init__.py +0 -0
  245. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/infrastructure/provisioners/cloud_run.py +0 -0
  246. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/infrastructure/provisioners/container_instance.py +0 -0
  247. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/infrastructure/provisioners/ecs.py +0 -0
  248. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/infrastructure/provisioners/modal.py +0 -0
  249. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/input/__init__.py +0 -0
  250. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/input/actions.py +0 -0
  251. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/input/run_input.py +0 -0
  252. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/logging/__init__.py +0 -0
  253. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/logging/configuration.py +0 -0
  254. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/logging/filters.py +0 -0
  255. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/logging/formatters.py +0 -0
  256. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/logging/handlers.py +0 -0
  257. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/logging/highlighters.py +0 -0
  258. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/logging/loggers.py +0 -0
  259. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/logging/logging.yml +0 -0
  260. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/manifests.py +0 -0
  261. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/new_flow_engine.py +0 -0
  262. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/new_task_engine.py +0 -0
  263. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/plugins.py +0 -0
  264. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/profiles.toml +0 -0
  265. {prefect_client-2.20.7/src/prefect/_vendor/fastapi → prefect-client-2.20.9/src/prefect}/py.typed +0 -0
  266. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/pydantic/__init__.py +0 -0
  267. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/pydantic/main.py +0 -0
  268. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/results.py +0 -0
  269. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/runner/__init__.py +0 -0
  270. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/runner/runner.py +0 -0
  271. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/runner/server.py +0 -0
  272. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/runner/storage.py +0 -0
  273. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/runner/submit.py +0 -0
  274. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/runner/utils.py +0 -0
  275. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/runtime/__init__.py +0 -0
  276. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/runtime/deployment.py +0 -0
  277. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/runtime/flow_run.py +0 -0
  278. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/runtime/task_run.py +0 -0
  279. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/serializers.py +0 -0
  280. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/server/api/collections_data/views/aggregate-worker-metadata.json +0 -0
  281. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/server/api/static/prefect-logo-mark-gradient.png +0 -0
  282. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/settings.py +0 -0
  283. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/software/__init__.py +0 -0
  284. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/software/base.py +0 -0
  285. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/software/conda.py +0 -0
  286. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/software/pip.py +0 -0
  287. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/software/python.py +0 -0
  288. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/states.py +0 -0
  289. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/task_engine.py +0 -0
  290. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/task_runners.py +0 -0
  291. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/task_server.py +0 -0
  292. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/tasks.py +0 -0
  293. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/types/__init__.py +0 -0
  294. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/__init__.py +0 -0
  295. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/annotations.py +0 -0
  296. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/asyncutils.py +0 -0
  297. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/callables.py +0 -0
  298. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/collections.py +0 -0
  299. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/compat.py +0 -0
  300. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/context.py +0 -0
  301. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/dispatch.py +0 -0
  302. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/dockerutils.py +0 -0
  303. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/engine.py +0 -0
  304. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/filesystem.py +0 -0
  305. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/hashing.py +0 -0
  306. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/importtools.py +0 -0
  307. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/math.py +0 -0
  308. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/names.py +0 -0
  309. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/processutils.py +0 -0
  310. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/pydantic.py +0 -0
  311. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/render_swagger.py +0 -0
  312. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/schema_tools/__init__.py +0 -0
  313. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/schema_tools/hydration.py +0 -0
  314. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/schema_tools/validation.py +0 -0
  315. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/services.py +0 -0
  316. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/slugify.py +0 -0
  317. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/templating.py +0 -0
  318. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/text.py +0 -0
  319. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/timeout.py +0 -0
  320. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/utilities/visualization.py +0 -0
  321. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/variables.py +0 -0
  322. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/workers/__init__.py +0 -0
  323. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/workers/base.py +0 -0
  324. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/workers/block.py +0 -0
  325. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/workers/process.py +0 -0
  326. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/workers/server.py +0 -0
  327. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect/workers/utilities.py +0 -0
  328. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect_client.egg-info/dependency_links.txt +0 -0
  329. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect_client.egg-info/requires.txt +0 -0
  330. {prefect_client-2.20.7 → prefect-client-2.20.9}/src/prefect_client.egg-info/top_level.txt +0 -0
  331. {prefect_client-2.20.7 → prefect-client-2.20.9}/versioneer.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: prefect-client
3
- Version: 2.20.7
3
+ Version: 2.20.9
4
4
  Summary: Workflow orchestration and management.
5
5
  Home-page: https://www.prefect.io
6
6
  Author: Prefect Technologies, Inc.
@@ -21,46 +21,8 @@ Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Topic :: Software Development :: Libraries
22
22
  Requires-Python: >=3.8
23
23
  Description-Content-Type: text/markdown
24
- License-File: LICENSE
25
- Requires-Dist: anyio<5.0.0,>=4.4.0
26
- Requires-Dist: asgi-lifespan<3.0,>=1.0
27
- Requires-Dist: cachetools<6.0,>=5.3
28
- Requires-Dist: cloudpickle<4.0,>=2.0
29
- Requires-Dist: coolname<3.0.0,>=1.0.4
30
- Requires-Dist: croniter<3.0.0,>=1.0.12
31
- Requires-Dist: fsspec>=2022.5.0
32
- Requires-Dist: exceptiongroup>=1.2.1
33
- Requires-Dist: graphviz>=0.20.1
34
- Requires-Dist: griffe<2.0.0,>=0.49.0
35
- Requires-Dist: httpcore<2.0.0,>=1.0.5
36
- Requires-Dist: httpx[http2]!=0.23.2,>=0.23
37
- Requires-Dist: importlib_metadata>=4.4; python_version < "3.10"
38
- Requires-Dist: importlib-resources<6.5.0,>=6.1.3
39
- Requires-Dist: jsonpatch<2.0,>=1.32
40
- Requires-Dist: jsonschema<5.0.0,>=4.0.0
41
- Requires-Dist: orjson<4.0,>=3.7
42
- Requires-Dist: packaging<24.3,>=21.3
43
- Requires-Dist: pathspec>=0.8.0
44
- Requires-Dist: pendulum<3.0; python_version < "3.12"
45
- Requires-Dist: pendulum<4,>=3.0.0; python_version >= "3.12"
46
- Requires-Dist: pydantic[email]!=2.0.0,!=2.0.1,!=2.1.0,<2.9.0,>=1.10.0
47
- Requires-Dist: pydantic_core<3.0.0,>=2.12.0
48
- Requires-Dist: python_dateutil<3.0.0,>=2.8.2
49
- Requires-Dist: python-slugify<9.0,>=5.0
50
- Requires-Dist: pyyaml<7.0.0,>=5.4.1
51
- Requires-Dist: rfc3339-validator<0.2.0,>=0.1.4
52
- Requires-Dist: rich<14.0,>=11.0
53
- Requires-Dist: ruamel.yaml>=0.17.0
54
- Requires-Dist: sniffio<2.0.0,>=1.3.0
55
- Requires-Dist: toml>=0.10.0
56
- Requires-Dist: typing_extensions<5.0.0,>=4.5.0
57
- Requires-Dist: ujson<6.0.0,>=5.8.0
58
- Requires-Dist: uvicorn!=0.29.0,>=0.14.0
59
- Requires-Dist: websockets<14.0,>=10.4
60
- Requires-Dist: itsdangerous
61
- Requires-Dist: python-multipart>=0.0.7
62
24
  Provides-Extra: notifications
63
- Requires-Dist: apprise<2.0.0,>=1.1.0; extra == "notifications"
25
+ License-File: LICENSE
64
26
 
65
27
  <p align="center"><img src="https://github.com/PrefectHQ/prefect/assets/3407835/c654cbc6-63e8-4ada-a92a-efd2f8f24b85" width=1000></p>
66
28
 
@@ -580,6 +580,7 @@ class RunnerDeployment(BaseModel):
580
580
  cls,
581
581
  entrypoint: str,
582
582
  name: str,
583
+ flow_name: Optional[str] = None,
583
584
  interval: Optional[
584
585
  Union[Iterable[Union[int, float, timedelta]], int, float, timedelta]
585
586
  ] = None,
@@ -606,6 +607,7 @@ class RunnerDeployment(BaseModel):
606
607
  entrypoint: The path to a file containing a flow and the name of the flow function in
607
608
  the format `./path/to/file.py:flow_func_name`.
608
609
  name: A name for the deployment
610
+ flow_name: The name of the flow to deploy
609
611
  interval: An interval on which to execute the current flow. Accepts either a number
610
612
  or a timedelta object. If a number is given, it will be interpreted as seconds.
611
613
  cron: A cron schedule of when to execute runs of this flow.
@@ -649,7 +651,7 @@ class RunnerDeployment(BaseModel):
649
651
 
650
652
  deployment = cls(
651
653
  name=Path(name).stem,
652
- flow_name=flow.name,
654
+ flow_name=flow_name or flow.name,
653
655
  schedule=schedule,
654
656
  schedules=constructed_schedules,
655
657
  paused=paused,
@@ -678,6 +680,7 @@ class RunnerDeployment(BaseModel):
678
680
  storage: RunnerStorage,
679
681
  entrypoint: str,
680
682
  name: str,
683
+ flow_name: Optional[str] = None,
681
684
  interval: Optional[
682
685
  Union[Iterable[Union[int, float, timedelta]], int, float, timedelta]
683
686
  ] = None,
@@ -705,6 +708,7 @@ class RunnerDeployment(BaseModel):
705
708
  entrypoint: The path to a file containing a flow and the name of the flow function in
706
709
  the format `./path/to/file.py:flow_func_name`.
707
710
  name: A name for the deployment
711
+ flow_name: The name of the flow to deploy
708
712
  storage: A storage object to use for retrieving flow code. If not provided, a
709
713
  URL must be provided.
710
714
  interval: An interval on which to execute the current flow. Accepts either a number
@@ -755,7 +759,7 @@ class RunnerDeployment(BaseModel):
755
759
 
756
760
  deployment = cls(
757
761
  name=Path(name).stem,
758
- flow_name=flow.name,
762
+ flow_name=flow_name or flow.name,
759
763
  schedule=schedule,
760
764
  schedules=constructed_schedules,
761
765
  paused=paused,
@@ -473,11 +473,11 @@ class PrefectEventSubscriber:
473
473
  f"Reason: {e.args[0]}"
474
474
  )
475
475
  except ConnectionClosedError as e:
476
- raise Exception(
477
- "Unable to authenticate to the event stream. Please ensure the "
478
- "provided api_key you are using is valid for this environment. "
479
- f"Reason: {e.reason}"
480
- ) from e
476
+ reason = getattr(e.rcvd, "reason", None)
477
+ msg = "Unable to authenticate to the event stream. Please ensure the "
478
+ msg += "provided api_key you are using is valid for this environment. "
479
+ msg += f"Reason: {reason}" if reason else ""
480
+ raise Exception(msg) from e
481
481
 
482
482
  from prefect.events.filters import EventOccurredFilter
483
483
 
@@ -679,6 +679,7 @@ class Flow(Generic[P, R]):
679
679
  storage=self._storage,
680
680
  entrypoint=self._entrypoint,
681
681
  name=name,
682
+ flow_name=self.name,
682
683
  interval=interval,
683
684
  cron=cron,
684
685
  rrule=rrule,
@@ -698,7 +699,7 @@ class Flow(Generic[P, R]):
698
699
  )
699
700
  else:
700
701
  return RunnerDeployment.from_flow(
701
- self,
702
+ flow=self,
702
703
  name=name,
703
704
  interval=interval,
704
705
  cron=cron,
@@ -1147,6 +1148,15 @@ class Flow(Generic[P, R]):
1147
1148
  ) -> T:
1148
1149
  ...
1149
1150
 
1151
+ @overload
1152
+ def __call__(
1153
+ self: "Flow[P, Coroutine[Any, Any, T]]",
1154
+ *args: P.args,
1155
+ return_state: Literal[True],
1156
+ **kwargs: P.kwargs,
1157
+ ) -> Awaitable[State[T]]:
1158
+ ...
1159
+
1150
1160
  @overload
1151
1161
  def __call__(
1152
1162
  self: "Flow[P, T]",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: prefect-client
3
- Version: 2.20.7
3
+ Version: 2.20.9
4
4
  Summary: Workflow orchestration and management.
5
5
  Home-page: https://www.prefect.io
6
6
  Author: Prefect Technologies, Inc.
@@ -21,46 +21,8 @@ Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Topic :: Software Development :: Libraries
22
22
  Requires-Python: >=3.8
23
23
  Description-Content-Type: text/markdown
24
- License-File: LICENSE
25
- Requires-Dist: anyio<5.0.0,>=4.4.0
26
- Requires-Dist: asgi-lifespan<3.0,>=1.0
27
- Requires-Dist: cachetools<6.0,>=5.3
28
- Requires-Dist: cloudpickle<4.0,>=2.0
29
- Requires-Dist: coolname<3.0.0,>=1.0.4
30
- Requires-Dist: croniter<3.0.0,>=1.0.12
31
- Requires-Dist: fsspec>=2022.5.0
32
- Requires-Dist: exceptiongroup>=1.2.1
33
- Requires-Dist: graphviz>=0.20.1
34
- Requires-Dist: griffe<2.0.0,>=0.49.0
35
- Requires-Dist: httpcore<2.0.0,>=1.0.5
36
- Requires-Dist: httpx[http2]!=0.23.2,>=0.23
37
- Requires-Dist: importlib_metadata>=4.4; python_version < "3.10"
38
- Requires-Dist: importlib-resources<6.5.0,>=6.1.3
39
- Requires-Dist: jsonpatch<2.0,>=1.32
40
- Requires-Dist: jsonschema<5.0.0,>=4.0.0
41
- Requires-Dist: orjson<4.0,>=3.7
42
- Requires-Dist: packaging<24.3,>=21.3
43
- Requires-Dist: pathspec>=0.8.0
44
- Requires-Dist: pendulum<3.0; python_version < "3.12"
45
- Requires-Dist: pendulum<4,>=3.0.0; python_version >= "3.12"
46
- Requires-Dist: pydantic[email]!=2.0.0,!=2.0.1,!=2.1.0,<2.9.0,>=1.10.0
47
- Requires-Dist: pydantic_core<3.0.0,>=2.12.0
48
- Requires-Dist: python_dateutil<3.0.0,>=2.8.2
49
- Requires-Dist: python-slugify<9.0,>=5.0
50
- Requires-Dist: pyyaml<7.0.0,>=5.4.1
51
- Requires-Dist: rfc3339-validator<0.2.0,>=0.1.4
52
- Requires-Dist: rich<14.0,>=11.0
53
- Requires-Dist: ruamel.yaml>=0.17.0
54
- Requires-Dist: sniffio<2.0.0,>=1.3.0
55
- Requires-Dist: toml>=0.10.0
56
- Requires-Dist: typing_extensions<5.0.0,>=4.5.0
57
- Requires-Dist: ujson<6.0.0,>=5.8.0
58
- Requires-Dist: uvicorn!=0.29.0,>=0.14.0
59
- Requires-Dist: websockets<14.0,>=10.4
60
- Requires-Dist: itsdangerous
61
- Requires-Dist: python-multipart>=0.0.7
62
24
  Provides-Extra: notifications
63
- Requires-Dist: apprise<2.0.0,>=1.1.0; extra == "notifications"
25
+ License-File: LICENSE
64
26
 
65
27
  <p align="center"><img src="https://github.com/PrefectHQ/prefect/assets/3407835/c654cbc6-63e8-4ada-a92a-efd2f8f24b85" width=1000></p>
66
28
 
@@ -95,7 +95,6 @@ src/prefect/_vendor/fastapi/exceptions.py
95
95
  src/prefect/_vendor/fastapi/logger.py
96
96
  src/prefect/_vendor/fastapi/param_functions.py
97
97
  src/prefect/_vendor/fastapi/params.py
98
- src/prefect/_vendor/fastapi/py.typed
99
98
  src/prefect/_vendor/fastapi/requests.py
100
99
  src/prefect/_vendor/fastapi/responses.py
101
100
  src/prefect/_vendor/fastapi/routing.py
@@ -141,7 +140,6 @@ src/prefect/_vendor/starlette/datastructures.py
141
140
  src/prefect/_vendor/starlette/endpoints.py
142
141
  src/prefect/_vendor/starlette/exceptions.py
143
142
  src/prefect/_vendor/starlette/formparsers.py
144
- src/prefect/_vendor/starlette/py.typed
145
143
  src/prefect/_vendor/starlette/requests.py
146
144
  src/prefect/_vendor/starlette/responses.py
147
145
  src/prefect/_vendor/starlette/routing.py
@@ -301,30 +299,4 @@ src/prefect_client.egg-info/PKG-INFO
301
299
  src/prefect_client.egg-info/SOURCES.txt
302
300
  src/prefect_client.egg-info/dependency_links.txt
303
301
  src/prefect_client.egg-info/requires.txt
304
- src/prefect_client.egg-info/top_level.txt
305
- tests/test_artifacts.py
306
- tests/test_automations.py
307
- tests/test_background_tasks.py
308
- tests/test_context.py
309
- tests/test_deployments.py
310
- tests/test_engine.py
311
- tests/test_exceptions.py
312
- tests/test_filesystems.py
313
- tests/test_flow_runs.py
314
- tests/test_flows.py
315
- tests/test_flows_compat.py
316
- tests/test_futures.py
317
- tests/test_highlighters.py
318
- tests/test_import_interceptor.py
319
- tests/test_log_prints.py
320
- tests/test_logging.py
321
- tests/test_new_flow_engine.py
322
- tests/test_new_task_engine.py
323
- tests/test_plugins.py
324
- tests/test_serializers.py
325
- tests/test_settings.py
326
- tests/test_states.py
327
- tests/test_task_runners.py
328
- tests/test_task_server.py
329
- tests/test_tasks.py
330
- tests/test_variables.py
302
+ src/prefect_client.egg-info/top_level.txt
File without changes