diff --git a/src/integrations/prefect-azure/pyproject.toml b/src/integrations/prefect-azure/pyproject.toml index 60bb213454e3..84d0cb3deb87 100644 --- a/src/integrations/prefect-azure/pyproject.toml +++ b/src/integrations/prefect-azure/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "azure_identity>=1.10", "azure_mgmt_containerinstance>=10.0", "azure-mgmt-resource>=21.2", - "prefect>=3.0.0", + "prefect>=3.1.1", "setuptools", #required in 3.12 to get pkg_resources (used by azureml.core) ] dynamic = ["version"] diff --git a/src/integrations/prefect-docker/pyproject.toml b/src/integrations/prefect-docker/pyproject.toml index e947a46f52f9..3afb5cb89440 100644 --- a/src/integrations/prefect-docker/pyproject.toml +++ b/src/integrations/prefect-docker/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Libraries", ] -dependencies = ["prefect>=3.0.0", "docker>=6.1.1", "exceptiongroup"] +dependencies = ["prefect>=3.1.1", "docker>=6.1.1", "exceptiongroup"] dynamic = ["version"] [project.optional-dependencies] diff --git a/src/integrations/prefect-gcp/pyproject.toml b/src/integrations/prefect-gcp/pyproject.toml index 21c9e5b1e855..2e8fdbb79b08 100644 --- a/src/integrations/prefect-gcp/pyproject.toml +++ b/src/integrations/prefect-gcp/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Topic :: Software Development :: Libraries", ] dependencies = [ - "prefect>=3.0.0", + "prefect>=3.1.1", "google-api-python-client>=2.20.0", "google-cloud-storage>=2.0.0", "tenacity>=8.0.0", diff --git a/src/integrations/prefect-kubernetes/pyproject.toml b/src/integrations/prefect-kubernetes/pyproject.toml index 427f4c839aea..e6ac3b037af4 100644 --- a/src/integrations/prefect-kubernetes/pyproject.toml +++ b/src/integrations/prefect-kubernetes/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] dependencies = [ - "prefect>=3.1.0", + "prefect>=3.1.1", "kubernetes-asyncio>=29.0.0", "tenacity>=8.2.3", "exceptiongroup",