From 743c23d88d6ce1c8300d5ffd9723390256fe6c87 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 16 Jun 2024 16:36:13 +0000 Subject: [PATCH 1/2] chore(deps): update dependency numpy to v2 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3e427bc..e0bc1a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ dependencies = [ "langchain-core>=0.1.1, <1.0.0", "langchain-community>=0.0.18, <1.0.0", - "numpy>=1.24.4, <2.0.0", + "numpy>=2.0.0, <2.1.0", "SQLAlchemy>=2.0.7, <3.0.0", "cloud-sql-python-connector[pymysql]>=1.7.0, <2.0.0" ] diff --git a/requirements.txt b/requirements.txt index 108f72f..fd031aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ langchain==0.2.0 langchain-community==0.2.0 numpy===1.24.4; python_version <= "3.8" -numpy==1.26.4; python_version > "3.8" +numpy==2.0.0; python_version > "3.8" SQLAlchemy==2.0.30 cloud-sql-python-connector[pymysql]==1.9.2 From 89ed544fc4d34dcbd78e3e0b8ec7ecb62e99104a Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Tue, 9 Jul 2024 10:20:48 -0700 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0bc1a3..8289777 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ dependencies = [ "langchain-core>=0.1.1, <1.0.0", "langchain-community>=0.0.18, <1.0.0", - "numpy>=2.0.0, <2.1.0", + "numpy>=1.24.4, <2.1.0", "SQLAlchemy>=2.0.7, <3.0.0", "cloud-sql-python-connector[pymysql]>=1.7.0, <2.0.0" ]