From a8ec1676a99fc1374d8f959f4bc24c72e7ea5d96 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Wed, 13 Nov 2024 10:02:07 -0500 Subject: [PATCH] update numpy lower bounds for python 3.12+ --- libs/community/poetry.lock | 4 ++-- libs/community/pyproject.toml | 2 +- libs/langchain/poetry.lock | 2 +- libs/langchain/pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/community/poetry.lock b/libs/community/poetry.lock index 6b0288ab3c..b120d5ca49 100644 --- a/libs/community/poetry.lock +++ b/libs/community/poetry.lock @@ -1848,7 +1848,7 @@ langchain-text-splitters = "^0.3.0" langsmith = "^0.1.17" numpy = [ {version = ">=1.22.4,<2", markers = "python_version < \"3.12\""}, - {version = ">=1.26.0,<2.0.0", markers = "python_version >= \"3.12\""}, + {version = ">=1.26.2,<2", markers = "python_version >= \"3.12\""}, ] pydantic = "^2.7.4" PyYAML = ">=5.3" @@ -4545,4 +4545,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "4f01fe0ca797127270239093b77c5c077810a953eb1c1a46645af7ae014a62e5" +content-hash = "19d0e7026b0f8b3f829ac928a80325ee1b07cd8788707f1df8ab9496712814a1" diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index 7811bb5efb..2297f90f36 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -46,7 +46,7 @@ version = ">=1.22.4,<2" python = "<3.12" [[tool.poetry.dependencies.numpy]] -version = "^1.26.0" +version = ">=1.26.2,<2" python = ">=3.12" [tool.ruff.lint] diff --git a/libs/langchain/poetry.lock b/libs/langchain/poetry.lock index bc46505685..152beaae0e 100644 --- a/libs/langchain/poetry.lock +++ b/libs/langchain/poetry.lock @@ -4889,4 +4889,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "947e440bcb74b6de96a2321a2648860d0caa9a37ec6189d5c70dd26e93662b72" +content-hash = "ddb83a185d3085f621e322466f84f4ec1f819db04978c843b083f46b008b53d7" diff --git a/libs/langchain/pyproject.toml b/libs/langchain/pyproject.toml index 2d31a96c2b..7a08779eb7 100644 --- a/libs/langchain/pyproject.toml +++ b/libs/langchain/pyproject.toml @@ -47,7 +47,7 @@ version = ">=1.22.4,<2" python = "<3.12" [[tool.poetry.dependencies.numpy]] -version = "^1.26.0" +version = ">=1.26.2,<2" python = ">=3.12" [tool.ruff.lint]