diff --git a/poetry.lock b/poetry.lock index a435b8d7..8fa89af1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.0 and should not be changed by hand. [[package]] name = "agate" @@ -2045,4 +2045,4 @@ vertica = ["vertica-python"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "a6374bb2f1b1397e21d87eac32d9c8e63dd852dd28823130038b36984e7e6eef" +content-hash = "925ab3b5dc0ef5a9ddb125e7a3bcf4800bee5d5d3ef67d73a48cfae587fa4505" diff --git a/pyproject.toml b/pyproject.toml index a0d6e538..6da165a0 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ oracledb = {version = "*", optional=true} pyodbc = {version="^4.0.39", optional=true} typing-extensions = ">=4.0.1" attrs = "^23.1.0" -mashumaro = {version = ">=3.8.1,<3.11.0", extras = ["msgpack"]} +mashumaro = {version = ">=2.9,<3.11.0", extras = ["msgpack"]} [tool.poetry.dev-dependencies] parameterized = "*"