Skip to content

Commit

Permalink
chore: bump langflow and langflow-base to 1.0.12 and 0.88 (langflow-a…
Browse files Browse the repository at this point in the history
…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
ogabrielluiz authored and nicoloboschi committed Jul 30, 2024
1 parent 61d9885 commit 0aa45be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
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 = [
Expand Down
2 changes: 1 addition & 1 deletion src/backend/base/pyproject.toml
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 = [
Expand Down

0 comments on commit 0aa45be

Please sign in to comment.