Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 74c53ff

Browse files
authored
Merge pull request #685 from datafold/issue_683
bump parser and data-diff versions
2 parents 40e62dc + 1202597 commit 74c53ff

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

data_diff/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.3"
1+
__version__ = "0.8.4"

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "data-diff"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
description = "Command-line tool and Python library to efficiently diff rows across two different databases."
55
authors = ["Datafold <data-diff@datafold.com>"]
66
license = "MIT"
@@ -37,7 +37,7 @@ trino = {version="^0.314.0", optional=true}
3737
presto-python-client = {version="*", optional=true}
3838
clickhouse-driver = {version="*", optional=true}
3939
duckdb = {version="*", optional=true}
40-
dbt-artifacts-parser = {version="^0.4.0"}
40+
dbt-artifacts-parser = {version="^0.4.2"}
4141
dbt-core = {version="^1.0.0"}
4242
keyring = "*"
4343
tabulate = "^0.9.0"
@@ -59,7 +59,7 @@ presto-python-client = "*"
5959
clickhouse-driver = "*"
6060
vertica-python = "*"
6161
duckdb = "^0.7.0"
62-
dbt-artifacts-parser = "^0.4.0"
62+
dbt-artifacts-parser = "^0.4.2"
6363
dbt-core = "^1.0.0"
6464
# google-cloud-bigquery = "*"
6565
# databricks-sql-connector = "*"

0 commit comments

Comments
 (0)