chore: upgrade pyproject versions (#11249)

Upgrade pyproject versions

Upgrades to v1.8.0 main, v0.8.0 base, v0.3.0 lfx
This commit is contained in:
Jordan Frazier
2026-01-08 14:04:00 -05:00
committed by GitHub
parent 19b7bb015e
commit a4f4ec1cd7
6 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "langflow"
version = "1.7.2"
version = "1.8.0"
description = "A Python package with a built-in web application"
requires-python = ">=3.10,<3.14"
license = "MIT"
@ -17,7 +17,7 @@ maintainers = [
]
# Define your main dependencies here
dependencies = [
"langflow-base~=0.7.2",
"langflow-base~=0.8.0",
"beautifulsoup4==4.12.3",
"google-search-results>=2.4.1,<3.0.0",
"google-api-python-client==2.154.0",

View File

@ -1,6 +1,6 @@
[project]
name = "langflow-base"
version = "0.7.2"
version = "0.8.0"
description = "A Python package with a built-in web application"
requires-python = ">=3.10,<3.14"
license = "MIT"
@ -17,7 +17,7 @@ maintainers = [
]
dependencies = [
"lfx~=0.2.1",
"lfx~=0.3.0",
"fastapi>=0.115.2,<1.0.0",
"httpx[http2]>=0.27,<1.0.0",
"aiofile>=3.9.0,<4.0.0",

View File

@ -1,12 +1,12 @@
{
"name": "langflow",
"version": "1.7.2",
"version": "1.8.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "langflow",
"version": "1.7.2",
"version": "1.8.0",
"dependencies": {
"@chakra-ui/number-input": "^2.1.2",
"@chakra-ui/system": "^2.6.2",

View File

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

View File

@ -1,6 +1,6 @@
[project]
name = "lfx"
version = "0.2.1"
version = "0.3.0"
description = "Langflow Executor - A lightweight CLI tool for executing and serving Langflow AI flows"
readme = "README.md"
authors = [

8
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'",
@ -5530,7 +5530,7 @@ wheels = [
[[package]]
name = "langflow"
version = "1.7.2"
version = "1.8.0"
source = { editable = "." }
dependencies = [
{ name = "agent-lifecycle-toolkit" },
@ -5935,7 +5935,7 @@ dev = [
[[package]]
name = "langflow-base"
version = "0.7.2"
version = "0.8.0"
source = { editable = "src/backend/base" }
dependencies = [
{ name = "aiofile" },
@ -6394,7 +6394,7 @@ wheels = [
[[package]]
name = "lfx"
version = "0.2.1"
version = "0.3.0"
source = { editable = "src/lfx" }
dependencies = [
{ name = "aiofile" },