From e5bdcee18507318670894c2b169aff188b02809c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 03:42:45 +0000 Subject: [PATCH] Update perspective-python requirement from <3.5,>=3.4 to >=3.4,<5.1 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...v5.0.0) --- updated-dependencies: - dependency-name: perspective-python dependency-version: 5.0.0 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 d562542..d1dad8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "fastapi<0.139.2", "jinja2", "packaging", - "perspective-python>=3.4,<3.5", + "perspective-python>=3.4,<5.1", "polars", "pyarrow", "pydantic",