Skip to content

Commit

Permalink
bump version to 0082 (#980)
Browse files Browse the repository at this point in the history
Co-authored-by: Harrison Chase <[email protected]>
  • Loading branch information
hwchase17 and Harrison Chase authored Feb 10, 2023
1 parent 6ab432d commit 231da14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 231da14

Please sign in to comment.