chore: Update langflow and langflow-base package versions to 1.3.3 and 0.3.3 (#7625)

* chore: update package versions to 1.3.3 and 0.3.3

- Bump langflow version to 1.3.3 in pyproject.toml and uv.lock.
- Update langflow-base version to 0.3.3 in its pyproject.toml and uv.lock.

* chore: bump langflow version to 1.3.3 in package.json and package-lock.json
This commit is contained in:
Gabriel Luiz Freitas Almeida 2025-04-14 19:38:00 -03:00 committed by GitHub
commit ae2ef5d8e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
[project]
name = "langflow"
version = "1.3.2"
version = "1.3.3"
description = "A Python package with a built-in web application"
requires-python = ">=3.10,<3.14"
license = "MIT"
@ -19,7 +19,7 @@ maintainers = [
]
# Define your main dependencies here
dependencies = [
"langflow-base==0.3.2",
"langflow-base==0.3.3",
"beautifulsoup4==4.12.3",
"google-search-results>=2.4.1,<3.0.0",
"google-api-python-client==2.154.0",

View file

@ -1,6 +1,6 @@
[project]
name = "langflow-base"
version = "0.3.2"
version = "0.3.3"
description = "A Python package with a built-in web application"
requires-python = ">=3.10,<3.14"
license = "MIT"

View file

@ -1,12 +1,12 @@
{
"name": "langflow",
"version": "1.3.2",
"version": "1.3.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "langflow",
"version": "1.3.2",
"version": "1.3.3",
"dependencies": {
"@chakra-ui/number-input": "^2.1.2",
"@headlessui/react": "^2.0.4",

View file

@ -1,6 +1,6 @@
{
"name": "langflow",
"version": "1.3.2",
"version": "1.3.3",
"private": true,
"dependencies": {
"@chakra-ui/number-input": "^2.1.2",
@ -149,4 +149,4 @@
"ua-parser-js": "^1.0.38",
"vite": "^5.4.18"
}
}
}

4
uv.lock generated
View file

@ -4518,7 +4518,7 @@ wheels = [
[[package]]
name = "langflow"
version = "1.3.2"
version = "1.3.3"
source = { editable = "." }
dependencies = [
{ name = "ag2" },
@ -4876,7 +4876,7 @@ dev = [
[[package]]
name = "langflow-base"
version = "0.3.2"
version = "0.3.3"
source = { editable = "src/backend/base" }
dependencies = [
{ name = "aiofile" },