Skip to content

Commit

Permalink
Merge pull request #868 from dbt-labs/dbt-metricflow-0.4.0
Browse files Browse the repository at this point in the history
Update dbt-metricflow to 0.4.0
  • Loading branch information
tlento authored Nov 14, 2023
2 parents 08ae532 + 52b1523 commit 6e1de60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ mf = 'metricflow.cli.main:cli'

[project.optional-dependencies]
dev-packages = [
"mypy~=1.3.0",
"mypy~=1.7.0",
"pre-commit~=3.2.2",
# Bug with mypy: https://github.com/pallets/click/issues/2558#issuecomment-1656546003
"click>=8.1.6",
Expand Down

0 comments on commit 6e1de60

Please sign in to comment.