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

Commit 8abcb73

Browse files
Sung Won Chungsungchun12
Sung Won Chung
authored andcommitted
fix version conflict with dbt
1 parent 840ece1 commit 8abcb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.9.0", extras = ["msgpack"]}
48+
mashumaro = {version = ">=3.8.1,<3.11.0", extras = ["msgpack"]}
4949

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

0 commit comments

Comments
 (0)