chore: bump toml and package.json versions

bump toml and package.json versions
This commit is contained in:
Adam Aghili
2026-05-29 14:40:30 -04:00
parent 3e694305f9
commit d70757976c
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "langflow"
version = "1.9.5"
version = "1.9.6"
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.5",
"langflow-base[complete]>=0.9.6",
]

View File

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

View File

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

View File

@ -1,6 +1,6 @@
[project]
name = "lfx"
version = "0.4.5"
version = "0.4.6"
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.5"
version = "0.1.6"
description = "Python SDK for the Langflow REST API"
readme = "README.md"
requires-python = ">=3.10,<3.15"