From 7a5e66237153c42e1a3e383dec5100de8347cc21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 01:14:02 +0000 Subject: [PATCH] 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](https://github.com/Fatal1ty/mashumaro/compare/v3.9...v3.17) --- updated-dependencies: - dependency-name: mashumaro[msgpack] dependency-version: '3.17' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dbt-adapters/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbt-adapters/pyproject.toml b/dbt-adapters/pyproject.toml index afca2e4d1..e762900be 100644 --- a/dbt-adapters/pyproject.toml +++ b/dbt-adapters/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "pytz>=2015.7", # installed via dbt-common but used directly "agate>=1.0,<2.0", - "mashumaro[msgpack]>=3.9,<3.15", + "mashumaro[msgpack]>=3.9,<3.18", "protobuf>=6.0,<7.0", "typing-extensions>=4.0,<5.0", ]