Skip to content

Commit e14ae00

Browse files
committed
chore: update version to 1.4.3 for langflow and langflow-base
* Bump version in pyproject.toml and package.json to 1.4.3 * Update langflow-base dependency version to 0.4.3 * Adjust package-lock.json to reflect new versioning and dependency updates
1 parent e6c09f8 commit e14ae00

File tree

5 files changed

+96
-90
lines changed

5 files changed

+96
-90
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.4.2"
3+
version = "1.4.3"
44
description = "A Python package with a built-in web application"
55
requires-python = ">=3.10,<3.14"
66
license = "MIT"
@@ -18,7 +18,7 @@ maintainers = [
1818
]
1919
# Define your main dependencies here
2020
dependencies = [
21-
"langflow-base==0.4.2",
21+
"langflow-base==0.4.3",
2222
"beautifulsoup4==4.12.3",
2323
"google-search-results>=2.4.1,<3.0.0",
2424
"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.4.2"
3+
version = "0.4.3"
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: 26 additions & 20 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.4.2",
3+
"version": "1.4.3",
44
"private": true,
55
"dependencies": {
66
"@chakra-ui/number-input": "^2.1.2",

0 commit comments

Comments
 (0)