langflow-nightly 1.6.4.dev2__py3-none-any.whl → 1.7.0.dev3__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: langflow-nightly
3
- Version: 1.6.4.dev2
3
+ Version: 1.7.0.dev3
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,12 +9,14 @@ 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
13
  Requires-Dist: aiofile<4.0.0,>=3.9.0
13
14
  Requires-Dist: aiosqlite==0.21.0
14
15
  Requires-Dist: apify-client<2.0.0,>=1.8.1
15
16
  Requires-Dist: arize-phoenix-otel<1.0.0,>=0.6.1
16
17
  Requires-Dist: assemblyai==0.35.1
17
18
  Requires-Dist: astra-assistants[tools]<3.0.0,>=2.2.13
19
+ Requires-Dist: astrapy<3.0.0,>=2.1.0
18
20
  Requires-Dist: atlassian-python-api==3.41.16
19
21
  Requires-Dist: beautifulsoup4==4.12.3
20
22
  Requires-Dist: boto3<2.0.0,>=1.34.162
@@ -24,6 +26,7 @@ Requires-Dist: cleanlab-tlm<2.0.0,>=1.1.2
24
26
  Requires-Dist: composio-langchain==0.8.5
25
27
  Requires-Dist: composio==0.8.5
26
28
  Requires-Dist: cryptography<44.0.0,>=43.0.1
29
+ Requires-Dist: cuga==0.1.2
27
30
  Requires-Dist: datasets<4.0.0,>2.14.7
28
31
  Requires-Dist: docling-core<3.0.0,>=2.36.1
29
32
  Requires-Dist: docling<3.0.0,>=2.36.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
@@ -67,13 +70,13 @@ Requires-Dist: langchain-milvus==0.1.7
67
70
  Requires-Dist: langchain-mistralai==0.2.3
68
71
  Requires-Dist: langchain-mongodb==0.7.0
69
72
  Requires-Dist: langchain-nvidia-ai-endpoints==0.3.8
70
- Requires-Dist: langchain-ollama==0.2.1
73
+ Requires-Dist: langchain-ollama==0.3.10
71
74
  Requires-Dist: langchain-openai<1.0.0,>=0.2.12
72
75
  Requires-Dist: langchain-pinecone<1.0.0,>=0.2.8
73
76
  Requires-Dist: langchain-sambanova==0.1.0
74
77
  Requires-Dist: langchain-unstructured==0.1.5
75
78
  Requires-Dist: langchain==0.3.23
76
- Requires-Dist: langflow-base-nightly==0.6.4.dev2
79
+ Requires-Dist: langflow-base-nightly==1.7.0.dev3
77
80
  Requires-Dist: langfuse==2.53.9
78
81
  Requires-Dist: langsmith<1.0.0,>=0.3.42
79
82
  Requires-Dist: langwatch<0.3.0,>=0.2.11
@@ -123,7 +126,7 @@ Requires-Dist: weaviate-client==4.10.2
123
126
  Requires-Dist: wikipedia==1.4.0
124
127
  Requires-Dist: wolframalpha==5.1.3
125
128
  Requires-Dist: yfinance==0.2.50
126
- Requires-Dist: youtube-transcript-api==0.6.3
129
+ Requires-Dist: youtube-transcript-api<2.0.0,>=1.0.0
127
130
  Requires-Dist: zep-python==2.0.2
128
131
  Provides-Extra: audio
129
132
  Requires-Dist: webrtcvad>=2.0.10; extra == 'audio'
@@ -154,7 +157,6 @@ Description-Content-Type: text/markdown
154
157
 
155
158
  ![Langflow logo](./docs/static/img/langflow-logo-color-black-solid.svg)
156
159
 
