Skip to content

Commit

Permalink
Hotfix: 0.3.3 (#670)
Browse files Browse the repository at this point in the history
Added google_cse_id on GoogleSearchAPIWrapper component.

Updated list of maintainers with @igorrCarvalho , @carlosrcoelho and
@rodrigosnader
  • Loading branch information
gustavoschaedler authored Jul 21, 2023
2 parents 1f4f383 + 79269e1 commit b216d87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
[tool.poetry]
name = "langflow"
version = "0.3.2"
version = "0.3.3"
description = "A Python package with a built-in web application"
authors = ["Logspace <[email protected]>"]
maintainers = [
"Carlos Coelho <[email protected]>",
"Cristhian Zanforlin <[email protected]>",
"Gabriel Almeida <[email protected]>",
"Gustavo Schaedler <[email protected]>",
"Igor Carvalho <[email protected]>",
"Lucas Eduoli <[email protected]>",
"Otávio Anovazzi <[email protected]>",
"Rodrigo Nader <[email protected]>",
]
repository = "https://github.com/logspace-ai/langflow"
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions src/backend/langflow/template/frontend_node/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"headers",
"max_value_length",
"max_tokens",
"google_cse_id",
]

DEFAULT_PROMPT = """
Expand Down

0 comments on commit b216d87

Please sign in to comment.