langflow-nightly 1.6.5.dev5__py3-none-any.whl → 1.7.0.dev35__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.6.5.dev5.dist-info → langflow_nightly-1.7.0.dev35.dist-info}/METADATA +57 -36
- langflow_nightly-1.7.0.dev35.dist-info/RECORD +7 -0
- {langflow_nightly-1.6.5.dev5.dist-info → langflow_nightly-1.7.0.dev35.dist-info}/WHEEL +1 -1
- langflow_nightly-1.6.5.dev5.dist-info/RECORD +0 -7
- {langflow_nightly-1.6.5.dev5.dist-info → langflow_nightly-1.7.0.dev35.dist-info}/entry_points.txt +0 -0
- {langflow_nightly-1.6.5.dev5.dist-info → langflow_nightly-1.7.0.dev35.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langflow-nightly
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.7.0.dev35
|
|
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
|
|
@@ -9,7 +9,8 @@ License-Expression: MIT
|
|
|
9
9
|
License-File: LICENSE
|
|
10
10
|
Keywords: gpt,gui,langchain,nlp,openai
|
|
11
11
|
Requires-Python: <3.14,>=3.10
|
|
12
|
-
Requires-Dist: agent-lifecycle-toolkit
|
|
12
|
+
Requires-Dist: agent-lifecycle-toolkit~=0.4.4
|
|
13
|
+
Requires-Dist: aioboto3<16.0.0,>=15.2.0
|
|
13
14
|
Requires-Dist: aiofile<4.0.0,>=3.9.0
|
|
14
15
|
Requires-Dist: aiosqlite==0.21.0
|
|
15
16
|
Requires-Dist: apify-client<2.0.0,>=1.8.1
|
|
@@ -23,10 +24,10 @@ Requires-Dist: boto3<2.0.0,>=1.34.162
|
|
|
23
24
|
Requires-Dist: certifi<2025.0.0,>=2023.11.17
|
|
24
25
|
Requires-Dist: chromadb<2.0.0,>=1.0.0
|
|
25
26
|
Requires-Dist: cleanlab-tlm<2.0.0,>=1.1.2
|
|
26
|
-
Requires-Dist: composio-langchain==0.
|
|
27
|
-
Requires-Dist: composio==0.
|
|
27
|
+
Requires-Dist: composio-langchain==0.9.2
|
|
28
|
+
Requires-Dist: composio==0.9.2
|
|
28
29
|
Requires-Dist: cryptography<44.0.0,>=43.0.1
|
|
29
|
-
Requires-Dist: cuga
|
|
30
|
+
Requires-Dist: cuga~=0.1.11
|
|
30
31
|
Requires-Dist: datasets<4.0.0,>2.14.7
|
|
31
32
|
Requires-Dist: docling-core<3.0.0,>=2.36.1
|
|
32
33
|
Requires-Dist: docling<3.0.0,>=2.36.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
|
|
@@ -38,6 +39,7 @@ Requires-Dist: faiss-cpu==1.9.0.post1
|
|
|
38
39
|
Requires-Dist: fake-useragent==1.5.1
|
|
39
40
|
Requires-Dist: fastavro<2.0.0,>=1.9.8; python_version >= '3.13'
|
|
40
41
|
Requires-Dist: fastavro==1.9.7; python_version < '3.13'
|
|
42
|
+
Requires-Dist: fastmcp==2.13.0
|
|
41
43
|
Requires-Dist: fastparquet<2025.0.0,>=2024.11.0
|
|
42
44
|
Requires-Dist: filelock<4.0.0,>=3.18.0
|
|
43
45
|
Requires-Dist: gassist>=0.0.1; sys_platform == 'win32'
|
|
@@ -53,13 +55,13 @@ Requires-Dist: json-repair==0.30.3
|
|
|
53
55
|
Requires-Dist: kubernetes==31.0.0
|
|
54
56
|
Requires-Dist: langchain-anthropic==0.3.14
|
|
55
57
|
Requires-Dist: langchain-astradb<1.0.0,>=0.6.1
|
|
56
|
-
Requires-Dist: langchain-aws
|
|
58
|
+
Requires-Dist: langchain-aws<1.0.0,>=0.2.33
|
|
57
59
|
Requires-Dist: langchain-chroma<1.0.0,>=0.2.6
|
|
58
|
-
Requires-Dist: langchain-cohere
|
|
60
|
+
Requires-Dist: langchain-cohere<1.0.0,>=0.3.3
|
|
59
61
|
Requires-Dist: langchain-community<1.0.0,>=0.3.21
|
|
60
|
-
Requires-Dist: langchain-elasticsearch
|
|
62
|
+
Requires-Dist: langchain-elasticsearch<1.0.0,>=0.3.0
|
|
61
63
|
Requires-Dist: langchain-google-calendar-tools==0.0.1
|
|
62
|
-
Requires-Dist: langchain-google-community
|
|
64
|
+
Requires-Dist: langchain-google-community<3.0.0,>=2.0.3
|
|
63
65
|
Requires-Dist: langchain-google-genai==2.0.6
|
|
64
66
|
Requires-Dist: langchain-google-vertexai<3.0.0,>=2.0.7
|
|
65
67
|
Requires-Dist: langchain-graph-retriever==0.8.0
|
|
@@ -76,7 +78,7 @@ Requires-Dist: langchain-pinecone<1.0.0,>=0.2.8
|
|
|
76
78
|
Requires-Dist: langchain-sambanova==0.1.0
|
|
77
79
|
Requires-Dist: langchain-unstructured==0.1.5
|
|
78
80
|
Requires-Dist: langchain==0.3.23
|
|
79
|
-
Requires-Dist: langflow-base-nightly==
|
|
81
|
+
Requires-Dist: langflow-base-nightly==1.7.0.dev35
|
|
80
82
|
Requires-Dist: langfuse==2.53.9
|
|
81
83
|
Requires-Dist: langsmith<1.0.0,>=0.3.42
|
|
82
84
|
Requires-Dist: langwatch<0.3.0,>=0.2.11
|
|
@@ -84,7 +86,7 @@ Requires-Dist: lark==1.2.2
|
|
|
84
86
|
Requires-Dist: litellm<2.0.0,>=1.60.2
|
|
85
87
|
Requires-Dist: markdown==3.7
|
|
86
88
|
Requires-Dist: markupsafe==3.0.2
|
|
87
|
-
Requires-Dist: mcp<2.0.0,>=1.
|
|
89
|
+
Requires-Dist: mcp<2.0.0,>=1.17.0
|
|
88
90
|
Requires-Dist: mem0ai==0.1.34
|
|
89
91
|
Requires-Dist: metal-sdk==2.5.1
|
|
90
92
|
Requires-Dist: metaphor-python==0.1.23
|
|
@@ -104,7 +106,7 @@ Requires-Dist: pydantic-ai<1.0.0,>=0.0.19
|
|
|
104
106
|
Requires-Dist: pydantic-settings<3.0.0,>=2.2.0
|
|
105
107
|
Requires-Dist: pymongo==4.10.1
|
|
106
108
|
Requires-Dist: pytube==15.0.0
|
|
107
|
-
Requires-Dist: pywin32
|
|
109
|
+
Requires-Dist: pywin32<400,>=307; sys_platform == 'win32'
|
|
108
110
|
Requires-Dist: qdrant-client==1.9.2
|
|
109
111
|
Requires-Dist: qianfan==0.3.5
|
|
110
112
|
Requires-Dist: redis<6.0.0,>=5.2.1
|
|
@@ -122,11 +124,11 @@ Requires-Dist: types-cachetools<6.0.0,>=5.5.0.20240820
|
|
|
122
124
|
Requires-Dist: upstash-vector==0.6.0
|
|
123
125
|
Requires-Dist: uv==0.7.20
|
|
124
126
|
Requires-Dist: vlmrun[all]>=0.2.0
|
|
125
|
-
Requires-Dist: weaviate-client
|
|
127
|
+
Requires-Dist: weaviate-client<5.0.0,>=4.10.2
|
|
126
128
|
Requires-Dist: wikipedia==1.4.0
|
|
127
129
|
Requires-Dist: wolframalpha==5.1.3
|
|
128
130
|
Requires-Dist: yfinance==0.2.50
|
|
129
|
-
Requires-Dist: youtube-transcript-api
|
|
131
|
+
Requires-Dist: youtube-transcript-api<2.0.0,>=1.0.0
|
|
130
132
|
Requires-Dist: zep-python==2.0.2
|
|
131
133
|
Provides-Extra: audio
|
|
132
134
|
Requires-Dist: webrtcvad>=2.0.10; extra == 'audio'
|
|
@@ -155,27 +157,20 @@ Description-Content-Type: text/markdown
|
|
|
155
157
|
|
|
156
158
|
<!-- markdownlint-disable MD030 -->
|
|
157
159
|
|
|
158
|
-
|
|
160
|
+
<picture>
|
|
161
|
+
<source media="(prefers-color-scheme: dark)" srcset="./docs/static/img/langflow-logo-color-blue-bg.svg">
|
|
162
|
+
<img src="./docs/static/img/langflow-logo-color-black-solid.svg" alt="Langflow logo">
|
|
163
|
+
</picture>
|
|
159
164
|
|
|
160
165
|
[](https://github.com/langflow-ai/langflow/releases)
|
|
161
166
|
[](https://opensource.org/licenses/MIT)
|
|
162
167
|
[](https://pypistats.org/packages/langflow)
|
|
163
|
-
[](https://star-history.com/#langflow-ai/langflow)
|
|
164
|
-
[](https://github.com/langflow-ai/langflow/issues)
|
|
165
168
|
[](https://twitter.com/langflow_ai)
|
|
166
169
|
[](https://www.youtube.com/@Langflow)
|
|
167
170
|
[](https://discord.gg/EqksyE2EX9)
|
|
168
171
|
[](https://deepwiki.com/langflow-ai/langflow)
|
|
169
172
|
|
|
170
|
-
|
|
171
|
-
> - Langflow versions 1.6.0 through 1.6.3 have a critical bug where `.env` files are not read, potentially causing security vulnerabilities. **DO NOT** upgrade to these versions if you use `.env` files for configuration. Instead, upgrade to 1.6.4, which includes a fix for this bug.
|
|
172
|
-
> - Windows users of Langflow Desktop should **not** use the in-app update feature to upgrade to Langflow version 1.6.0. For upgrade instructions, see [Windows Desktop update issue](https://docs.langflow.org/release-notes#windows-desktop-update-issue).
|
|
173
|
-
> - Users must update to Langflow >= 1.3 to protect against [CVE-2025-3248](https://nvd.nist.gov/vuln/detail/CVE-2025-3248)
|
|
174
|
-
> - Users must update to Langflow >= 1.5.1 to protect against [CVE-2025-57760](https://github.com/langflow-ai/langflow/security/advisories/GHSA-4gv9-mp8m-592r)
|
|
175
|
-
>
|
|
176
|
-
> For security information, see our [Security Policy](./SECURITY.md) and [Security Advisories](https://github.com/langflow-ai/langflow/security/advisories).
|
|
177
|
-
|
|
178
|
-
[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.
|
|
173
|
+
[Langflow](https://langflow.org) is a powerful platform 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.
|
|
179
174
|
|
|
180
175
|
## ✨ Highlight features
|
|
181
176
|
|
|
@@ -188,6 +183,13 @@ Description-Content-Type: text/markdown
|
|
|
188
183
|
- **Observability** with LangSmith, LangFuse and other integrations.
|
|
189
184
|
- **Enterprise-ready** security and scalability.
|
|
190
185
|
|
|
186
|
+
## 🖥️ Langflow Desktop
|
|
187
|
+
|
|
188
|
+
Langflow Desktop is the easiest way to get started with Langflow. All dependencies are included, so you don't need to manage Python environments or install packages manually.
|
|
189
|
+
Available for Windows and macOS.
|
|
190
|
+
|
|
191
|
+
[📥 Download Langflow Desktop](https://www.langflow.org/desktop)
|
|
192
|
+
|
|
191
193
|
## ⚡️ Quickstart
|
|
192
194
|
|
|
193
195
|
### Install locally (recommended)
|
|
@@ -196,34 +198,53 @@ Requires Python 3.10–3.13 and [uv](https://docs.astral.sh/uv/getting-started/i
|
|
|
196
198
|
|
|
197
199
|
#### Install
|
|
198
200
|
|
|
201
|
+
From a fresh directory, run:
|
|
199
202
|
```shell
|
|
200
203
|
uv pip install langflow -U
|
|
201
204
|
```
|
|
202
205
|
|
|
203
|
-
|
|
206
|
+
The latest Langflow package is installed.
|
|
207
|
+
For more information, see [Install and run the Langflow OSS Python package](https://docs.langflow.org/get-started-installation#install-and-run-the-langflow-oss-python-package).
|
|
204
208
|
|
|
205
209
|
#### Run
|
|
206
210
|
|
|
211
|
+
To start Langflow, run:
|
|
207
212
|
```shell
|
|
208
213
|
uv run langflow run
|
|
209
214
|
```
|
|
210
215
|
|
|
211
|
-
|
|
216
|
+
Langflow starts at http://127.0.0.1:7860.
|
|
212
217
|
|
|
213
|
-
That's it! You're ready to build with Langflow 🎉
|
|
218
|
+
That's it! You're ready to build with Langflow! 🎉
|
|
214
219
|
|
|
215
|
-
|
|
220
|
+
## 📦 Other install options
|
|
216
221
|
|
|
217
|
-
|
|
218
|
-
|
|
222
|
+
### Run from source
|
|
223
|
+
If you've cloned this repository and want to contribute, run this command from the repository root:
|
|
224
|
+
```shell
|
|
225
|
+
make run_cli
|
|
226
|
+
```
|
|
227
|
+
For more information, see [DEVELOPMENT.md](./DEVELOPMENT.md).
|
|
219
228
|
|
|
220
|
-
###
|
|
229
|
+
### Docker
|
|
230
|
+
Start a Langflow container with default settings:
|
|
231
|
+
```shell
|
|
232
|
+
docker run -p 7860:7860 langflowai/langflow:latest
|
|
233
|
+
```
|
|
234
|
+
Langflow is available at http://localhost:7860/.
|
|
235
|
+
For configuration options, see the [Docker deployment guide](https://docs.langflow.org/deployment-docker).
|
|
221
236
|
|
|
222
|
-
|
|
237
|
+
> [!CAUTION]
|
|
238
|
+
> - Langflow versions 1.6.0 through 1.6.3 have a critical bug where `.env` files are not read, potentially causing security vulnerabilities. **DO NOT** upgrade to these versions if you use `.env` files for configuration. Instead, upgrade to 1.6.4, which includes a fix for this bug.
|
|
239
|
+
> - Windows users of Langflow Desktop should **not** use the in-app update feature to upgrade to Langflow version 1.6.0. For upgrade instructions, see [Windows Desktop update issue](https://docs.langflow.org/release-notes#windows-desktop-update-issue).
|
|
240
|
+
> - Users must update to Langflow >= 1.3 to protect against [CVE-2025-3248](https://nvd.nist.gov/vuln/detail/CVE-2025-3248)
|
|
241
|
+
> - Users must update to Langflow >= 1.5.1 to protect against [CVE-2025-57760](https://github.com/langflow-ai/langflow/security/advisories/GHSA-4gv9-mp8m-592r)
|
|
242
|
+
>
|
|
243
|
+
> For security information, see our [Security Policy](./SECURITY.md) and [Security Advisories](https://github.com/langflow-ai/langflow/security/advisories).
|
|
223
244
|
|
|
224
|
-
##
|
|
245
|
+
## 🚀 Deployment
|
|
225
246
|
|
|
226
|
-
Langflow is completely open source
|
|
247
|
+
Langflow is completely open source and you can deploy it to all major deployment clouds. To learn how to deploy Langflow, see our [Langflow deployment guides](https://docs.langflow.org/deployment-overview).
|
|
227
248
|
|
|
228
249
|
## ⭐ Stay up-to-date
|
|
229
250
|
|
|
@@ -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.7.0.dev35.dist-info/METADATA,sha256=tjbWOXujD4xWJ8eEjp_Vxfdu_VAr_e3kOFGIBKowbkI,12742
|
|
4
|
+
langflow_nightly-1.7.0.dev35.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
5
|
+
langflow_nightly-1.7.0.dev35.dist-info/entry_points.txt,sha256=4UA4EThOOWPkrd7VqZJCcB0rh746GQJWAXNk15vq944,61
|
|
6
|
+
langflow_nightly-1.7.0.dev35.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
|
7
|
+
langflow_nightly-1.7.0.dev35.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.6.5.dev5.dist-info/METADATA,sha256=ZBdsVPl4oVByWqlgVES6tCZvRrTpkzqmvE9IrdLvBqs,12024
|
|
4
|
-
langflow_nightly-1.6.5.dev5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
5
|
-
langflow_nightly-1.6.5.dev5.dist-info/entry_points.txt,sha256=4UA4EThOOWPkrd7VqZJCcB0rh746GQJWAXNk15vq944,61
|
|
6
|
-
langflow_nightly-1.6.5.dev5.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
|
7
|
-
langflow_nightly-1.6.5.dev5.dist-info/RECORD,,
|
{langflow_nightly-1.6.5.dev5.dist-info → langflow_nightly-1.7.0.dev35.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{langflow_nightly-1.6.5.dev5.dist-info → langflow_nightly-1.7.0.dev35.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|