🔖 chore(pyproject.toml): update langchain version to 0.0.176

🔖 chore(pyproject.toml): bump up package version to 0.0.75
The langchain package version has been updated to 0.0.176 to include the latest changes and improvements. The package version has also been bumped up to 0.0.75 to reflect the changes made to the dependencies.
This commit is contained in:
Gabriel Almeida 2023-05-22 08:24:13 -03:00
commit 6dcd267bfa
2 changed files with 178 additions and 159 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "langflow"
version = "0.0.74"
version = "0.0.75"
description = "A Python package with a built-in web application"
authors = ["Logspace <contact@logspace.ai>"]
maintainers = [
@ -29,7 +29,7 @@ google-search-results = "^2.4.1"
google-api-python-client = "^2.79.0"
typer = "^0.7.0"
gunicorn = "^20.1.0"
langchain = "^0.0.170"
langchain = "^0.0.176"
openai = "^0.27.2"
types-pyyaml = "^6.0.12.8"
dill = "^0.3.6"