chore: bump versions

bump versions
This commit is contained in:
Adam Aghili
2026-06-16 15:37:44 -04:00
parent e15e26d1a4
commit f4d2c371b5
7 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "langflow"
version = "1.9.6"
version = "1.9.7"
description = "A Python package with a built-in web application"
requires-python = ">=3.10,<3.15"
license = "MIT"
@ -17,7 +17,7 @@ maintainers = [
]
# Define your main dependencies here
dependencies = [
"langflow-base[complete]>=0.9.6",
"langflow-base[complete]>=0.9.7",
]

View File

@ -1,6 +1,6 @@
[project]
name = "langflow-base"
version = "0.9.6"
version = "0.9.7"
description = "A Python package with a built-in web application"
requires-python = ">=3.10,<3.15"
license = "MIT"
@ -17,7 +17,7 @@ maintainers = [
]
dependencies = [
"lfx~=0.4.6",
"lfx~=0.4.7",
"fastapi>=0.135.0,<1.0.0",
"httpx[http2]>=0.27,<1.0.0",
"aiofile>=3.9.0,<4.0.0",

View File

@ -1,12 +1,12 @@
{
"name": "langflow",
"version": "1.9.6",
"version": "1.9.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "langflow",
"version": "1.9.6",
"version": "1.9.7",
"dependencies": {
"@chakra-ui/number-input": "^2.1.2",
"@chakra-ui/system": "^2.6.2",

View File

@ -1,6 +1,6 @@
{
"name": "langflow",
"version": "1.9.6",
"version": "1.9.7",
"private": true,
"engines": {
"node": ">=20.19.0"

View File

@ -1,6 +1,6 @@
[project]
name = "lfx"
version = "0.4.6"
version = "0.4.7"
description = "Langflow Executor - A lightweight CLI tool for executing and serving Langflow AI flows"
readme = "README.md"
authors = [

View File

@ -1,6 +1,6 @@
[project]
name = "langflow-sdk"
version = "0.1.6"
version = "0.1.7"
description = "Python SDK for the Langflow REST API"
readme = "README.md"
requires-python = ">=3.10,<3.15"

8
uv.lock generated
View File

@ -7343,7 +7343,7 @@ wheels = [
[[package]]
name = "langflow"
version = "1.9.6"
version = "1.9.7"
source = { editable = "." }
dependencies = [
{ name = "langflow-base", extra = ["complete"] },
@ -7501,7 +7501,7 @@ dev = [
[[package]]
name = "langflow-base"
version = "0.9.6"
version = "0.9.7"
source = { editable = "src/backend/base" }
dependencies = [
{ name = "aiofile", version = "3.9.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
@ -8570,7 +8570,7 @@ dev = [
[[package]]
name = "langflow-sdk"
version = "0.1.6"
version = "0.1.7"
source = { editable = "src/sdk" }
dependencies = [
{ name = "httpx", extra = ["http2"] },
@ -8777,7 +8777,7 @@ wheels = [
[[package]]
name = "lfx"
version = "0.4.6"
version = "0.4.7"
source = { editable = "src/lfx" }
dependencies = [
{ name = "ag-ui-protocol" },