forked from langflow-ai/langflow
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump langflow and langflow-base to 1.0.12 and 0.88 (langflow-a…
…i#2874) chore: update dependencies in poetry.lock and pyproject.toml Update the versions of various dependencies in the poetry.lock and pyproject.toml files to their latest versions. This ensures compatibility and incorporates bug fixes and improvements provided by the updated dependencies. (cherry picked from commit a4d6f4f)
- Loading branch information
1 parent
61d9885
commit 0aa45be
Showing
3 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.11" | ||
version = "1.0.12" | ||
description = "A Python package with a built-in web application" | ||
authors = ["Langflow <[email protected]>"] | ||
maintainers = [ | ||
|
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-base" | ||
version = "0.0.87" | ||
version = "0.0.88" | ||
description = "A Python package with a built-in web application" | ||
authors = ["Langflow <[email protected]>"] | ||
maintainers = [ | ||
|