langflow-nightly 1.5.1.dev22__py3-none-any.whl → 1.5.1.dev23__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.dev22.dist-info → langflow_nightly-1.5.1.dev23.dist-info}/METADATA +7 -5
- langflow_nightly-1.5.1.dev23.dist-info/RECORD +7 -0
- langflow_nightly-1.5.1.dev22.dist-info/RECORD +0 -7
- {langflow_nightly-1.5.1.dev22.dist-info → langflow_nightly-1.5.1.dev23.dist-info}/WHEEL +0 -0
- {langflow_nightly-1.5.1.dev22.dist-info → langflow_nightly-1.5.1.dev23.dist-info}/entry_points.txt +0 -0
- {langflow_nightly-1.5.1.dev22.dist-info → langflow_nightly-1.5.1.dev23.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.dev23
|
|
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
|
|
@@ -28,7 +28,6 @@ Requires-Dist: datasets>2.14.7
|
|
|
28
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
|
-
Requires-Dist: easyocr>=1.7.2
|
|
32
31
|
Requires-Dist: elasticsearch==8.16.0
|
|
33
32
|
Requires-Dist: faiss-cpu==1.9.0.post1
|
|
34
33
|
Requires-Dist: fake-useragent==1.5.1
|
|
@@ -72,7 +71,7 @@ Requires-Dist: langchain-pinecone>=0.2.8
|
|
|
72
71
|
Requires-Dist: langchain-sambanova==0.1.0
|
|
73
72
|
Requires-Dist: langchain-unstructured==0.1.5
|
|
74
73
|
Requires-Dist: langchain==0.3.23
|
|
75
|
-
Requires-Dist: langflow-base-nightly==0.5.1.
|
|
74
|
+
Requires-Dist: langflow-base-nightly==0.5.1.dev23
|
|
76
75
|
Requires-Dist: langfuse==2.53.9
|
|
77
76
|
Requires-Dist: langsmith<1.0.0,>=0.3.42
|
|
78
77
|
Requires-Dist: langwatch<0.3.0,>=0.2.11
|
|
@@ -89,7 +88,6 @@ Requires-Dist: networkx==3.4.2
|
|
|
89
88
|
Requires-Dist: nltk==3.9.1
|
|
90
89
|
Requires-Dist: numexpr==2.10.2
|
|
91
90
|
Requires-Dist: openai>=1.68.2
|
|
92
|
-
Requires-Dist: opencv-python>=4.11
|
|
93
91
|
Requires-Dist: openinference-instrumentation-langchain>=0.1.29
|
|
94
92
|
Requires-Dist: opensearch-py==2.8.0
|
|
95
93
|
Requires-Dist: opik>=1.6.3
|
|
@@ -132,6 +130,7 @@ Provides-Extra: couchbase
|
|
|
132
130
|
Requires-Dist: couchbase>=4.2.1; extra == 'couchbase'
|
|
133
131
|
Provides-Extra: docling
|
|
134
132
|
Requires-Dist: docling>=2.36.1; extra == 'docling'
|
|
133
|
+
Requires-Dist: langchain-docling>=1.1.0; extra == 'docling'
|
|
135
134
|
Requires-Dist: ocrmac>=1.0.0; (sys_platform == 'darwin') and extra == 'docling'
|
|
136
135
|
Requires-Dist: rapidocr-onnxruntime>=1.4.4; extra == 'docling'
|
|
137
136
|
Requires-Dist: tesserocr>=2.8.0; extra == 'docling'
|
|
@@ -163,7 +162,10 @@ Description-Content-Type: text/markdown
|
|
|
163
162
|
[](https://deepwiki.com/langflow-ai/langflow)
|
|
164
163
|
|
|
165
164
|
> [!CAUTION]
|
|
166
|
-
> Users must update to Langflow >= 1.3 to protect against [CVE-2025-3248](https://nvd.nist.gov/vuln/detail/CVE-2025-3248)
|
|
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).
|
|
167
169
|
|
|
168
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.
|
|
169
171
|
|
|
@@ -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.dev23.dist-info/METADATA,sha256=q2x96XpgSAZZg9gG6g4mhW2YFhbFUTnAJVvBta6p-0E,10563
|
|
4
|
+
langflow_nightly-1.5.1.dev23.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
5
|
+
langflow_nightly-1.5.1.dev23.dist-info/entry_points.txt,sha256=4UA4EThOOWPkrd7VqZJCcB0rh746GQJWAXNk15vq944,61
|
|
6
|
+
langflow_nightly-1.5.1.dev23.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
|
7
|
+
langflow_nightly-1.5.1.dev23.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.dev22.dist-info/METADATA,sha256=L7Vpqm6niP9N9lYvQkF08FcB2bXvEB7WGF_1L4GL9OI,10248
|
|
4
|
-
langflow_nightly-1.5.1.dev22.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
5
|
-
langflow_nightly-1.5.1.dev22.dist-info/entry_points.txt,sha256=4UA4EThOOWPkrd7VqZJCcB0rh746GQJWAXNk15vq944,61
|
|
6
|
-
langflow_nightly-1.5.1.dev22.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
|
7
|
-
langflow_nightly-1.5.1.dev22.dist-info/RECORD,,
|
|
File without changes
|
{langflow_nightly-1.5.1.dev22.dist-info → langflow_nightly-1.5.1.dev23.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{langflow_nightly-1.5.1.dev22.dist-info → langflow_nightly-1.5.1.dev23.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|