langflow-nightly 1.4.3.dev8__py3-none-any.whl → 1.4.3.dev10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {langflow_nightly-1.4.3.dev8.dist-info → langflow_nightly-1.4.3.dev10.dist-info}/METADATA +9 -6
- langflow_nightly-1.4.3.dev10.dist-info/RECORD +7 -0
- langflow_nightly-1.4.3.dev8.dist-info/RECORD +0 -7
- {langflow_nightly-1.4.3.dev8.dist-info → langflow_nightly-1.4.3.dev10.dist-info}/WHEEL +0 -0
- {langflow_nightly-1.4.3.dev8.dist-info → langflow_nightly-1.4.3.dev10.dist-info}/entry_points.txt +0 -0
- {langflow_nightly-1.4.3.dev8.dist-info → langflow_nightly-1.4.3.dev10.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: langflow-nightly
|
3
|
-
Version: 1.4.3.
|
3
|
+
Version: 1.4.3.dev10
|
4
4
|
Summary: A Python package with a built-in web application
|
5
5
|
Project-URL: Repository, https://github.com/langflow-ai/langflow
|
6
6
|
Project-URL: Documentation, https://docs.langflow.org
|
@@ -26,7 +26,7 @@ Requires-Dist: composio-core==0.7.15
|
|
26
26
|
Requires-Dist: composio-langchain==0.7.15
|
27
27
|
Requires-Dist: crewai==0.102.0
|
28
28
|
Requires-Dist: datasets>2.14.7
|
29
|
-
Requires-Dist: docling>=2.36.1
|
29
|
+
Requires-Dist: docling-core>=2.36.1
|
30
30
|
Requires-Dist: dspy-ai==2.5.41
|
31
31
|
Requires-Dist: duckduckgo-search==7.2.1
|
32
32
|
Requires-Dist: elasticsearch==8.16.0
|
@@ -69,7 +69,7 @@ Requires-Dist: langchain-pinecone>=0.2.8
|
|
69
69
|
Requires-Dist: langchain-sambanova==0.1.0
|
70
70
|
Requires-Dist: langchain-unstructured==0.1.5
|
71
71
|
Requires-Dist: langchain==0.3.21
|
72
|
-
Requires-Dist: langflow-base-nightly==0.4.3.
|
72
|
+
Requires-Dist: langflow-base-nightly==0.4.3.dev10
|
73
73
|
Requires-Dist: langfuse==2.53.9
|
74
74
|
Requires-Dist: langsmith<1.0.0,>=0.3.42
|
75
75
|
Requires-Dist: langwatch==0.1.16
|
@@ -77,7 +77,7 @@ Requires-Dist: lark==1.2.2
|
|
77
77
|
Requires-Dist: litellm==1.60.2
|
78
78
|
Requires-Dist: markdown==3.7
|
79
79
|
Requires-Dist: markupsafe==3.0.2
|
80
|
-
Requires-Dist: mcp>=
|
80
|
+
Requires-Dist: mcp>=1.9.4
|
81
81
|
Requires-Dist: mem0ai==0.1.34
|
82
82
|
Requires-Dist: metal-sdk==2.5.1
|
83
83
|
Requires-Dist: metaphor-python==0.1.23
|
@@ -126,6 +126,8 @@ Provides-Extra: clickhouse-connect
|
|
126
126
|
Requires-Dist: clickhouse-connect==0.7.19; extra == 'clickhouse-connect'
|
127
127
|
Provides-Extra: couchbase
|
128
128
|
Requires-Dist: couchbase>=4.2.1; extra == 'couchbase'
|
129
|
+
Provides-Extra: docling
|
130
|
+
Requires-Dist: docling>=2.36.1; extra == 'docling'
|
129
131
|
Provides-Extra: local
|
130
132
|
Requires-Dist: ctransformers>=0.2.10; extra == 'local'
|
131
133
|
Requires-Dist: llama-cpp-python~=0.2.0; extra == 'local'
|
@@ -155,7 +157,7 @@ Description-Content-Type: text/markdown
|
|
155
157
|
> [!CAUTION]
|
156
158
|
> Users must update to Langflow >= 1.3 to protect against [CVE-2025-3248](https://nvd.nist.gov/vuln/detail/CVE-2025-3248).
|
157
159
|
|
158
|
-
[Langflow](https://langflow.org) is a powerful tool for building and deploying AI-powered agents and workflows. It provides developers with both a visual authoring experience and
|
160
|
+
[Langflow](https://langflow.org) is a powerful tool for building and deploying AI-powered agents and workflows. It provides developers with both a visual authoring experience and built-in API and MCP servers that turn every workflow into a tool that can be integrated into applications built on any framework or stack. Langflow comes with batteries included and supports all major LLMs, vector databases and a growing library of AI tools.
|
159
161
|
|
160
162
|
## ✨ Highlight features
|
161
163
|
|
@@ -164,6 +166,7 @@ Description-Content-Type: text/markdown
|
|
164
166
|
- **Interactive playground** to immediately test and refine your flows with step-by-step control.
|
165
167
|
- **Multi-agent orchestration** with conversation management and retrieval.
|
166
168
|
- **Deploy as an API** or export as JSON for Python apps.
|
169
|
+
- **Deploy as an MCP server** and turn your flows into tools for MCP clients.
|
167
170
|
- **Observability** with LangSmith, LangFuse and other integrations.
|
168
171
|
- **Enterprise-ready** security and scalability.
|
169
172
|
|
@@ -174,7 +177,7 @@ Langflow requires [Python 3.10 to 3.13](https://www.python.org/downloads/release
|
|
174
177
|
1. To install Langflow, run:
|
175
178
|
|
176
179
|
```shell
|
177
|
-
uv pip install langflow -U
|
180
|
+
uv pip install langflow -U
|
178
181
|
```
|
179
182
|
|
180
183
|
2. To run Langflow, run:
|
@@ -0,0 +1,7 @@
|
|
1
|
+
langflow/version/__init__.py,sha256=eAQv-Bw2fwYEc_aLqZjtMAZNdYFLaUgZRmUtVbMybqw,23
|
2
|
+
langflow/version/version.py,sha256=uljaZ5G2bOqi8szChWz-Coudm86aAzp2xWUC_4oKst8,1201
|
3
|
+
langflow_nightly-1.4.3.dev10.dist-info/METADATA,sha256=FtYp2ahCRoidI9V6g6-_T8oDYgxRf5_YwaeFk0vEnOo,9711
|
4
|
+
langflow_nightly-1.4.3.dev10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
+
langflow_nightly-1.4.3.dev10.dist-info/entry_points.txt,sha256=KuA_Vv7gN2FYO9GXefQck3J4kBMJO_NrECEW_8YkoWk,52
|
6
|
+
langflow_nightly-1.4.3.dev10.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
7
|
+
langflow_nightly-1.4.3.dev10.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
langflow/version/__init__.py,sha256=eAQv-Bw2fwYEc_aLqZjtMAZNdYFLaUgZRmUtVbMybqw,23
|
2
|
-
langflow/version/version.py,sha256=uljaZ5G2bOqi8szChWz-Coudm86aAzp2xWUC_4oKst8,1201
|
3
|
-
langflow_nightly-1.4.3.dev8.dist-info/METADATA,sha256=wpO5TyVTSE8JPyQXyUj_JcLrQDYl8uDtdz5Etk1IHH0,9552
|
4
|
-
langflow_nightly-1.4.3.dev8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
-
langflow_nightly-1.4.3.dev8.dist-info/entry_points.txt,sha256=KuA_Vv7gN2FYO9GXefQck3J4kBMJO_NrECEW_8YkoWk,52
|
6
|
-
langflow_nightly-1.4.3.dev8.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
7
|
-
langflow_nightly-1.4.3.dev8.dist-info/RECORD,,
|
File without changes
|
{langflow_nightly-1.4.3.dev8.dist-info → langflow_nightly-1.4.3.dev10.dist-info}/entry_points.txt
RENAMED
File without changes
|
{langflow_nightly-1.4.3.dev8.dist-info → langflow_nightly-1.4.3.dev10.dist-info}/licenses/LICENSE
RENAMED
File without changes
|