Skip to content

Commit bdbeac9

Browse files
Update versions to 1.6.2, 0.6.2
1 parent 2f3601c commit bdbeac9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "langflow"
3-
version = "1.6.1"
3+
version = "1.6.2"
44
description = "A Python package with a built-in web application"
55
requires-python = ">=3.10,<3.14"
66
license = "MIT"
@@ -17,7 +17,7 @@ maintainers = [
1717
]
1818
# Define your main dependencies here
1919
dependencies = [
20-
"langflow-base~=0.6.1",
20+
"langflow-base~=0.6.2",
2121
"beautifulsoup4==4.12.3",
2222
"google-search-results>=2.4.1,<3.0.0",
2323
"google-api-python-client==2.154.0",

src/backend/base/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "langflow-base"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
description = "A Python package with a built-in web application"
55
requires-python = ">=3.10,<3.14"
66
license = "MIT"

src/frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "langflow",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"private": true,
55
"dependencies": {
66
"@chakra-ui/number-input": "^2.1.2",

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)