chore: Update package versions to latest in pyproject.toml files

This commit is contained in:
ogabrielluiz 2024-06-15 11:09:16 -03:00
commit 40cebd1bcf
4 changed files with 4 additions and 3 deletions

View file

@ -13,6 +13,7 @@ env:
jobs:
lint:
name: Ruff Style Check
runs-on: ubuntu-latest
strategy:
matrix:

2
poetry.lock generated
View file

@ -4381,7 +4381,7 @@ six = "*"
[[package]]
name = "langflow-base"
version = "0.0.69"
version = "0.0.70"
description = "A Python package with a built-in web application"
optional = false
python-versions = ">=3.10,<3.13"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "langflow"
version = "1.0.0a58"
version = "1.0.0a59"
description = "A Python package with a built-in web application"
authors = ["Langflow <contact@langflow.org>"]
maintainers = [

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "langflow-base"
version = "0.0.69"
version = "0.0.70"
description = "A Python package with a built-in web application"
authors = ["Langflow <contact@langflow.org>"]
maintainers = [