chore: Update lfx package version to 0.1.13 (#10309)

This commit is contained in:
Gabriel Luiz Freitas Almeida
2025-10-16 21:06:26 -03:00
committed by GitHub
parent 4f31e58f00
commit 5ce2801e6c
2 changed files with 3 additions and 3 deletions

View File

@ -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
View File

@ -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" },