Skip to content

Commit

Permalink
bump required minor versions of core (#16192)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Dec 4, 2024
1 parent 5746a98 commit a6e76f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/integrations/prefect-azure/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-docker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-gcp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-kubernetes/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a6e76f9

Please sign in to comment.