chore: bump versions to 1.6.4 (#10129)

* Bump versions to latest patch 1.6.3

* Up to 1.6.4
This commit is contained in:
Jordan Frazier
2025-10-08 10:01:22 -04:00
committed by GitHub
parent 99fc2cf068
commit 1015e3817a
6 changed files with 354 additions and 401 deletions

View File

@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "Langflow",
"version": "1.6.3"
"version": "1.6.4"
},
"paths": {
"/api/v1/build/{flow_id}/vertices": {

View File

@ -1,6 +1,6 @@
[project]
name = "langflow"
version = "1.6.0"
version = "1.6.4"
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.6.0",
"langflow-base~=0.6.4",
"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.6.0"
version = "0.6.4"
description = "A Python package with a built-in web application"
requires-python = ">=3.10,<3.14"
license = "MIT"

View File

@ -1,12 +1,12 @@
{
"name": "langflow",
"version": "1.6.0",
"version": "1.6.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "langflow",
"version": "1.6.0",
"version": "1.6.4",
"dependencies": {
"@chakra-ui/number-input": "^2.1.2",
"@headlessui/react": "^2.0.4",

View File

@ -1,6 +1,6 @@
{
"name": "langflow",
"version": "1.6.0",
"version": "1.6.4",
"private": true,
"dependencies": {
"@chakra-ui/number-input": "^2.1.2",

741
uv.lock generated

File diff suppressed because it is too large Load Diff