mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 07:34:10 +08:00
chore: Update lfx package version to 0.1.13 (#10309)
This commit is contained in:
committed by
GitHub
parent
4f31e58f00
commit
5ce2801e6c
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "lfx"
|
||||
version = "0.1.12"
|
||||
version = "0.1.13"
|
||||
description = "Langflow Executor - A lightweight CLI tool for executing and serving Langflow AI flows"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
|
||||
4
uv.lock
generated
4
uv.lock
generated
@ -1,5 +1,5 @@
|
||||
version = 1
|
||||
revision = 2
|
||||
revision = 3
|
||||
requires-python = ">=3.10, <3.14"
|
||||
resolution-markers = [
|
||||
"python_full_version >= '3.13' and platform_machine == 'arm64' and sys_platform == 'darwin'",
|
||||
@ -6050,7 +6050,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "lfx"
|
||||
version = "0.1.12"
|
||||
version = "0.1.13"
|
||||
source = { editable = "src/lfx" }
|
||||
dependencies = [
|
||||
{ name = "aiofile" },
|
||||
|
||||
Reference in New Issue
Block a user