Langflow

Latest version: v0.6.19

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

Scan your dependencies

Page 15 of 38

0.6.5a0

Not secure
What's Changed
* Add Google Gemini Component, improvements and bugfixes by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1243
* Update .dockerignore file and add QEMU, Docker Buildx, and Docker Hub integration by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1267
* Adding Vectara Self Query Retriever - feature request by JAtharva22 in https://github.com/logspace-ai/langflow/pull/1249
* add ChatOllama LLM by yamonkjd in https://github.com/logspace-ai/langflow/pull/1235
* Fix gcp walkthrough tutorial button on README.md by rparcus in https://github.com/logspace-ai/langflow/pull/1271
* Update .gitignore for Pycharm by seamys in https://github.com/logspace-ai/langflow/pull/1270
* Adds ChatDefinition utility by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1279
* Added Elasticsearch Vector Store by KulluValley in https://github.com/logspace-ai/langflow/pull/1286
* Update AzrueChatOpenAI component. Change api_version to option field … by coolgo0811 in https://github.com/logspace-ai/langflow/pull/1288
* Added AzureOpenAIEmbeddings component by coolgo0811 in https://github.com/logspace-ai/langflow/pull/1293
* Added OllamaEmbeddings component with documentation by cpellet in https://github.com/logspace-ai/langflow/pull/1309
* Add experimental preload endpoint by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1331
* Bump version to 0.6.5a0 in pyproject.toml by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1332

New Contributors
* rparcus made their first contribution in https://github.com/logspace-ai/langflow/pull/1271
* seamys made their first contribution in https://github.com/logspace-ai/langflow/pull/1270
* KulluValley made their first contribution in https://github.com/logspace-ai/langflow/pull/1286
* coolgo0811 made their first contribution in https://github.com/logspace-ai/langflow/pull/1288
* cpellet made their first contribution in https://github.com/logspace-ai/langflow/pull/1309

**Full Changelog**: https://github.com/logspace-ai/langflow/compare/v0.6.4a1...v0.6.5a0

0.6.4

Not secure
New Contributors
* JAtharva22 made their first contribution in https://github.com/logspace-ai/langflow/pull/1219

**Full Changelog**: https://github.com/logspace-ai/langflow/compare/v0.6.3...v0.6.4

0.6.4a1

Not secure
What's Changed
* Add Dockerfile for building and pushing the application image by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1265
* Update bcrypt version to 4.0.1 and add .dockerignore entries for node_modules and dist directories by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1266


**Full Changelog**: https://github.com/logspace-ai/langflow/compare/v0.6.4a0...v0.6.4a1

0.6.4a0

Not secure
New Contributors
* JAtharva22 made their first contribution in https://github.com/logspace-ai/langflow/pull/1219

**Full Changelog**: https://github.com/logspace-ai/langflow/compare/v0.6.3a7...v0.6.4a0

0.6.3

Not secure
What's Changed
* Add procedure to deploy langflow on AWS by kazuki306 in https://github.com/logspace-ai/langflow/pull/1177
* Fix procedure to deploy langflow on AWS by kazuki306 in https://github.com/logspace-ai/langflow/pull/1187
* Add AWS CDK deployment scripts by kazuki306 by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1193
* feat(pageLayout): add support for displaying a beta icon in the page … by Cristhianzl in https://github.com/logspace-ai/langflow/pull/1205
* refactor(GenericNode): simplify conditional class assignment for the … by Cristhianzl in https://github.com/logspace-ai/langflow/pull/1206
* Adds Google Generative AI Component and other small bugfixes by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1207
* Update version to 0.6.3a0 in pyproject.toml by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1211
* Update version to 0.6.3a1 in pyproject.toml by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1212
* Cz/tests by Cristhianzl in https://github.com/logspace-ai/langflow/pull/1213
* Refactor custom component module by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1210
* Update version to 0.6.3a2 in pyproject.toml by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1225
* Migrate Weaviate to CustomComponent by yassineselmi in https://github.com/logspace-ai/langflow/pull/1226
* Update version to 0.6.3a3 in pyproject.toml by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1230
* Update version to 0.6.3a4 in pyproject.toml by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1232
* Update type hints and refactor result handling in process.py by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1234
* Cleanup AgentInitializer component by yassineselmi in https://github.com/logspace-ai/langflow/pull/1229
* Added AzureChatOpenAI Custom Component by yassineselmi in https://github.com/logspace-ai/langflow/pull/1233
* BUGFIX: Issue GITHUB 1227 by Cristhianzl in https://github.com/logspace-ai/langflow/pull/1237
* Refactor code and update dependencies by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1241
* Update version to 0.6.3a7 in pyproject.toml by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1242
* Add Google Gemini Component, improvements and bugfixes by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1243

New Contributors
* kazuki306 made their first contribution in https://github.com/logspace-ai/langflow/pull/1177
* yassineselmi made their first contribution in https://github.com/logspace-ai/langflow/pull/1226

**Full Changelog**: https://github.com/logspace-ai/langflow/compare/v0.6.2...v0.6.3

0.6.3a7

Not secure
What's Changed
* Add procedure to deploy langflow on AWS by kazuki306 in https://github.com/logspace-ai/langflow/pull/1177
* Fix procedure to deploy langflow on AWS by kazuki306 in https://github.com/logspace-ai/langflow/pull/1187
* Add AWS CDK deployment scripts by kazuki306 by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1193
* feat(pageLayout): add support for displaying a beta icon in the page … by Cristhianzl in https://github.com/logspace-ai/langflow/pull/1205
* refactor(GenericNode): simplify conditional class assignment for the … by Cristhianzl in https://github.com/logspace-ai/langflow/pull/1206
* Adds Google Generative AI Component and other small bugfixes by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1207
* Update version to 0.6.3a0 in pyproject.toml by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1211
* Update version to 0.6.3a1 in pyproject.toml by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1212
* Cz/tests by Cristhianzl in https://github.com/logspace-ai/langflow/pull/1213
* Refactor custom component module by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1210
* Update version to 0.6.3a2 in pyproject.toml by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1225
* Migrate Weaviate to CustomComponent by yassineselmi in https://github.com/logspace-ai/langflow/pull/1226
* Update version to 0.6.3a3 in pyproject.toml by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1230
* Update version to 0.6.3a4 in pyproject.toml by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1232
* Update type hints and refactor result handling in process.py by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1234
* Cleanup AgentInitializer component by yassineselmi in https://github.com/logspace-ai/langflow/pull/1229
* Added AzureChatOpenAI Custom Component by yassineselmi in https://github.com/logspace-ai/langflow/pull/1233
* BUGFIX: Issue GITHUB 1227 by Cristhianzl in https://github.com/logspace-ai/langflow/pull/1237
* Refactor code and update dependencies by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1241
* Update version to 0.6.3a7 in pyproject.toml by ogabrielluiz in https://github.com/logspace-ai/langflow/pull/1242

New Contributors
* kazuki306 made their first contribution in https://github.com/logspace-ai/langflow/pull/1177
* yassineselmi made their first contribution in https://github.com/logspace-ai/langflow/pull/1226

**Full Changelog**: https://github.com/logspace-ai/langflow/compare/v0.6.2...v0.6.3a7

Page 15 of 38

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.