fix: correct version numbers for 1.9.3 patch release

- langflow-base: 0.10.0 -> 0.9.3
- lfx: 0.5.0 -> 0.4.3 (and dependency reference)
- sdk: 0.2.0 -> 0.1.3
This commit is contained in:
vijay kumar katuri
2026-05-14 16:56:00 -04:00
parent e16c99d031
commit 22e9003bec
4 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "langflow-base"
version = "0.10.0"
version = "0.9.3"
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.2",
"lfx~=0.4.3",
"fastapi>=0.135.0,<1.0.0",
"httpx[http2]>=0.27,<1.0.0",
"aiofile>=3.9.0,<4.0.0",

View File

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

6
uv.lock generated
View File

@ -6971,7 +6971,7 @@ dev = [
[[package]]
name = "langflow-base"
version = "0.10.0"
version = "0.9.3"
source = { editable = "src/backend/base" }
dependencies = [
{ name = "aiofile" },
@ -8007,7 +8007,7 @@ dev = [
[[package]]
name = "langflow-sdk"
version = "0.2.0"
version = "0.1.3"
source = { editable = "src/sdk" }
dependencies = [
{ name = "httpx", extra = ["http2"] },
@ -8212,7 +8212,7 @@ wheels = [
[[package]]
name = "lfx"
version = "0.5.0"
version = "0.4.3"
source = { editable = "src/lfx" }
dependencies = [
{ name = "ag-ui-protocol" },