Skip to content

Commit

Permalink
chore: Bump package versions for langflow and langflow-base (#4816)
Browse files Browse the repository at this point in the history
fix: bump package versions to 1.1.1 and 0.1.1 for langflow and langflow-base
  • Loading branch information
ogabrielluiz authored Nov 25, 2024
1 parent aa73e6f commit 0919440
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = ["src/backend/langflow"]

[project]
name = "langflow"
version = "1.1.0"
version = "1.1.1"
description = "A Python package with a built-in web application"
requires-python = ">=3.10,<3.13"
license = "MIT"
Expand Down Expand Up @@ -79,7 +79,7 @@ dependencies = [
"langchain-google-calendar-tools>=0.0.1,<1.0.0",
"langchain-milvus>=0.1.1,<1.0.0",
"langwatch==0.1.16",
"langsmith~=0.1.136",
"langsmith~=0.1.137",
"yfinance>=0.2.40,<1.0.0",
"wolframalpha>=5.1.3,<6.0.0",
"astra-assistants[tools]~=2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion src/backend/base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ build-backend = "hatchling.build"

[project]
name = "langflow-base"
version = "0.1.0"
version = "0.1.1"
description = "A Python package with a built-in web application"
requires-python = ">=3.10,<3.13"
license = "MIT"
Expand Down
16 changes: 8 additions & 8 deletions uv.lock

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

0 comments on commit 0919440

Please sign in to comment.