diff --git a/poetry.lock b/poetry.lock index bf4292d309e..e9380de5f3c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -405,7 +405,7 @@ lxml = ["lxml"] name = "black" version = "23.1.0" description = "The uncompromising code formatter." -category = "main" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -3578,7 +3578,7 @@ testing = ["docopt", "pytest (<6.0.0)"] name = "pathspec" version = "0.11.0" description = "Utility library for gitignore style pattern matching of file paths." -category = "main" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -3768,7 +3768,7 @@ files = [ name = "platformdirs" version = "3.0.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." -category = "main" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -6183,7 +6183,7 @@ files = [ name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -7008,4 +7008,4 @@ llms = ["cohere", "openai", "nlpcloud", "huggingface_hub", "manifest-ml", "torch [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0" -content-hash = "55ff8e2f70840a299ca72a27468cf18ec732514bdc2aa2ed9e8faf9bc5caa71f" +content-hash = "0e648dc58a87d0c37440cb193b79ddf99adc12f8c6d38be1cf7726210d7b33a1" diff --git a/pyproject.toml b/pyproject.toml index a42b37d331a..f6f24b02f28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain" -version = "0.0.81" +version = "0.0.82" description = "Building applications with LLMs through composability" authors = [] license = "MIT" @@ -45,7 +45,6 @@ google-search-results = {version = "^2", optional = true} sentence-transformers = {version = "^2", optional = true} aiohttp = "^3.8.3" pypdf = {version = "^3.4.0", optional = true} -black = "^23.1.0" [tool.poetry.group.docs.dependencies] @@ -78,6 +77,7 @@ isort = "^5.10.1" flake8 = "^6.0.0" types-toml = "^0.10.8.1" types-redis = "^4.3.21.6" +black = "^23.1.0" [tool.poetry.group.typing.dependencies] mypy = "^0.991"