harrison/fix_logging_api
Harrison Chase 2 years ago
parent 64ea17bd21
commit ec65ca00c1

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "langchain" name = "langchain"
version = "0.0.28" version = "0.0.29"
description = "Building applications with LLMs through composability" description = "Building applications with LLMs through composability"
authors = [] authors = []
license = "MIT" license = "MIT"
@ -21,7 +21,6 @@ manifest-ml = {version = "^0.0.1", optional = true}
spacy = {version = "^3", optional = true} spacy = {version = "^3", optional = true}
nltk = {version = "^3", optional = true} nltk = {version = "^3", optional = true}
transformers = {version = "^4", optional = true} transformers = {version = "^4", optional = true}
types-toml = "^0.10.8.1"
[tool.poetry.group.test.dependencies] [tool.poetry.group.test.dependencies]
pytest = "^7.2.0" pytest = "^7.2.0"
@ -37,6 +36,7 @@ flake8 = "^6.0.0"
mypy = "^0.991" mypy = "^0.991"
types-pyyaml = "^6.0.12.2" types-pyyaml = "^6.0.12.2"
types-requests = "^2.28.11.5" types-requests = "^2.28.11.5"
types-toml = "^0.10.8.1"
[tool.poetry.group.dev] [tool.poetry.group.dev]
optional = true optional = true

Loading…
Cancel
Save