-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update langflow-base dependency version (#1601)
* Update version in pyproject.toml and fix dependency update script * Update langflow-base dependency version
- Loading branch information
1 parent
7045346
commit 2f4fcc9
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "langflow" | ||
version = "1.0.0a5" | ||
version = "1.0.0a6" | ||
description = "A Python package with a built-in web application" | ||
authors = ["Logspace <[email protected]>"] | ||
maintainers = [ | ||
|
@@ -26,7 +26,7 @@ langflow = "langflow.__main__:main" | |
|
||
[tool.poetry.dependencies] | ||
python = ">=3.10,<3.12" | ||
langflow-base = { path = "./src/backend/base", develop = true } | ||
langflow-base = "^0.0.19" | ||
beautifulsoup4 = "^4.12.2" | ||
google-search-results = "^2.4.1" | ||
google-api-python-client = "^2.118.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters