🔖 chore(pyproject.toml): update package version to 0.5.0a7 for langflow
🔖 chore(pyproject.toml): update langchain dependency to version 0.0.306 for compatibility improvements
This commit is contained in:
parent
f25e390e8c
commit
ef83859d71
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "langflow"
|
||||
version = "0.5.0a6"
|
||||
version = "0.5.0a7"
|
||||
description = "A Python package with a built-in web application"
|
||||
authors = ["Logspace <contact@logspace.ai>"]
|
||||
maintainers = [
|
||||
|
|
@ -33,7 +33,7 @@ google-search-results = "^2.4.1"
|
|||
google-api-python-client = "^2.79.0"
|
||||
typer = "^0.9.0"
|
||||
gunicorn = "^21.2.0"
|
||||
langchain = "^0.0.303"
|
||||
langchain = "^0.0.306"
|
||||
openai = "^0.27.8"
|
||||
pandas = "2.0.3"
|
||||
chromadb = "^0.3.21"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue