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

Commit c416abc

Browse files
committed
Merge remote-tracking branch 'origin/master' into feature/pre-commit-automation
2 parents 839e5e6 + c8a598b commit c416abc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.9.11"
1+
__version__ = "0.9.12"

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "data-diff"
3-
version = "0.9.11"
3+
version = "0.9.12"
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"
@@ -45,7 +45,7 @@ oracledb = {version = "*", optional=true}
4545
pyodbc = {version="^4.0.39", optional=true}
4646
typing-extensions = ">=4.0.1"
4747
attrs = "^23.1.0"
48-
mashumaro = {version = ">=3.8.1,<3.11.0", extras = ["msgpack"]}
48+
mashumaro = {version = ">=2.9,<3.11.0", extras = ["msgpack"]}
4949

5050
[tool.poetry.dev-dependencies]
5151
parameterized = "*"

0 commit comments

Comments
 (0)