From ec65ca00c105e39faa2d7b0272203a83aeb4e6de Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 4 Dec 2022 20:34:53 -0800 Subject: [PATCH] cr --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c690a808..5083153d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.28" +version = "0.0.29" description = "Building applications with LLMs through composability" authors = [] license = "MIT" @@ -21,7 +21,6 @@ manifest-ml = {version = "^0.0.1", optional = true} spacy = {version = "^3", optional = true} nltk = {version = "^3", optional = true} transformers = {version = "^4", optional = true} -types-toml = "^0.10.8.1" [tool.poetry.group.test.dependencies] pytest = "^7.2.0" @@ -37,6 +36,7 @@ flake8 = "^6.0.0" mypy = "^0.991" types-pyyaml = "^6.0.12.2" types-requests = "^2.28.11.5" +types-toml = "^0.10.8.1" [tool.poetry.group.dev] optional = true