bump version to 0082 (#980)

Co-authored-by: Harrison Chase <harrisonchase@Harrisons-MacBook-Pro.local>
This commit is contained in:
Harrison Chase 2023-02-10 11:38:24 -08:00 committed by GitHub
parent 6ab432d62e
commit 231da14771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

10
poetry.lock generated
View File

@ -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"

View File

@ -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"