From 3109fc84e1b2c0572bed0eab53f2063c194e13d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 06:42:21 +0000 Subject: [PATCH] Update perspective-python requirement from <3.5,>=3.4 to >=3.4,<4.6 Updates the requirements on [perspective-python](https://github.com/perspective-dev/perspective) to permit the latest version. - [Release notes](https://github.com/perspective-dev/perspective/releases) - [Changelog](https://github.com/perspective-dev/perspective/blob/master/CHANGELOG.md) - [Commits](https://github.com/perspective-dev/perspective/compare/v3.4.0...v4.5.1) --- updated-dependencies: - dependency-name: perspective-python dependency-version: 4.5.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 61f0e4e..f1c41d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "fastapi", "jinja2", "packaging", - "perspective-python>=3.4,<3.5", + "perspective-python>=3.4,<4.6", "polars", "pyarrow", "pydantic",