Langflow

Latest version: v0.6.19

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

Scan your dependencies

Page 31 of 38

0.0.80

Not secure
What's Changed
* Add FAISS to vectorstores by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/414


**Full Changelog**: https://github.com/logspace-ai/langflow/compare/v0.0.79...v0.0.80

0.0.79

Not secure
What's Changed
* hot fix for dinamic size of font for buttonBox component by anovazzi1 in https://github.com/logspace-ai/langflow/pull/337
* add useEffect to prevent chat lock on fail of onClose method by anovazzi1 in https://github.com/logspace-ai/langflow/pull/342
* Hotfix for Import Flows modal by lucaseduoli in https://github.com/logspace-ai/langflow/pull/357
* fix crash when upload large file, not saving files on browser storage by anovazzi1 in https://github.com/logspace-ai/langflow/pull/362
* Refactor Vector stores creator to help implementing others by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/365
* 🔨 refactor(base.py): refactor FrontendNode.format_field() method to improve readability and maintainability by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/363
* Changes to accomodate new vector stores by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/366
* fix: SQLAgent by gabfr in https://github.com/logspace-ai/langflow/pull/370
* Add First Version of Generic Modal Input Model by Cristhianzl in https://github.com/logspace-ai/langflow/pull/369
* Activating HuggingFaceEmbeddings, adding Jina deps by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/378
* Hotfix: fix bug on refresh and and for sending files to backend by anovazzi1 in https://github.com/logspace-ai/langflow/pull/384
* feat: notion directory loader by gabfr in https://github.com/logspace-ai/langflow/pull/382
* Error Handling for Modal Calls in Different Flows Prompt/Text by Cristhianzl in https://github.com/logspace-ai/langflow/pull/390
* Add Cohere LLM by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/388
* Pull Request: UI Feature Enhancements by Cristhianzl in https://github.com/logspace-ai/langflow/pull/393
* Revert "Add Cohere LLM" by gustavoschaedler in https://github.com/logspace-ai/langflow/pull/394
* Adding support for Ctransformers by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/387
* 🚀 feat(langflow): add support for extra fields in VectorStoreFrontendNode by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/396
* Add Cohere LLM by gustavoschaedler in https://github.com/logspace-ai/langflow/pull/397
* Adding scrollbar on overflow itens modal by Cristhianzl in https://github.com/logspace-ai/langflow/pull/400
* feat: SlackDirectoryLoader by gabfr in https://github.com/logspace-ai/langflow/pull/383
* Add Icons module by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/368
* Added format_instructions to ZeroShotPrompt by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/402
* added custom icon pack for special cases by anovazzi1 in https://github.com/logspace-ai/langflow/pull/405
* UI Improvements: tooltip, classes icons e icons by Cristhianzl in https://github.com/logspace-ai/langflow/pull/404
* New LLMs, Embeddings and UI improvements by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/407

New Contributors
* gabfr made their first contribution in https://github.com/logspace-ai/langflow/pull/370
* Cristhianzl made their first contribution in https://github.com/logspace-ai/langflow/pull/369
* gustavoschaedler made their first contribution in https://github.com/logspace-ai/langflow/pull/394

**Full Changelog**: https://github.com/logspace-ai/langflow/compare/v0.0.78...v0.0.79

0.0.78

Not secure
What's Changed
* Hotfix: remove deepcopy, fixes llm rebuilding by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/349
* Hotfix: Deepcopy removal and bump to 0.0.77 by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/350
* 🔖 chore(pyproject.toml): bump version to 0.0.78 by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/351


**Full Changelog**: https://github.com/logspace-ai/langflow/compare/v0.0.76...v0.0.78

0.0.77

What's Changed
* ci: test lcserve push job by deepankarm in https://github.com/logspace-ai/langflow/pull/333
* Hotfix: Chroma does not raise NotEnoughElementsException anymore by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/334


**Full Changelog**: https://github.com/logspace-ai/langflow/compare/v0.0.75...v0.0.77

0.0.76

Not secure
What's Changed
* ci: test lcserve push job by deepankarm in https://github.com/logspace-ai/langflow/pull/333
* Hotfix: Chroma does not raise NotEnoughElementsException anymore by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/334


**Full Changelog**: https://github.com/logspace-ai/langflow/compare/v0.0.75...v0.0.76

0.0.75

Not secure
What's Changed
* migrating to Vite by gsaivinay in https://github.com/logspace-ai/langflow/pull/287
* fix: duplicated lodash by Dogtiti in https://github.com/logspace-ai/langflow/pull/293
* Hotfix: Save Flow Bug in Browser by anovazzi1 in https://github.com/logspace-ai/langflow/pull/304
* Update llama-cpp-python version in pyproject.toml by phyyou in https://github.com/logspace-ai/langflow/pull/299
* Address issue 300 - GCP Shell Script - Websocket Connection Failure by genome21 in https://github.com/logspace-ai/langflow/pull/301
* Add health check endpoint by filipecaixeta in https://github.com/logspace-ai/langflow/pull/311
* Hotfixes: Dark Mode classes and Text Wrapper by lucaseduoli in https://github.com/logspace-ai/langflow/pull/309
* Validation_fix by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/317
* feat: deploy langflow using langchain-serve by deepankarm in https://github.com/logspace-ai/langflow/pull/307
* chore: lint fix by deepankarm in https://github.com/logspace-ai/langflow/pull/320
* Retry_get_all by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/324
* node updating template, base classes and description by anovazzi1 in https://github.com/logspace-ai/langflow/pull/326
* Add New Features and Improvements by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/329

New Contributors
* gsaivinay made their first contribution in https://github.com/logspace-ai/langflow/pull/287
* Dogtiti made their first contribution in https://github.com/logspace-ai/langflow/pull/293
* phyyou made their first contribution in https://github.com/logspace-ai/langflow/pull/299
* filipecaixeta made their first contribution in https://github.com/logspace-ai/langflow/pull/311
* deepankarm made their first contribution in https://github.com/logspace-ai/langflow/pull/307

**Full Changelog**: https://github.com/logspace-ai/langflow/compare/v0.0.74...v0.0.75

Page 31 of 38

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.