diff --git a/data_diff/version.py b/data_diff/version.py index ab55bb1a..aed57348 100644 --- a/data_diff/version.py +++ b/data_diff/version.py @@ -1 +1 @@ -__version__ = "0.7.5" +__version__ = "0.7.6" diff --git a/poetry.lock b/poetry.lock index 2dc50831..f491b2a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2496,4 +2496,4 @@ vertica = ["vertica-python"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "96bcb369e66de27b5ad8e86337bcf7af471c8b2c84b748c3b9ddd4ee8155c001" +content-hash = "4d94e68a30ada53041902f8cf69e54eb081fb909e8032132567874b28a86e759" diff --git a/pyproject.toml b/pyproject.toml index 1f305ebb..afd83330 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "data-diff" -version = "0.7.5" +version = "0.7.6" description = "Command-line tool and Python library to efficiently diff rows across two different databases." authors = ["Datafold "] license = "MIT" @@ -47,6 +47,9 @@ tabulate = "^0.9.0" preql = {version="^0.2.19", optional=true} cx_Oracle = {version="*", optional=true} vertica-python = {version="*", optional=true} +pydantic = {version="*"} +requests = {version="*"} +packaging = {version="*"} [tool.poetry.dev-dependencies] parameterized = "*"