Skip to content

Commit

Permalink
Update dbt-metricflow to 0.4.0
Browse files Browse the repository at this point in the history
This includes updates to package dependencies:

dbt-core and all dbt-adapters to ~=1.7.0
metricflow to ~=0.203.0
  • Loading branch information
tlento committed Nov 14, 2023
1 parent 08ae532 commit 7ba9d75
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dbt-metricflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "dbt-metricflow"
version = "0.3.0"
version = "0.4.0"
description = "Execute commands against the MetricFlow semantic layer with dbt."
readme = "README.md"
requires-python = ">=3.8,<3.12"
Expand All @@ -24,31 +24,31 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"dbt-core~=1.6.0",
"metricflow~=0.202.0"
"dbt-core~=1.7.0",
"metricflow~=0.203.0"
]

[project.urls]
"Source Code" = "https://github.com/dbt-labs/metricflow/tree/main/dbt-metricflow"

[project.optional-dependencies]
bigquery = [
"dbt-bigquery~=1.6.0"
"dbt-bigquery~=1.7.0"
]
databricks = [
"dbt-databricks~=1.6.0"
"dbt-databricks~=1.7.0"
]
duckdb = [
"dbt-duckdb~=1.6.0"
"dbt-duckdb~=1.7.0"
]
postgres = [
"dbt-postgres~=1.6.0"
"dbt-postgres~=1.7.0"
]
redshift = [
"dbt-redshift~=1.6.0"
"dbt-redshift~=1.7.0"
]
snowflake = [
"dbt-snowflake~=1.6.0"
"dbt-snowflake~=1.7.0"
]

[tool.hatch.build.targets.sdist]
Expand Down

0 comments on commit 7ba9d75

Please sign in to comment.