Skip to content

Commit 7b2d0a4

Browse files
Update mashumaro[msgpack] requirement in /dbt-adapters
Updates the requirements on [mashumaro[msgpack]](https://github.com/Fatal1ty/mashumaro) to permit the latest version. - [Release notes](https://github.com/Fatal1ty/mashumaro/releases) - [Commits](Fatal1ty/mashumaro@v3.9...v3.17) --- updated-dependencies: - dependency-name: mashumaro[msgpack] dependency-version: '3.17' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 092773c commit 7b2d0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt-adapters/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"pytz>=2015.7",
3333
# installed via dbt-common but used directly
3434
"agate>=1.0,<2.0",
35-
"mashumaro[msgpack]>=3.9,<3.15",
35+
"mashumaro[msgpack]>=3.9,<3.18",
3636
"protobuf>=6.0,<7.0",
3737
"typing-extensions>=4.0,<5.0",
3838
]

0 commit comments

Comments
 (0)