Skip to content

Commit

Permalink
version: upgrade to 1.0.19 and 0.0.97 (#4104)
Browse files Browse the repository at this point in the history
* upgrade to 1.0.19 and 0.0.97
  • Loading branch information
jordanrfrazier authored Oct 10, 2024
1 parent 5540da0 commit 06013ae
Show file tree
Hide file tree
Showing 3 changed files with 652 additions and 520 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/backend/base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit 06013ae

Please sign in to comment.