From d8f3b9b6551fad196e3c377075c87cd7c9518ff4 Mon Sep 17 00:00:00 2001 From: Nicholas Larus-Stone <7347808+nlarusstone@users.noreply.github.com> Date: Sat, 28 Oct 2023 18:14:05 -0700 Subject: [PATCH] Update langchain version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6444f9e..040347c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "platechain" -version = "0.0.2" +version = "0.0.3" description = "A library of universal parsers for microplate data" authors = ["Nicholas Larus-Stone "] readme = "README.md" [tool.poetry.dependencies] python = "^3.8" -langchain = "^0.0.279" +langchain = ">=0.0.313,<0.1" pandas = "^2.1.0" python-dotenv = "^1.0.0" openai = "^0.28.0"