From 709b90fe0e7f879d53a51c769782c570e4cd448e Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 30 Jul 2024 17:09:21 -0300 Subject: [PATCH] chore: update langflow-base dependency path in pyproject.toml (#3091) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 919249132..c11fa5356 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ langflow = "langflow.__main__:main" [tool.poetry.dependencies] python = ">=3.10,<3.13" -langflow-base ={ path = "./src/backend/base", develop = true } +langflow-base = { path = "./src/backend/base", develop = true } beautifulsoup4 = "^4.12.2" google-search-results = "^2.4.1" google-api-python-client = "^2.130.0"