From 6ac4a5da573bb7608b77fc699b7d7248cee444bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 04:08:32 +0000 Subject: [PATCH] Update numpy requirement from <2 to <3 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v0.2.0...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 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 b5f862f6..269cbfa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -212,7 +212,7 @@ optional-dependencies.mongodb = [ ] optional-dependencies.pymongo = [ "jessiql==1.0.0rc1", - "numpy<2", + "numpy<3", "pandas<2.2", "pymongo<4.9", "sqlalchemy<2",