Skip to content

Commit

Permalink
missed a few
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Feb 25, 2025
1 parent 9a3ea65 commit ad395f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Changelog = "https://github.com/PrefectHQ/prefect/releases"
Documentation = "https://docs.prefect.io"
Source = "https://github.com/PrefectHQ/prefect"
Tracker = "https://github.com/PrefectHQ/prefect/issues"

[project.optional-dependencies]
otel = [
"opentelemetry-distro>=0.48b0,<1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-azure/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
]
dynamic = ["version"]

[project.optional-dependencies]
[dependency-groups]
blob_storage = ["azure-storage-blob"]
cosmos_db = ["azure-cosmos"]
ml_datastore = ["azureml-core"]
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/prefect-dbt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
]
dynamic = ["version"]

[project.optional-dependencies]
[dependency-groups]
snowflake = ["prefect-snowflake>=0.28.0", "dbt-snowflake"]
bigquery = ["prefect-gcp[bigquery]>=0.6.0", "dbt-bigquery"]
postgres = ["prefect-sqlalchemy>=0.5.1", "dbt-postgres"]
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 @@ -32,7 +32,7 @@ dependencies = [
]
dynamic = ["version"]

[project.optional-dependencies]
[dependency-groups]
cloud_storage = ["google-cloud-storage"]
bigquery = ["google-cloud-bigquery", "google-cloud-bigquery-storage"]
secret_manager = ["google-cloud-secret-manager"]
Expand Down

0 comments on commit ad395f7

Please sign in to comment.