mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-23 21:21:20 +08:00
chore: bump toml and package.json versions
bump toml and package.json versions
This commit is contained in:
@ -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",
|
||||
]
|
||||
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "langflow",
|
||||
"version": "1.9.5",
|
||||
"version": "1.9.6",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": ">=20.19.0"
|
||||
|
||||
@ -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 = [
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user