From 054c6d890066ae244b7dbe5b8723189d98a485c8 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 21 Jul 2023 17:47:48 -0300 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A7=20chore(constants.py):=20add?= =?UTF-8?q?=20'google=5Fcse=5Fid'=20to=20FORCE=5FSHOW=5FFIELDS=20list=20to?= =?UTF-8?q?=20include=20it=20in=20the=20forced=20display=20fields?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/langflow/template/frontend_node/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/backend/langflow/template/frontend_node/constants.py b/src/backend/langflow/template/frontend_node/constants.py index 29599558643..513ccd1ef9d 100644 --- a/src/backend/langflow/template/frontend_node/constants.py +++ b/src/backend/langflow/template/frontend_node/constants.py @@ -8,6 +8,7 @@ "headers", "max_value_length", "max_tokens", + "google_cse_id", ] DEFAULT_PROMPT = """ From 987783eda1c0db826dc1f2b079e2eb2a51939930 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 21 Jul 2023 17:57:27 -0300 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96=20chore(pyproject.toml):=20upd?= =?UTF-8?q?ate=20package=20version=20to=200.3.3=20=F0=9F=94=A7=20chore(pyp?= =?UTF-8?q?roject.toml):=20update=20maintainers=20list=20with=20new=20team?= =?UTF-8?q?=20members=20Carlos=20Coelho,=20Igor=20Carvalho,=20and=20Rodrig?= =?UTF-8?q?o=20Nader?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 642ef972144..0341229f51f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] maintainers = [ + "Carlos Coelho ", "Cristhian Zanforlin ", "Gabriel Almeida ", "Gustavo Schaedler ", + "Igor Carvalho ", "Lucas Eduoli ", "Otávio Anovazzi ", + "Rodrigo Nader ", ] repository = "https://github.com/logspace-ai/langflow" license = "MIT"