Langflow

Latest version: v0.6.19

Safety actively analyzes 640549 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 38

1.0.0a43

What's Changed
* (frontend): Remove NATIVE_CATEGORIES constant and simplify logic for checking template code value in GenericNode component by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2008
* Fix Application Crash with Multiple Nested Dict Components in Flow by Cristhianzl in https://github.com/langflow-ai/langflow/pull/2011
* Added curl parse to API Request component and fixed dict issues by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2013
* Readme refactor by SonicDMG in https://github.com/langflow-ai/langflow/pull/1963
* Update README.md by mendonk in https://github.com/langflow-ai/langflow/pull/2020
* Add support for running flows by endpoint name by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2012
* fix: create superuser at startup to avoid concurrency issues by nicoloboschi in https://github.com/langflow-ai/langflow/pull/2019
* feat: read flows from local directory at startup by nicoloboschi in https://github.com/langflow-ai/langflow/pull/1989
* [Docs] - Example Components by mendonk in https://github.com/langflow-ai/langflow/pull/2022
* feat: Add Docker Hub propagation wait and HuggingFace Spaces build restart by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2024
* Add Upstash Vector Store support by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2004
* Update utils.py to handle SecretStr field type as str with password and load_from_db attributes by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2005
* Fix endpoint URL interpolation issue in getCurlCode by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2026
* Update README.md by mendonk in https://github.com/langflow-ai/langflow/pull/2036
* Add webhook endpoint, and other fixes by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1766
* refactor: Update getCurlRunCode function to export it as a named export by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2037

New Contributors
* SonicDMG made their first contribution in https://github.com/langflow-ai/langflow/pull/1963

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.0a42...v1.0.0a43

1.0.0a42

What's Changed
* Fixed Ollama base url handling and Qdrant component by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2007


**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.0a41...v1.0.0a42

1.0.0a41

What's Changed
* chore: Add domain attribute to cookies in login.py and auth.py by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2003


**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.0a40...v1.0.0a41

1.0.0a40

What's Changed
* Fixed Sub Flow, Run Flow and Flow as Tool components by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1986
* docs integrations notion by vasconceloscezar in https://github.com/langflow-ai/langflow/pull/1951
* feat: Update ChromaSearch and ChromaComponent to use chromadb library by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1992
* Fix Building timeout and macbook shortcuts by lucaseduoli in https://github.com/langflow-ai/langflow/pull/1964
* A better implementation of the Ollama component by YamonBot in https://github.com/langflow-ai/langflow/pull/1701
* [Docs] - Leftnav and syntax items by mendonk in https://github.com/langflow-ai/langflow/pull/1993
* Update Dockerfiles to create langflow directory and grant write permissions by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1996
* Added API key access to AUTO_LOGIN=True and fixed SecretKeyModal by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1994
* Fix column name check in folder_id column by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1999
* Refactor SplitTextComponent to store parent and text data in Record object by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1998
* Update parent disclosure title in ExtraSidebar component by anovazzi1 in https://github.com/langflow-ai/langflow/pull/1987
* Fixed freeze implementation by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1983
* update call_docker_build job by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2001
* Refactor base.py and Dockerfile, and folder column migration by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/2002

New Contributors
* vasconceloscezar made their first contribution in https://github.com/langflow-ai/langflow/pull/1951

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.0a38...v1.0.0a40

1.0.0a38

What's Changed
* Add CLI command to create API key for default superuser with AUTO_LOGIN enabled by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1965
* chore: remove unused files and update imports by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1967
* Update CLI command in docs by Eliotdoesprogramming in https://github.com/langflow-ai/langflow/pull/1970
* Update deprecated pydantic validator by chyok in https://github.com/langflow-ai/langflow/pull/1960
* Update settings attributes and remove config.yaml references by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1975
* [Docs] - Administration folder by mendonk in https://github.com/langflow-ai/langflow/pull/1969
* Fix ownership issue with /app directory in Dockerfile by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1979
* Ensure flows always have a folder by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1980
* Reorganize repo by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1971
* Change namespace advanced attribute to False in PineconeSearch by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1981
* Update max_tokens attribute to allow unlimited tokens by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1982
* Update chromadb import in ChromaSearch.py and Chroma.py by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1984
* Update pyproject.toml versions and add Docker Build and Push workflow by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1985

New Contributors
* Eliotdoesprogramming made their first contribution in https://github.com/langflow-ai/langflow/pull/1970

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.0a37...v1.0.0a38

1.0.0a37

What's Changed
* Refactor import statements for OpenAI conversational agent by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1949
* deps: remove unused dependency html2text (GPL3-0) by nicoloboschi in https://github.com/langflow-ai/langflow/pull/1932
* deps: remove pysrt dependency (GPL3.0) by nicoloboschi in https://github.com/langflow-ai/langflow/pull/1930
* deps: remove unused dependency msg-extract (GPL3.0) by nicoloboschi in https://github.com/langflow-ai/langflow/pull/1931
* backend: remove unsecure and unused endpoint /custom_component/reload by nicoloboschi in https://github.com/langflow-ai/langflow/pull/1928
* backend: validate flow_id on api by nicoloboschi in https://github.com/langflow-ai/langflow/pull/1927
* fix uncontrolled data used in path expression from /custom_component by nicoloboschi in https://github.com/langflow-ai/langflow/pull/1926
* Fixed global variables disappearing after refresh by lucaseduoli in https://github.com/langflow-ai/langflow/pull/1954
* Minor documentation update by msmygit in https://github.com/langflow-ai/langflow/pull/1948
* Add support for Couchbase vector store by prajwal-pai77 in https://github.com/langflow-ai/langflow/pull/1901
* Feature: Updated Chat History for Astra DB by erichare in https://github.com/langflow-ai/langflow/pull/1895
* Refactor: Make My Collection search input use the same component as Store input by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/1952
* Refactor: Revamp utils Folder Structure by igorrCarvalho in https://github.com/langflow-ai/langflow/pull/1940
* Fix lint and tests by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1959
* Remove unused local symbols by chyok in https://github.com/langflow-ai/langflow/pull/1946
* Add fallback to environment variables in loading test by ogabrielluiz in https://github.com/langflow-ai/langflow/pull/1961
* Remove Add Folder modal by anovazzi1 in https://github.com/langflow-ai/langflow/pull/1941

New Contributors
* nicoloboschi made their first contribution in https://github.com/langflow-ai/langflow/pull/1932
* msmygit made their first contribution in https://github.com/langflow-ai/langflow/pull/1948
* prajwal-pai77 made their first contribution in https://github.com/langflow-ai/langflow/pull/1901
* erichare made their first contribution in https://github.com/langflow-ai/langflow/pull/1895
* chyok made their first contribution in https://github.com/langflow-ai/langflow/pull/1946

**Full Changelog**: https://github.com/langflow-ai/langflow/compare/v1.0.0a36...v1.0.0a37

Page 4 of 38

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.