langflow-nightly 1.7.0.dev35__py3-none-any.whl → 1.8.0.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.
- {langflow_nightly-1.7.0.dev35.dist-info → langflow_nightly-1.8.0.dev7.dist-info}/METADATA +7 -3
- langflow_nightly-1.8.0.dev7.dist-info/RECORD +7 -0
- langflow_nightly-1.7.0.dev35.dist-info/RECORD +0 -7
- {langflow_nightly-1.7.0.dev35.dist-info → langflow_nightly-1.8.0.dev7.dist-info}/WHEEL +0 -0
- {langflow_nightly-1.7.0.dev35.dist-info → langflow_nightly-1.8.0.dev7.dist-info}/entry_points.txt +0 -0
- {langflow_nightly-1.7.0.dev35.dist-info → langflow_nightly-1.8.0.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.
|
|
3
|
+
Version: 1.8.0.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
|
|
@@ -9,6 +9,7 @@ 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: ag-ui-protocol>=0.1.10
|
|
12
13
|
Requires-Dist: agent-lifecycle-toolkit~=0.4.4
|
|
13
14
|
Requires-Dist: aioboto3<16.0.0,>=15.2.0
|
|
14
15
|
Requires-Dist: aiofile<4.0.0,>=3.9.0
|
|
@@ -27,7 +28,7 @@ Requires-Dist: cleanlab-tlm<2.0.0,>=1.1.2
|
|
|
27
28
|
Requires-Dist: composio-langchain==0.9.2
|
|
28
29
|
Requires-Dist: composio==0.9.2
|
|
29
30
|
Requires-Dist: cryptography<44.0.0,>=43.0.1
|
|
30
|
-
Requires-Dist: cuga~=0.
|
|
31
|
+
Requires-Dist: cuga~=0.2.6
|
|
31
32
|
Requires-Dist: datasets<4.0.0,>2.14.7
|
|
32
33
|
Requires-Dist: docling-core<3.0.0,>=2.36.1
|
|
33
34
|
Requires-Dist: docling<3.0.0,>=2.36.1; sys_platform != 'darwin' or platform_machine != 'x86_64'
|
|
@@ -68,6 +69,7 @@ Requires-Dist: langchain-graph-retriever==0.8.0
|
|
|
68
69
|
Requires-Dist: langchain-groq==0.2.1
|
|
69
70
|
Requires-Dist: langchain-huggingface==0.3.1
|
|
70
71
|
Requires-Dist: langchain-ibm>=0.3.8
|
|
72
|
+
Requires-Dist: langchain-mcp-adapters<0.2.0,>=0.1.14
|
|
71
73
|
Requires-Dist: langchain-milvus==0.1.7
|
|
72
74
|
Requires-Dist: langchain-mistralai==0.2.3
|
|
73
75
|
Requires-Dist: langchain-mongodb==0.7.0
|
|
@@ -78,7 +80,7 @@ Requires-Dist: langchain-pinecone<1.0.0,>=0.2.8
|
|
|
78
80
|
Requires-Dist: langchain-sambanova==0.1.0
|
|
79
81
|
Requires-Dist: langchain-unstructured==0.1.5
|
|
80
82
|
Requires-Dist: langchain==0.3.23
|
|
81
|
-
Requires-Dist: langflow-base-nightly==1.
|
|
83
|
+
Requires-Dist: langflow-base-nightly==1.8.0.dev7
|
|
82
84
|
Requires-Dist: langfuse==2.53.9
|
|
83
85
|
Requires-Dist: langsmith<1.0.0,>=0.3.42
|
|
84
86
|
Requires-Dist: langwatch<0.3.0,>=0.2.11
|
|
@@ -235,6 +237,8 @@ Langflow is available at http://localhost:7860/.
|
|
|
235
237
|
For configuration options, see the [Docker deployment guide](https://docs.langflow.org/deployment-docker).
|
|
236
238
|
|
|
237
239
|
> [!CAUTION]
|
|
240
|
+
> - Users must update to Langflow >= 1.7.1 to protect against [CVE-2025-68477](https://github.com/langflow-ai/langflow/security/advisories/GHSA-5993-7p27-66g5) and [CVE-2025-68478](https://github.com/langflow-ai/langflow/security/advisories/GHSA-f43r-cc68-gpx4).
|
|
241
|
+
> - Langflow version 1.7.0 has a critical bug where persisted state (flows, projects, and global variables) cannot be found when upgrading. Version 1.7.0 was yanked and replaced with version 1.7.1, which includes a fix for this bug. **DO NOT** upgrade to version 1.7.0. Instead, upgrade directly to version 1.7.1.
|
|
238
242
|
> - 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
243
|
> - 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
244
|
> - Users must update to Langflow >= 1.3 to protect against [CVE-2025-3248](https://nvd.nist.gov/vuln/detail/CVE-2025-3248)
|
|
@@ -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.8.0.dev7.dist-info/METADATA,sha256=SmTlZEVZm35X8S1XQcFaLR8KmfK5hUnTk6SMbJ0dv_k,13407
|
|
4
|
+
langflow_nightly-1.8.0.dev7.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
5
|
+
langflow_nightly-1.8.0.dev7.dist-info/entry_points.txt,sha256=4UA4EThOOWPkrd7VqZJCcB0rh746GQJWAXNk15vq944,61
|
|
6
|
+
langflow_nightly-1.8.0.dev7.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
|
7
|
+
langflow_nightly-1.8.0.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.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,,
|
|
File without changes
|
{langflow_nightly-1.7.0.dev35.dist-info → langflow_nightly-1.8.0.dev7.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{langflow_nightly-1.7.0.dev35.dist-info → langflow_nightly-1.8.0.dev7.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|