From 76a3a2a46122e560af6e90788adc4304857193ea Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 24 Jan 2025 09:17:50 -0300 Subject: [PATCH] chore: bump langflow-base in langflow (#5913) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1eb16293..e57e93af3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ maintainers = [ ] # Define your main dependencies here dependencies = [ - "langflow-base==0.1.1", + "langflow-base==0.1.2", "beautifulsoup4==4.12.3", "google-search-results>=2.4.1,<3.0.0", "google-api-python-client==2.154.0",