version: upgrade to 1.0.19 and 0.0.97 (#4104)
* upgrade to 1.0.19 and 0.0.97
This commit is contained in:
parent
5540da0c9d
commit
06013ae86a
3 changed files with 636 additions and 504 deletions
|
|
@ -12,7 +12,7 @@ packages = ["src/backend/langflow"]
|
|||
|
||||
[project]
|
||||
name = "langflow"
|
||||
version = "1.0.18"
|
||||
version = "1.0.19"
|
||||
description = "A Python package with a built-in web application"
|
||||
requires-python = ">=3.10,<3.13"
|
||||
license = "MIT"
|
||||
|
|
@ -31,7 +31,7 @@ maintainers = [
|
|||
|
||||
# Define your main dependencies here
|
||||
dependencies = [
|
||||
"langflow-base==0.0.96",
|
||||
"langflow-base==0.0.97",
|
||||
"beautifulsoup4>=4.12.2",
|
||||
"google-search-results>=2.4.1",
|
||||
"google-api-python-client>=2.130.0",
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "langflow-base"
|
||||
version = "0.0.96"
|
||||
version = "0.0.97"
|
||||
description = "A Python package with a built-in web application"
|
||||
requires-python = ">=3.10,<3.13"
|
||||
license = "MIT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue