langflow-nightly 1.5.1.dev28__py3-none-any.whl → 1.5.1.dev29__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.5.1.dev28.dist-info → langflow_nightly-1.5.1.dev29.dist-info}/METADATA +60 -45
- langflow_nightly-1.5.1.dev29.dist-info/RECORD +7 -0
- langflow_nightly-1.5.1.dev29.dist-info/entry_points.txt +2 -0
- langflow_nightly-1.5.1.dev28.dist-info/RECORD +0 -7
- langflow_nightly-1.5.1.dev28.dist-info/entry_points.txt +0 -2
- {langflow_nightly-1.5.1.dev28.dist-info → langflow_nightly-1.5.1.dev29.dist-info}/WHEEL +0 -0
- {langflow_nightly-1.5.1.dev28.dist-info → langflow_nightly-1.5.1.dev29.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: langflow-nightly
|
|
3
|
-
Version: 1.5.1.
|
|
3
|
+
Version: 1.5.1.dev29
|
|
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,12 @@ 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: ag2>=0.1.0
|
|
13
12
|
Requires-Dist: aiofile<4.0.0,>=3.9.0
|
|
13
|
+
Requires-Dist: aiosqlite==0.21.0
|
|
14
14
|
Requires-Dist: apify-client>=1.8.1
|
|
15
15
|
Requires-Dist: arize-phoenix-otel>=0.6.1
|
|
16
16
|
Requires-Dist: assemblyai==0.35.1
|
|
17
|
-
Requires-Dist: astra-assistants[tools]
|
|
17
|
+
Requires-Dist: astra-assistants[tools]<3.0.0,>=2.2.13
|
|
18
18
|
Requires-Dist: atlassian-python-api==3.41.16
|
|
19
19
|
Requires-Dist: beautifulsoup4==4.12.3
|
|
20
20
|
Requires-Dist: boto3==1.34.162
|
|
@@ -22,10 +22,10 @@ Requires-Dist: certifi<2025.0.0,>=2023.11.17
|
|
|
22
22
|
Requires-Dist: certifi==2024.8.30
|
|
23
23
|
Requires-Dist: chromadb==0.5.23
|
|
24
24
|
Requires-Dist: cleanlab-tlm>=1.1.2
|
|
25
|
-
Requires-Dist: composio-
|
|
26
|
-
Requires-Dist: composio
|
|
27
|
-
Requires-Dist: crewai==0.102.0
|
|
25
|
+
Requires-Dist: composio-langchain==0.8.5
|
|
26
|
+
Requires-Dist: composio==0.8.5
|
|
28
27
|
Requires-Dist: datasets>2.14.7
|
|
28
|
+
Requires-Dist: docling-core>=2.36.1
|
|
29
29
|
Requires-Dist: dspy-ai==2.5.41
|
|
30
30
|
Requires-Dist: duckduckgo-search==7.2.1
|
|
31
31
|
Requires-Dist: elasticsearch==8.16.0
|
|
@@ -33,6 +33,8 @@ Requires-Dist: faiss-cpu==1.9.0.post1
|
|
|
33
33
|
Requires-Dist: fake-useragent==1.5.1
|
|
34
34
|
Requires-Dist: fastavro==1.9.7; python_version < '3.13'
|
|
35
35
|
Requires-Dist: fastavro>=1.9.8; python_version >= '3.13'
|
|
36
|
+
Requires-Dist: fastparquet>=2024.11.0
|
|
37
|
+
Requires-Dist: filelock>=3.18.0
|
|
36
38
|
Requires-Dist: gassist>=0.0.1; sys_platform == 'win32'
|
|
37
39
|
Requires-Dist: gitpython==3.1.43
|
|
38
40
|
Requires-Dist: google-api-python-client==2.154.0
|
|
@@ -40,6 +42,7 @@ Requires-Dist: google-search-results<3.0.0,>=2.4.1
|
|
|
40
42
|
Requires-Dist: graph-retriever==0.6.1
|
|
41
43
|
Requires-Dist: huggingface-hub[inference]<1.0.0,>=0.23.2
|
|
42
44
|
Requires-Dist: ibm-watsonx-ai>=1.3.1
|
|
45
|
+
Requires-Dist: jigsawstack==0.2.7
|
|
43
46
|
Requires-Dist: jq==1.8.0
|
|
44
47
|
Requires-Dist: json-repair==0.30.3
|
|
45
48
|
Requires-Dist: kubernetes==31.0.0
|
|
@@ -48,34 +51,35 @@ Requires-Dist: langchain-astradb~=0.6.0
|
|
|
48
51
|
Requires-Dist: langchain-aws==0.2.7
|
|
49
52
|
Requires-Dist: langchain-chroma==0.1.4
|
|
50
53
|
Requires-Dist: langchain-cohere==0.3.3
|
|
51
|
-
Requires-Dist: langchain-community~=0.3.
|
|
54
|
+
Requires-Dist: langchain-community~=0.3.21
|
|
52
55
|
Requires-Dist: langchain-elasticsearch==0.3.0
|
|
53
56
|
Requires-Dist: langchain-google-calendar-tools==0.0.1
|
|
54
57
|
Requires-Dist: langchain-google-community==2.0.3
|
|
55
58
|
Requires-Dist: langchain-google-genai==2.0.6
|
|
56
|
-
Requires-Dist: langchain-google-vertexai
|
|
59
|
+
Requires-Dist: langchain-google-vertexai<3.0.0,>=2.0.7
|
|
57
60
|
Requires-Dist: langchain-graph-retriever==0.6.1
|
|
58
61
|
Requires-Dist: langchain-groq==0.2.1
|
|
62
|
+
Requires-Dist: langchain-huggingface==0.3.1
|
|
59
63
|
Requires-Dist: langchain-ibm>=0.3.8
|
|
60
64
|
Requires-Dist: langchain-milvus==0.1.7
|
|
61
65
|
Requires-Dist: langchain-mistralai==0.2.3
|
|
62
66
|
Requires-Dist: langchain-mongodb==0.2.0
|
|
63
67
|
Requires-Dist: langchain-nvidia-ai-endpoints==0.3.8
|
|
64
68
|
Requires-Dist: langchain-ollama==0.2.1
|
|
65
|
-
Requires-Dist: langchain-openai
|
|
66
|
-
Requires-Dist: langchain-pinecone
|
|
69
|
+
Requires-Dist: langchain-openai>=0.2.12
|
|
70
|
+
Requires-Dist: langchain-pinecone>=0.2.8
|
|
67
71
|
Requires-Dist: langchain-sambanova==0.1.0
|
|
68
72
|
Requires-Dist: langchain-unstructured==0.1.5
|
|
69
|
-
Requires-Dist: langchain==0.3.
|
|
70
|
-
Requires-Dist: langflow-base-nightly==0.5.1.
|
|
73
|
+
Requires-Dist: langchain==0.3.23
|
|
74
|
+
Requires-Dist: langflow-base-nightly==0.5.1.dev29
|
|
71
75
|
Requires-Dist: langfuse==2.53.9
|
|
72
76
|
Requires-Dist: langsmith<1.0.0,>=0.3.42
|
|
73
|
-
Requires-Dist: langwatch
|
|
77
|
+
Requires-Dist: langwatch<0.3.0,>=0.2.11
|
|
74
78
|
Requires-Dist: lark==1.2.2
|
|
75
|
-
Requires-Dist: litellm
|
|
79
|
+
Requires-Dist: litellm<2.0.0,>=1.60.2
|
|
76
80
|
Requires-Dist: markdown==3.7
|
|
77
81
|
Requires-Dist: markupsafe==3.0.2
|
|
78
|
-
Requires-Dist: mcp>=
|
|
82
|
+
Requires-Dist: mcp>=1.10.1
|
|
79
83
|
Requires-Dist: mem0ai==0.1.34
|
|
80
84
|
Requires-Dist: metal-sdk==2.5.1
|
|
81
85
|
Requires-Dist: metaphor-python==0.1.23
|
|
@@ -91,49 +95,55 @@ Requires-Dist: pgvector==0.3.6
|
|
|
91
95
|
Requires-Dist: pyarrow==19.0.0
|
|
92
96
|
Requires-Dist: pydantic-ai>=0.0.19
|
|
93
97
|
Requires-Dist: pydantic-settings<3.0.0,>=2.2.0
|
|
94
|
-
Requires-Dist: pylint>=3.3.4
|
|
95
98
|
Requires-Dist: pymongo==4.10.1
|
|
96
99
|
Requires-Dist: pytube==15.0.0
|
|
97
100
|
Requires-Dist: pywin32==307; sys_platform == 'win32'
|
|
98
101
|
Requires-Dist: qdrant-client==1.9.2
|
|
99
102
|
Requires-Dist: qianfan==0.3.5
|
|
100
|
-
Requires-Dist:
|
|
101
|
-
Requires-Dist: redis==5.2.1
|
|
102
|
-
Requires-Dist: ruff>=0.9.7
|
|
103
|
+
Requires-Dist: redis>=5.2.1
|
|
103
104
|
Requires-Dist: scipy>=1.14.1
|
|
104
105
|
Requires-Dist: scrapegraph-py>=1.12.0
|
|
105
106
|
Requires-Dist: smolagents>=1.8.0
|
|
106
107
|
Requires-Dist: spider-client==0.1.24
|
|
107
108
|
Requires-Dist: sqlalchemy[aiosqlite]<3.0.0,>=2.0.38
|
|
108
109
|
Requires-Dist: sseclient-py==1.8.0
|
|
109
|
-
Requires-Dist:
|
|
110
|
+
Requires-Dist: structlog>=25.4.0
|
|
111
|
+
Requires-Dist: supabase<3.0.0,>=2.6.0
|
|
112
|
+
Requires-Dist: traceloop-sdk>=0.43.1
|
|
110
113
|
Requires-Dist: twelvelabs>=0.4.7
|
|
111
114
|
Requires-Dist: types-cachetools==5.5.0.20240820
|
|
112
115
|
Requires-Dist: upstash-vector==0.6.0
|
|
113
|
-
Requires-Dist: uv
|
|
116
|
+
Requires-Dist: uv==0.7.20
|
|
114
117
|
Requires-Dist: weaviate-client==4.10.2
|
|
115
|
-
Requires-Dist: webrtcvad>=2.0.10
|
|
116
118
|
Requires-Dist: wikipedia==1.4.0
|
|
117
119
|
Requires-Dist: wolframalpha==5.1.3
|
|
118
120
|
Requires-Dist: yfinance==0.2.50
|
|
119
121
|
Requires-Dist: youtube-transcript-api==0.6.3
|
|
120
122
|
Requires-Dist: zep-python==2.0.2
|
|
123
|
+
Provides-Extra: audio
|
|
124
|
+
Requires-Dist: webrtcvad>=2.0.10; extra == 'audio'
|
|
121
125
|
Provides-Extra: cassio
|
|
122
126
|
Requires-Dist: cassio>=0.1.7; extra == 'cassio'
|
|
123
127
|
Provides-Extra: clickhouse-connect
|
|
124
128
|
Requires-Dist: clickhouse-connect==0.7.19; extra == 'clickhouse-connect'
|
|
125
129
|
Provides-Extra: couchbase
|
|
126
130
|
Requires-Dist: couchbase>=4.2.1; extra == 'couchbase'
|
|
131
|
+
Provides-Extra: docling
|
|
132
|
+
Requires-Dist: docling>=2.36.1; extra == 'docling'
|
|
133
|
+
Requires-Dist: langchain-docling>=1.1.0; extra == 'docling'
|
|
134
|
+
Requires-Dist: ocrmac>=1.0.0; (sys_platform == 'darwin') and extra == 'docling'
|
|
135
|
+
Requires-Dist: rapidocr-onnxruntime>=1.4.4; extra == 'docling'
|
|
136
|
+
Requires-Dist: tesserocr>=2.8.0; extra == 'docling'
|
|
127
137
|
Provides-Extra: local
|
|
128
138
|
Requires-Dist: ctransformers>=0.2.10; extra == 'local'
|
|
129
139
|
Requires-Dist: llama-cpp-python~=0.2.0; extra == 'local'
|
|
130
140
|
Requires-Dist: sentence-transformers>=2.3.1; extra == 'local'
|
|
131
141
|
Provides-Extra: nv-ingest
|
|
132
|
-
Requires-Dist: nv-ingest-api
|
|
133
|
-
Requires-Dist: nv-ingest-client
|
|
142
|
+
Requires-Dist: nv-ingest-api<26.0.0,==25.6.2; (python_version >= '3.12') and extra == 'nv-ingest'
|
|
143
|
+
Requires-Dist: nv-ingest-client<26.0.0,==25.6.3; (python_version >= '3.12') and extra == 'nv-ingest'
|
|
134
144
|
Provides-Extra: postgresql
|
|
135
|
-
Requires-Dist: sqlalchemy[postgresql-psycopg2binary]; extra == 'postgresql'
|
|
136
|
-
Requires-Dist: sqlalchemy[postgresql-psycopg]; extra == 'postgresql'
|
|
145
|
+
Requires-Dist: sqlalchemy[postgresql-psycopg2binary]<3.0.0,>=2.0.38; extra == 'postgresql'
|
|
146
|
+
Requires-Dist: sqlalchemy[postgresql-psycopg]<3.0.0,>=2.0.38; extra == 'postgresql'
|
|
137
147
|
Description-Content-Type: text/markdown
|
|
138
148
|
|
|
139
149
|
<!-- markdownlint-disable MD030 -->
|
|
@@ -149,45 +159,50 @@ Description-Content-Type: text/markdown
|
|
|
149
159
|
[](https://twitter.com/langflow_ai)
|
|
150
160
|
[](https://www.youtube.com/@Langflow)
|
|
151
161
|
[](https://discord.gg/EqksyE2EX9)
|
|
162
|
+
[](https://deepwiki.com/langflow-ai/langflow)
|
|
152
163
|
|
|
164
|
+
> [!CAUTION]
|
|
165
|
+
> - Users must update to Langflow >= 1.3 to protect against [CVE-2025-3248](https://nvd.nist.gov/vuln/detail/CVE-2025-3248)
|
|
166
|
+
> - 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)
|
|
167
|
+
>
|
|
168
|
+
> For security information, see our [Security Policy](./SECURITY.md) and [Security Advisories](https://github.com/langflow-ai/langflow/security/advisories).
|
|
153
169
|
|
|
154
|
-
[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
|
|
170
|
+
[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.
|
|
155
171
|
|
|
156
172
|
## ✨ Highlight features
|
|
157
173
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
174
|
+
- **Visual builder interface** to quickly get started and iterate .
|
|
175
|
+
- **Source code access** lets you customize any component using Python.
|
|
176
|
+
- **Interactive playground** to immediately test and refine your flows with step-by-step control.
|
|
177
|
+
- **Multi-agent orchestration** with conversation management and retrieval.
|
|
178
|
+
- **Deploy as an API** or export as JSON for Python apps.
|
|
179
|
+
- **Deploy as an MCP server** and turn your flows into tools for MCP clients.
|
|
180
|
+
- **Observability** with LangSmith, LangFuse and other integrations.
|
|
181
|
+
- **Enterprise-ready** security and scalability.
|
|
165
182
|
|
|
166
183
|
## ⚡️ Quickstart
|
|
167
184
|
|
|
168
|
-
Langflow
|
|
185
|
+
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/).
|
|
169
186
|
|
|
170
|
-
|
|
187
|
+
1. To install Langflow, run:
|
|
171
188
|
|
|
172
189
|
```shell
|
|
173
|
-
uv pip install langflow
|
|
190
|
+
uv pip install langflow -U
|
|
174
191
|
```
|
|
175
192
|
|
|
176
|
-
|
|
193
|
+
2. To run Langflow, run:
|
|
177
194
|
|
|
178
195
|
```shell
|
|
179
|
-
|
|
196
|
+
uv run langflow run
|
|
180
197
|
```
|
|
181
198
|
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
### Self-managed
|
|
199
|
+
3. Go to the default Langflow URL at `http://127.0.0.1:7860`.
|
|
185
200
|
|
|
186
|
-
|
|
201
|
+
For more information about installing Langflow, including Docker and Desktop options, see [Install Langflow](https://docs.langflow.org/get-started-installation).
|
|
187
202
|
|
|
188
|
-
|
|
203
|
+
## 📦 Deployment
|
|
189
204
|
|
|
190
|
-
|
|
205
|
+
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).
|
|
191
206
|
|
|
192
207
|
## ⭐ Stay up-to-date
|
|
193
208
|
|
|
@@ -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.5.1.dev29.dist-info/METADATA,sha256=JkMpM37Lf_KnTxvMdOy6ukvIiOuTgMie1LIeKxAVNJo,10563
|
|
4
|
+
langflow_nightly-1.5.1.dev29.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
5
|
+
langflow_nightly-1.5.1.dev29.dist-info/entry_points.txt,sha256=4UA4EThOOWPkrd7VqZJCcB0rh746GQJWAXNk15vq944,61
|
|
6
|
+
langflow_nightly-1.5.1.dev29.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
|
7
|
+
langflow_nightly-1.5.1.dev29.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.5.1.dev28.dist-info/METADATA,sha256=k2ODrE0Oe57lqIknbOlJNwq2r6hL-BDIwRCKsivyCAI,9182
|
|
4
|
-
langflow_nightly-1.5.1.dev28.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
5
|
-
langflow_nightly-1.5.1.dev28.dist-info/entry_points.txt,sha256=KuA_Vv7gN2FYO9GXefQck3J4kBMJO_NrECEW_8YkoWk,52
|
|
6
|
-
langflow_nightly-1.5.1.dev28.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
|
7
|
-
langflow_nightly-1.5.1.dev28.dist-info/RECORD,,
|
|
File without changes
|
{langflow_nightly-1.5.1.dev28.dist-info → langflow_nightly-1.5.1.dev29.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|