157
-
158
160
  [![Release Notes](https://img.shields.io/github/release/langflow-ai/langflow?style=flat-square)](https://github.com/langflow-ai/langflow/releases)
159
161
  [![PyPI - License](https://img.shields.io/badge/license-MIT-orange)](https://opensource.org/licenses/MIT)
160
162
  [![PyPI - Downloads](https://img.shields.io/pypi/dm/langflow?style=flat-square)](https://pypistats.org/packages/langflow)
@@ -177,7 +179,7 @@ Description-Content-Type: text/markdown
177
179
 
178
180
  ## ✨ Highlight features
179
181
 
180
- - **Visual builder interface** to quickly get started and iterate .
182
+ - **Visual builder interface** to quickly get started and iterate.
181
183
  - **Source code access** lets you customize any component using Python.
182
184
  - **Interactive playground** to immediately test and refine your flows with step-by-step control.
183
185
  - **Multi-agent orchestration** with conversation management and retrieval.
@@ -188,27 +190,40 @@ Description-Content-Type: text/markdown
188
190
 
189
191
  ## ⚡️ Quickstart
190
192
 
191
- Langflow requires [Python 3.10 to 3.13](https://www.python.org/downloads/release/python-3100/) and [uv](https://docs.astral.sh/uv/getting-started/installation/).
193
+ ### Install locally (recommended)
194
+
195
+ Requires Python 3.10–3.13 and [uv](https://docs.astral.sh/uv/getting-started/installation/) (recommended package manager).
192
196
 
193
- 1. To install Langflow, run:
197
+ #### Install
194
198
 
195
199
  ```shell
196
200
  uv pip install langflow -U
197
201
  ```
198
202
 
199
- 2. To run Langflow, run:
203
+ Installs the latest Langflow package.
204
+
205
+ #### Run
200
206
 
201
207
  ```shell
202
208
  uv run langflow run
203
209
  ```
204
210
 
205
- 3. Go to the default Langflow URL at `http://127.0.0.1:7860`.
211
+ Starts the Langflow server at http://127.0.0.1:7860.
212
+
213
+ That's it! You're ready to build with Langflow 🎉
206
214
 
207
- For more information about installing Langflow, including Docker and Desktop options, see [Install Langflow](https://docs.langflow.org/get-started-installation).
215
+ ### Other install options
216
+
217
+ - [Docker](https://docs.langflow.org/deployment-docker)
218
+ - [Desktop app](https://docs.langflow.org/get-started-installation#install-and-run-langflow-desktop)
219
+
220
+ ### Install from repo
221
+
222
+ If you're contributing or running from source, see [DEVELOPMENT.md](./DEVELOPMENT.md) for setup instructions.
208
223
 
209
224
  ## 📦 Deployment
210
225
 
211
- Langflow is completely open source and you can deploy it to all major deployment clouds. To learn how to use Docker to deploy Langflow, see the [Docker deployment guide](https://docs.langflow.org/deployment-docker).
226
+ Langflow is completely open source, and you can deploy it to all major clouds. To learn how to use Docker to deploy Langflow, see the [Docker deployment guide](https://docs.langflow.org/deployment-docker).
212
227
 
213
228
  ## ⭐ Stay up-to-date
214
229
 
@@ -227,4 +242,3 @@ We welcome contributions from developers of all levels. If you'd like to contrib
227
242
  ## ❤️ Contributors
228
243
 
229
244
  [![langflow contributors](https://contrib.rocks/image?repo=langflow-ai/langflow)](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.7.0.dev3.dist-info/METADATA,sha256=b3WsDtzxrrbF7QpIBAhxuNb7T-Te1zNNd7dgRYVxDRw,12031
4
+ langflow_nightly-1.7.0.dev3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ langflow_nightly-1.7.0.dev3.dist-info/entry_points.txt,sha256=4UA4EThOOWPkrd7VqZJCcB0rh746GQJWAXNk15vq944,61
6
+ langflow_nightly-1.7.0.dev3.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
7
+ langflow_nightly-1.7.0.dev3.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.dev2.dist-info/METADATA,sha256=rljwQ8dQc_hysq1ixPftcb7ifwbPYpOzojeITWYI5G4,11728
4
- langflow_nightly-1.6.4.dev2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
- langflow_nightly-1.6.4.dev2.dist-info/entry_points.txt,sha256=4UA4EThOOWPkrd7VqZJCcB0rh746GQJWAXNk15vq944,61
6
- langflow_nightly-1.6.4.dev2.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
7
- langflow_nightly-1.6.4.dev2.dist-info/RECORD,,