langflow-nightly 1.6.4.dev4__py3-none-any.whl → 1.6.4.dev6__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.dev4.dist-info → langflow_nightly-1.6.4.dev6.dist-info}/METADATA +22 -11
- langflow_nightly-1.6.4.dev6.dist-info/RECORD +7 -0
- langflow_nightly-1.6.4.dev4.dist-info/RECORD +0 -7
- {langflow_nightly-1.6.4.dev4.dist-info → langflow_nightly-1.6.4.dev6.dist-info}/WHEEL +0 -0
- {langflow_nightly-1.6.4.dev4.dist-info → langflow_nightly-1.6.4.dev6.dist-info}/entry_points.txt +0 -0
- {langflow_nightly-1.6.4.dev4.dist-info → langflow_nightly-1.6.4.dev6.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.dev6
|
|
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
|
|
@@ -73,7 +73,7 @@ Requires-Dist: langchain-pinecone<1.0.0,>=0.2.8
|
|
|
73
73
|
Requires-Dist: langchain-sambanova==0.1.0
|
|
74
74
|
Requires-Dist: langchain-unstructured==0.1.5
|
|
75
75
|
Requires-Dist: langchain==0.3.23
|
|
76
|
-
Requires-Dist: langflow-base-nightly==0.6.4.
|
|
76
|
+
Requires-Dist: langflow-base-nightly==0.6.4.dev6
|
|
77
77
|
Requires-Dist: langfuse==2.53.9
|
|
78
78
|
Requires-Dist: langsmith<1.0.0,>=0.3.42
|
|
79
79
|
Requires-Dist: langwatch<0.3.0,>=0.2.11
|
|
@@ -154,7 +154,6 @@ Description-Content-Type: text/markdown
|
|
|
154
154
|
|
|
155
155
|

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