langflow-nightly 1.1.1.dev6__py3-none-any.whl → 1.1.1.dev8__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.1.1.dev6.dist-info → langflow_nightly-1.1.1.dev8.dist-info}/METADATA +10 -9
- langflow_nightly-1.1.1.dev8.dist-info/RECORD +7 -0
- langflow_nightly-1.1.1.dev6.dist-info/RECORD +0 -7
- {langflow_nightly-1.1.1.dev6.dist-info → langflow_nightly-1.1.1.dev8.dist-info}/WHEEL +0 -0
- {langflow_nightly-1.1.1.dev6.dist-info → langflow_nightly-1.1.1.dev8.dist-info}/entry_points.txt +0 -0
- {langflow_nightly-1.1.1.dev6.dist-info → langflow_nightly-1.1.1.dev8.dist-info}/licenses/LICENSE +0 -0
@@ -1,13 +1,14 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: langflow-nightly
|
3
|
-
Version: 1.1.1.
|
3
|
+
Version: 1.1.1.dev8
|
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
|
7
7
|
Maintainer-email: Carlos Coelho <carlos@langflow.org>, Cristhian Zanforlin <cristhian.lousa@gmail.com>, Gabriel Almeida <gabriel@langflow.org>, Igor Carvalho <igorr.ackerman@gmail.com>, Lucas Eduoli <lucaseduoli@gmail.com>, Otávio Anovazzi <otavio2204@gmail.com>, Rodrigo Nader <rodrigo@langflow.org>, Italo dos Anjos <italojohnnydosanjos@gmail.com>
|
8
8
|
License: MIT
|
9
9
|
Keywords: gpt,gui,langchain,nlp,openai
|
10
|
-
Requires-Python: <3.
|
10
|
+
Requires-Python: <3.14,>=3.10
|
11
|
+
Requires-Dist: ag2>=0.3.2
|
11
12
|
Requires-Dist: aiofile<4.0.0,>=3.9.0
|
12
13
|
Requires-Dist: arize-phoenix-otel>=0.6.1
|
13
14
|
Requires-Dist: assemblyai==0.35.1
|
@@ -18,8 +19,8 @@ Requires-Dist: boto3==1.34.162
|
|
18
19
|
Requires-Dist: certifi<2025.0.0,>=2023.11.17
|
19
20
|
Requires-Dist: certifi==2024.8.30
|
20
21
|
Requires-Dist: chromadb==0.5.23
|
21
|
-
Requires-Dist: cohere==5.13.3
|
22
22
|
Requires-Dist: composio-langchain==0.5.42
|
23
|
+
Requires-Dist: crewai~=0.86.0
|
23
24
|
Requires-Dist: dspy-ai==2.5.41
|
24
25
|
Requires-Dist: duckduckgo-search==6.3.7
|
25
26
|
Requires-Dist: elasticsearch==8.16.0
|
@@ -53,7 +54,7 @@ Requires-Dist: langchain-openai==0.2.12
|
|
53
54
|
Requires-Dist: langchain-pinecone==0.2.0
|
54
55
|
Requires-Dist: langchain-unstructured==0.1.5
|
55
56
|
Requires-Dist: langchain==0.3.10
|
56
|
-
Requires-Dist: langflow-base-nightly==0.1.1.
|
57
|
+
Requires-Dist: langflow-base-nightly==0.1.1.dev8
|
57
58
|
Requires-Dist: langfuse==2.53.9
|
58
59
|
Requires-Dist: langsmith==0.1.147
|
59
60
|
Requires-Dist: langwatch==0.1.16
|
@@ -71,7 +72,6 @@ Requires-Dist: openinference-instrumentation-langchain==0.1.29
|
|
71
72
|
Requires-Dist: opensearch-py==2.8.0
|
72
73
|
Requires-Dist: pgvector==0.3.6
|
73
74
|
Requires-Dist: pyarrow==17.0.0
|
74
|
-
Requires-Dist: pyautogen==0.5.0
|
75
75
|
Requires-Dist: pydantic-settings==2.4.0
|
76
76
|
Requires-Dist: pymongo==4.10.1
|
77
77
|
Requires-Dist: pytube==15.0.0
|
@@ -129,6 +129,7 @@ Description-Content-Type: text/markdown
|
|
129
129
|
<a href="./README.zh_CN.md"><img alt="README in Simplified Chinese" src="https://img.shields.io/badge/简体中文-d9d9d9"></a>
|
130
130
|
<a href="./README.ja.md"><img alt="README in Japanese" src="https://img.shields.io/badge/日本語-d9d9d9"></a>
|
131
131
|
<a href="./README.KR.md"><img alt="README in KOREAN" src="https://img.shields.io/badge/한국어-d9d9d9"></a>
|
132
|
+
<a href="./README.FR.md"><img alt="README in French" src="https://img.shields.io/badge/Français-d9d9d9"></a>
|
132
133
|
</div>
|
133
134
|
|
134
135
|
## ✨ Core features
|
@@ -148,16 +149,16 @@ Description-Content-Type: text/markdown
|
|
148
149
|
|
149
150
|
## 📦 Quickstart
|
150
151
|
|
151
|
-
- **Install with
|
152
|
+
- **Install with uv (recommended)** (Python 3.10 to 3.12):
|
152
153
|
|
153
154
|
```shell
|
154
|
-
pip install langflow
|
155
|
+
uv pip install langflow
|
155
156
|
```
|
156
157
|
|
157
|
-
- **Install with
|
158
|
+
- **Install with pip** (Python 3.10 to 3.12):
|
158
159
|
|
159
160
|
```shell
|
160
|
-
|
161
|
+
pip install langflow
|
161
162
|
```
|
162
163
|
|
163
164
|
- **Cloud:** DataStax Langflow is a hosted environment with zero setup. [Sign up for a free account.](https://astra.datastax.com/signup?type=langflow)
|
@@ -0,0 +1,7 @@
|
|
1
|
+
langflow/version/__init__.py,sha256=eAQv-Bw2fwYEc_aLqZjtMAZNdYFLaUgZRmUtVbMybqw,23
|
2
|
+
langflow/version/version.py,sha256=7XM0JexZ9q5hPM_Ao-JNRXga6ijWIN0py3PdoVWWlJs,1206
|
3
|
+
langflow_nightly-1.1.1.dev8.dist-info/METADATA,sha256=Z23-LX4ydJdpksCQ7OeciqfEzlCKBSoRg1WQ1tX6Xqg,8518
|
4
|
+
langflow_nightly-1.1.1.dev8.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
5
|
+
langflow_nightly-1.1.1.dev8.dist-info/entry_points.txt,sha256=KuA_Vv7gN2FYO9GXefQck3J4kBMJO_NrECEW_8YkoWk,52
|
6
|
+
langflow_nightly-1.1.1.dev8.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
7
|
+
langflow_nightly-1.1.1.dev8.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
langflow/version/__init__.py,sha256=eAQv-Bw2fwYEc_aLqZjtMAZNdYFLaUgZRmUtVbMybqw,23
|
2
|
-
langflow/version/version.py,sha256=7XM0JexZ9q5hPM_Ao-JNRXga6ijWIN0py3PdoVWWlJs,1206
|
3
|
-
langflow_nightly-1.1.1.dev6.dist-info/METADATA,sha256=1Da7VkDOH9eo1gpGVceGa8z5noYEm3t2HiD5Lx8_0JU,8398
|
4
|
-
langflow_nightly-1.1.1.dev6.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
5
|
-
langflow_nightly-1.1.1.dev6.dist-info/entry_points.txt,sha256=KuA_Vv7gN2FYO9GXefQck3J4kBMJO_NrECEW_8YkoWk,52
|
6
|
-
langflow_nightly-1.1.1.dev6.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
|
7
|
-
langflow_nightly-1.1.1.dev6.dist-info/RECORD,,
|
File without changes
|
{langflow_nightly-1.1.1.dev6.dist-info → langflow_nightly-1.1.1.dev8.dist-info}/entry_points.txt
RENAMED
File without changes
|
{langflow_nightly-1.1.1.dev6.dist-info → langflow_nightly-1.1.1.dev8.dist-info}/licenses/LICENSE
RENAMED
File without changes
|