langflow-nightly 1.4.3.dev2__py3-none-any.whl → 1.4.3.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.
- {langflow_nightly-1.4.3.dev2.dist-info → langflow_nightly-1.4.3.dev3.dist-info}/METADATA +4 -2
- langflow_nightly-1.4.3.dev3.dist-info/RECORD +7 -0
- langflow_nightly-1.4.3.dev2.dist-info/RECORD +0 -7
- {langflow_nightly-1.4.3.dev2.dist-info → langflow_nightly-1.4.3.dev3.dist-info}/WHEEL +0 -0
- {langflow_nightly-1.4.3.dev2.dist-info → langflow_nightly-1.4.3.dev3.dist-info}/entry_points.txt +0 -0
- {langflow_nightly-1.4.3.dev2.dist-info → langflow_nightly-1.4.3.dev3.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: langflow-nightly
|
3
|
-
Version: 1.4.3.
|
3
|
+
Version: 1.4.3.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
|
@@ -67,7 +67,7 @@ Requires-Dist: langchain-pinecone>=0.2.8
|
|
67
67
|
Requires-Dist: langchain-sambanova==0.1.0
|
68
68
|
Requires-Dist: langchain-unstructured==0.1.5
|
69
69
|
Requires-Dist: langchain==0.3.21
|
70
|
-
Requires-Dist: langflow-base-nightly==0.4.3.
|
70
|
+
Requires-Dist: langflow-base-nightly==0.4.3.dev3
|
71
71
|
Requires-Dist: langfuse==2.53.9
|
72
72
|
Requires-Dist: langsmith<1.0.0,>=0.3.42
|
73
73
|
Requires-Dist: langwatch==0.1.16
|
@@ -151,6 +151,8 @@ Description-Content-Type: text/markdown
|
|
151
151
|
[](https://www.youtube.com/@Langflow)
|
152
152
|
[](https://discord.gg/EqksyE2EX9)
|
153
153
|
|
154
|
+
> [!CAUTION]
|
155
|
+
> Users must update to Langflow >= 1.3 to protect against [CVE-2025-3248](https://nvd.nist.gov/vuln/detail/CVE-2025-3248).
|
154
156
|
|
155
157
|
[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 a built-in API server that turns every agent into an API endpoint 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.
|
156
158
|
|
@@ -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.4.3.dev3.dist-info/METADATA,sha256=izmH-n64o1m17vbXPbK6FmZD2jB0ZjhhWgbm0wpQB68,9356
|
4
|
+
langflow_nightly-1.4.3.dev3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
+
langflow_nightly-1.4.3.dev3.dist-info/entry_points.txt,sha256=KuA_Vv7gN2FYO9GXefQck3J4kBMJO_NrECEW_8YkoWk,52
|
6
|
+
langflow_nightly-1.4.3.dev3.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
7
|
+
langflow_nightly-1.4.3.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.4.3.dev2.dist-info/METADATA,sha256=K7SkZgOsqWBtbVfGIP0SWZO-QxIa9pytQ1rCmg0AQ9Q,9220
|
4
|
-
langflow_nightly-1.4.3.dev2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
-
langflow_nightly-1.4.3.dev2.dist-info/entry_points.txt,sha256=KuA_Vv7gN2FYO9GXefQck3J4kBMJO_NrECEW_8YkoWk,52
|
6
|
-
langflow_nightly-1.4.3.dev2.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
7
|
-
langflow_nightly-1.4.3.dev2.dist-info/RECORD,,
|
File without changes
|
{langflow_nightly-1.4.3.dev2.dist-info → langflow_nightly-1.4.3.dev3.dist-info}/entry_points.txt
RENAMED
File without changes
|
{langflow_nightly-1.4.3.dev2.dist-info → langflow_nightly-1.4.3.dev3.dist-info}/licenses/LICENSE
RENAMED
File without changes
|