🔖 chore(pyproject.toml): update package version to 0.3.2

🔖 chore(pyproject.toml): update langchain dependency to version 0.0.237
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-20 07:12:57 -03:00
commit 74eece1237
2 changed files with 275 additions and 294 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "langflow"
version = "0.3.1"
version = "0.3.2"
description = "A Python package with a built-in web application"
authors = ["Logspace <contact@logspace.ai>"]
maintainers = [
@ -30,7 +30,7 @@ google-search-results = "^2.4.1"
google-api-python-client = "^2.79.0"
typer = "^0.9.0"
gunicorn = "^20.1.0"
langchain = "^0.0.233"
langchain = "^0.0.237"
openai = "^0.27.8"
pandas = "^2.0.0"
chromadb = "^0.3.21"