diff --git a/pyproject.toml b/pyproject.toml index 3e427bc..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>=1.24.4, <2.0.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" ] 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