Skip to content

Commit

Permalink
chore: Bump version to 1.1.5 for langflow and 0.1.5 for langflow-base (
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz authored Feb 10, 2025
1 parent f9b2ce1 commit b73b3a0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[project]
name = "langflow"
version = "1.1.4.post1"
version = "1.1.5"
description = "A Python package with a built-in web application"
requires-python = ">=3.10,<3.13"
license = "MIT"
Expand All @@ -19,7 +19,7 @@ maintainers = [
]
# Define your main dependencies here
dependencies = [
"langflow-base==0.1.4.post1",
"langflow-base==0.1.5",
"beautifulsoup4==4.12.3",
"google-search-results>=2.4.1,<3.0.0",
"google-api-python-client==2.154.0",
Expand Down Expand Up @@ -95,7 +95,7 @@ dependencies = [
"langchain-google-community==2.0.3",
"langchain-elasticsearch==0.3.0",
"langchain-ollama==0.2.1",
"langchain-sambanova==0.1.0",
"langchain-sambanova==0.1.0",
"langchain-community~=0.3.10",
"sqlalchemy[aiosqlite,postgresql_psycopg2binary,postgresql_psycopgbinary]>=2.0.36,<3.0.0",
"atlassian-python-api==3.41.16",
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 @@
[project]
name = "langflow-base"
version = "0.1.4.post1"
version = "0.1.5"
description = "A Python package with a built-in web application"
requires-python = ">=3.10,<3.13"
license = "MIT"
Expand Down
12 changes: 6 additions & 6 deletions uv.lock

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

0 comments on commit b73b3a0

Please sign in to comment.