langflow-nightly 1.6.4.dev5__py3-none-any.whl → 1.6.4.dev7__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.
Potentially problematic release.
This version of langflow-nightly might be problematic. Click here for more details.
- {langflow_nightly-1.6.4.dev5.dist-info → langflow_nightly-1.6.4.dev7.dist-info}/METADATA +23 -11
- langflow_nightly-1.6.4.dev7.dist-info/RECORD +7 -0
- langflow_nightly-1.6.4.dev5.dist-info/RECORD +0 -7
- {langflow_nightly-1.6.4.dev5.dist-info → langflow_nightly-1.6.4.dev7.dist-info}/WHEEL +0 -0
- {langflow_nightly-1.6.4.dev5.dist-info → langflow_nightly-1.6.4.dev7.dist-info}/entry_points.txt +0 -0
- {langflow_nightly-1.6.4.dev5.dist-info → langflow_nightly-1.6.4.dev7.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langflow-nightly
|
|
3
|
-
Version: 1.6.4.
|
|
3
|
+
Version: 1.6.4.dev7
|
|
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
|
|
@@ -24,6 +24,7 @@ Requires-Dist: cleanlab-tlm<2.0.0,>=1.1.2
|
|
|
24
24
|
Requires-Dist: composio-langchain==0.8.5
|
|
25
25
|
Requires-Dist: composio==0.8.5
|
|
26
26
|
Requires-Dist: cryptography<44.0.0,>=43.0.1
|
|
27
|
+
Requires-Dist: cuga==0.1.2.dev3
|
|
27
28
|
Requires-Dist: datasets<4.0.0,>2.14.7
|
|
28
29
|
Requires-Dist: docling-core<3.0.0,>=2.36.1
|
|
29
30
|
Requires-Dist: docling<3.0.0,>=2.36.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
|
|
@@ -73,7 +74,7 @@ Requires-Dist: langchain-pinecone<1.0.0,>=0.2.8
|
|
|
73
74
|
Requires-Dist: langchain-sambanova==0.1.0
|
|
74
75
|
Requires-Dist: langchain-unstructured==0.1.5
|
|
75
76
|
Requires-Dist: langchain==0.3.23
|
|
76
|
-
Requires-Dist: langflow-base-nightly==0.6.4.
|
|
77
|
+
Requires-Dist: langflow-base-nightly==0.6.4.dev7
|
|
77
78
|
Requires-Dist: langfuse==2.53.9
|
|
78
79
|
Requires-Dist: langsmith<1.0.0,>=0.3.42
|
|
79
80
|
Requires-Dist: langwatch<0.3.0,>=0.2.11
|
|
@@ -154,7 +155,6 @@ Description-Content-Type: text/markdown
|
|
|
154
155
|
|
|
155
156
|

|
|
156
157
|
|
|
157
|
-
|
|
158
158
|
[](https://github.com/langflow-ai/langflow/releases)
|
|
159
159
|
[](https://opensource.org/licenses/MIT)
|
|
160
160
|
[](https://pypistats.org/packages/langflow)
|
|
@@ -188,23 +188,36 @@ Description-Content-Type: text/markdown
|
|
|
188
188
|
|
|
189
189
|
## ⚡️ Quickstart
|
|
190
190
|
|
|
191
|
-
|
|
191
|
+
### Install locally (recommended)
|
|
192
|
+
|
|
193
|
+
Requires Python 3.10–3.13 and [uv](https://docs.astral.sh/uv/getting-started/installation/) (recommended package manager).
|
|
192
194
|
|
|
193
|
-
|
|
195
|
+
#### Install
|
|
194
196
|
|
|
195
197
|
```shell
|
|
196
|
-
uv pip install langflow -U
|
|
198
|
+
$ uv pip install langflow -U
|
|
197
199
|
```
|
|
198
200
|
|
|
199
|
-
|
|
201
|
+
Installs the latest Langflow package.
|
|
202
|
+
|
|
203
|
+
#### Run
|
|
200
204
|
|
|
201
205
|
```shell
|
|
202
|
-
uv run langflow run
|
|
206
|
+
$ uv run langflow run
|
|
203
207
|
```
|
|
204
208
|
|
|
205
|
-
|
|
209
|
+
Starts the Langflow server at http://127.0.0.1:7860.
|
|
210
|
+
|
|
211
|
+
That's it! You're ready to build with Langflow 🎉
|
|
206
212
|
|
|
207
|
-
|
|
213
|
+
### Other install options
|
|
214
|
+
|
|
215
|
+
- [Docker](https://docs.langflow.org/deployment-docker)
|
|
216
|
+
- [Desktop app](https://docs.langflow.org/get-started-installation#install-and-run-langflow-desktop)
|
|
217
|
+
|
|
218
|
+
### Install from repo
|
|
219
|
+
|
|
220
|
+
If you're contributing or running from source, see [DEVELOPMENT.md](./DEVELOPMENT.md) for setup instructions.
|
|
208
221
|
|
|
209
222
|
## 📦 Deployment
|
|
210
223
|
|
|
@@ -227,4 +240,3 @@ We welcome contributions from developers of all levels. If you'd like to contrib
|
|
|
227
240
|
## ❤️ Contributors
|
|
228
241
|
|
|
229
242
|
[](https://github.com/langflow-ai/langflow/graphs/contributors)
|
|
230
|
-
|
|
@@ -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.6.4.dev7.dist-info/METADATA,sha256=xPIPFrenCAOjDLyV6Xd-IpnmRvfEm983BuD7TTeKUAQ,11967
|
|
4
|
+
langflow_nightly-1.6.4.dev7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
5
|
+
langflow_nightly-1.6.4.dev7.dist-info/entry_points.txt,sha256=4UA4EThOOWPkrd7VqZJCcB0rh746GQJWAXNk15vq944,61
|
|
6
|
+
langflow_nightly-1.6.4.dev7.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
|
7
|
+
langflow_nightly-1.6.4.dev7.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.4.dev5.dist-info/METADATA,sha256=sTBuraTlNgFcK3SFgw8kW5yUctEOjc676rMvfqc__Qo,11728
|
|
4
|
-
langflow_nightly-1.6.4.dev5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
5
|
-
langflow_nightly-1.6.4.dev5.dist-info/entry_points.txt,sha256=4UA4EThOOWPkrd7VqZJCcB0rh746GQJWAXNk15vq944,61
|
|
6
|
-
langflow_nightly-1.6.4.dev5.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
|
7
|
-
langflow_nightly-1.6.4.dev5.dist-info/RECORD,,
|
|
File without changes
|
{langflow_nightly-1.6.4.dev5.dist-info → langflow_nightly-1.6.4.dev7.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{langflow_nightly-1.6.4.dev5.dist-info → langflow_nightly-1.6.4.dev7.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|