chore: Update package versions to latest in pyproject.toml files
This commit is contained in:
parent
9bdd353666
commit
40cebd1bcf
4 changed files with 4 additions and 3 deletions
1
.github/workflows/style-check-py.yml
vendored
1
.github/workflows/style-check-py.yml
vendored
|
|
@ -13,6 +13,7 @@ env:
|
|||
|
||||
jobs:
|
||||
lint:
|
||||
name: Ruff Style Check
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
|||
2
poetry.lock
generated
2
poetry.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue