chore: Bump version to 1.5.0 and update dependencies

- Updated langflow version to 1.5.0 in pyproject.toml, package.json, and package-lock.json.
- Updated langflow-base dependency to version 0.5.0.
- Added platform markers for several dependencies in uv.lock to improve compatibility across different systems.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2025-06-24 18:37:13 -03:00
commit 69ceaea739
5 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "langflow-base"
version = "0.4.3"
version = "0.5.0"
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.4.3",
"version": "1.5.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "langflow",
"version": "1.4.3",
"version": "1.5.0",
"dependencies": {
"@chakra-ui/number-input": "^2.1.2",
"@headlessui/react": "^2.0.4",

View file

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