From 26f9df6ab1a08bb1999d57f27b9d82fc52a84151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:18:55 +0000 Subject: [PATCH] chore(deps): Update modal requirement from >=1.3.2 to >=1.4.1 Updates the requirements on [modal](https://github.com/modal-labs/modal-client) to permit the latest version. - [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG_GO_JS.md) - [Commits](https://github.com/modal-labs/modal-client/compare/py/v1.3.5...py/v1.4.1) --- updated-dependencies: - dependency-name: modal dependency-version: 1.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 844e22a..e51b9e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "boto3>=1.35", # Config "pydantic-settings>=2.0", - "modal>=1.3.2", + "modal>=1.4.1", # Observability "prometheus-fastapi-instrumentator>=7.0", "sentry-sdk[fastapi,sqlalchemy]>=2.0",