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

Commit 9d86bea

Browse files
committed
Bump Sqeleton version to 0.0.5
1 parent 3230e5d commit 9d86bea

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

data_diff/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
set_entrypoint_name("CLI")
3737

38+
3839
def _remove_passwords_in_dict(d: dict):
3940
for k, v in d.items():
4041
if k == "password":

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dsnparse = "*"
2929
click = "^8.1"
3030
rich = "*"
3131
toml = "^0.10.2"
32-
sqeleton = "*"
32+
sqeleton = "^0.0.5"
3333
mysql-connector-python = {version="8.0.29", optional=true}
3434
psycopg2 = {version="*", optional=true}
3535
snowflake-connector-python = {version="^2.7.2", optional=true}

0 commit comments

Comments
 (0)