diff --git a/poetry.lock b/poetry.lock index 0ea796b7cc7..9fa8c2d7387 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1028,6 +1028,7 @@ packaging = "*" name = "dill" version = "0.3.7" description = "serialize all of Python" +category = "main" optional = false python-versions = ">=3.7" files = [ @@ -3455,6 +3456,7 @@ files = [ name = "multiprocess" version = "0.70.15" description = "better multiprocessing and multithreading in Python" +category = "main" optional = false python-versions = ">=3.7" files = [ diff --git a/pyproject.toml b/pyproject.toml index ef5360662c6..ac713bee3cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langflow" -version = "0.4.0" +version = "0.3.4" description = "A Python package with a built-in web application" authors = ["Logspace "] maintainers = [