langflow-nightly 1.1.1.dev3__py3-none-any.whl → 1.1.1.dev6__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.
@@ -22,16 +22,16 @@ def get_version() -> str:
22
22
  "langflow-nightly",
23
23
  "langflow-base-nightly",
24
24
  ]
25
- _version = None
25
+ version = None
26
26
  for pkg_name in pkg_names:
27
27
  with contextlib.suppress(ImportError, metadata.PackageNotFoundError):
28
- _version = metadata.version(pkg_name)
28
+ version = metadata.version(pkg_name)
29
29
 
30
- if _version is None:
30
+ if version is None:
31
31
  msg = f"Package not found from options {pkg_names}"
32
32
  raise ValueError(msg)
33
33
 
34
- return _version
34
+ return version
35
35
 
36
36
 
37
37
  def is_pre_release(v: str) -> bool:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: langflow-nightly
3
- Version: 1.1.1.dev3
3
+ Version: 1.1.1.dev6
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,86 +9,89 @@ License: MIT
9
9
  Keywords: gpt,gui,langchain,nlp,openai
10
10
  Requires-Python: <3.13,>=3.10
11
11
  Requires-Dist: aiofile<4.0.0,>=3.9.0
12
- Requires-Dist: assemblyai<1.0.0,>=0.33.0
12
+ Requires-Dist: arize-phoenix-otel>=0.6.1
13
+ Requires-Dist: assemblyai==0.35.1
13
14
  Requires-Dist: astra-assistants[tools]~=2.2.6
14
- Requires-Dist: atlassian-python-api<4.0.0,>=3.41.16
15
- Requires-Dist: beautifulsoup4<5.0.0,>=4.12.2
16
- Requires-Dist: boto3~=1.34.162
15
+ Requires-Dist: atlassian-python-api==3.41.16
16
+ Requires-Dist: beautifulsoup4==4.12.3
17
+ Requires-Dist: boto3==1.34.162
17
18
  Requires-Dist: certifi<2025.0.0,>=2023.11.17
18
- Requires-Dist: chromadb<1.0.0,>=0.4
19
- Requires-Dist: cohere<6.0.0,>=5.5.3
19
+ Requires-Dist: certifi==2024.8.30
20
+ Requires-Dist: chromadb==0.5.23
21
+ Requires-Dist: cohere==5.13.3
20
22
  Requires-Dist: composio-langchain==0.5.42
21
- Requires-Dist: dspy-ai<3.0.0,>=2.4.0
22
- Requires-Dist: duckduckgo-search<7.0.0,>=6.3.4
23
- Requires-Dist: elasticsearch<9.0.0,>=8.12.0
24
- Requires-Dist: faiss-cpu<2.0.0,>=1.8.0
25
- Requires-Dist: fake-useragent<2.0.0,>=1.5.0
26
- Requires-Dist: fastavro<2.0.0,>=1.8.0
27
- Requires-Dist: gitpython<4.0.0,>=3.1.43
28
- Requires-Dist: google-api-python-client<3.0.0,>=2.130.0
23
+ Requires-Dist: dspy-ai==2.5.41
24
+ Requires-Dist: duckduckgo-search==6.3.7
25
+ Requires-Dist: elasticsearch==8.16.0
26
+ Requires-Dist: faiss-cpu==1.9.0.post1
27
+ Requires-Dist: fake-useragent==1.5.1
28
+ Requires-Dist: fastavro==1.9.7
29
+ Requires-Dist: gitpython==3.1.43
30
+ Requires-Dist: google-api-python-client==2.154.0
29
31
  Requires-Dist: google-search-results<3.0.0,>=2.4.1
30
32
  Requires-Dist: huggingface-hub[inference]<1.0.0,>=0.23.2
31
- Requires-Dist: jq<2.0.0,>=1.8.0
32
- Requires-Dist: json-repair<1.0.0,>=0.25.2
33
- Requires-Dist: kubernetes<32.0.0,>=30.1.0
34
- Requires-Dist: langchain-anthropic<1.0.0,>=0.1.23
35
- Requires-Dist: langchain-astradb~=0.5.2
36
- Requires-Dist: langchain-aws<1.0.0,>=0.1.16
37
- Requires-Dist: langchain-chroma<1.0.0,>=0.1.1
38
- Requires-Dist: langchain-cohere<1.0.0,>=0.1.5
39
- Requires-Dist: langchain-elasticsearch<1.0.0,>=0.2.0
40
- Requires-Dist: langchain-google-calendar-tools<1.0.0,>=0.0.1
41
- Requires-Dist: langchain-google-community~=2.0.1
42
- Requires-Dist: langchain-google-genai<3.0.0,>=2.0.1
43
- Requires-Dist: langchain-google-vertexai~=2.0.5
44
- Requires-Dist: langchain-groq<1.0.0,>=0.1.9
45
- Requires-Dist: langchain-milvus<1.0.0,>=0.1.1
46
- Requires-Dist: langchain-mistralai~=0.2.0
47
- Requires-Dist: langchain-mongodb<1.0.0,>=0.1.6
48
- Requires-Dist: langchain-nvidia-ai-endpoints~=0.3.0
49
- Requires-Dist: langchain-ollama<1.0.0,>=0.2.0
50
- Requires-Dist: langchain-openai~=0.2.2
51
- Requires-Dist: langchain-pinecone<1.0.0,>=0.1.3
52
- Requires-Dist: langchain-pinecone~=0.2.0
53
- Requires-Dist: langchain-unstructured~=0.1.5
54
- Requires-Dist: langchain~=0.3.3
55
- Requires-Dist: langflow-base-nightly==0.1.1.dev3
56
- Requires-Dist: langfuse~=2.53.1
57
- Requires-Dist: langsmith~=0.1.137
33
+ Requires-Dist: jq==1.8.0
34
+ Requires-Dist: json-repair==0.30.3
35
+ Requires-Dist: kubernetes==31.0.0
36
+ Requires-Dist: langchain-anthropic==0.3.0
37
+ Requires-Dist: langchain-astradb==0.5.2
38
+ Requires-Dist: langchain-aws==0.2.7
39
+ Requires-Dist: langchain-chroma==0.1.4
40
+ Requires-Dist: langchain-cohere==0.3.3
41
+ Requires-Dist: langchain-elasticsearch==0.3.0
42
+ Requires-Dist: langchain-google-calendar-tools==0.0.1
43
+ Requires-Dist: langchain-google-community==2.0.3
44
+ Requires-Dist: langchain-google-genai==2.0.6
45
+ Requires-Dist: langchain-google-vertexai==2.0.7
46
+ Requires-Dist: langchain-groq==0.2.1
47
+ Requires-Dist: langchain-milvus==0.1.7
48
+ Requires-Dist: langchain-mistralai==0.2.3
49
+ Requires-Dist: langchain-mongodb==0.2.0
50
+ Requires-Dist: langchain-nvidia-ai-endpoints==0.3.5
51
+ Requires-Dist: langchain-ollama==0.2.1
52
+ Requires-Dist: langchain-openai==0.2.12
53
+ Requires-Dist: langchain-pinecone==0.2.0
54
+ Requires-Dist: langchain-unstructured==0.1.5
55
+ Requires-Dist: langchain==0.3.10
56
+ Requires-Dist: langflow-base-nightly==0.1.1.dev6
57
+ Requires-Dist: langfuse==2.53.9
58
+ Requires-Dist: langsmith==0.1.147
58
59
  Requires-Dist: langwatch==0.1.16
59
- Requires-Dist: lark<2.0.0,>=1.2.2
60
- Requires-Dist: litellm<2.0.0,>=1.44.0
61
- Requires-Dist: markdown<4.0.0,>=3.7
62
- Requires-Dist: markupsafe<4.0.0,>=2.1.3
63
- Requires-Dist: mem0ai<1.0.0,>=0.1.26
64
- Requires-Dist: metal-sdk<3.0.0,>=2.5.0
65
- Requires-Dist: metaphor-python<1.0.0,>=0.1.11
66
- Requires-Dist: networkx<4.0.0,>=3.1
67
- Requires-Dist: nltk<4.0.0,>=3.9.1
68
- Requires-Dist: numexpr<3.0.0,>=2.8.6
69
- Requires-Dist: opensearch-py<3.0.0,>=2.7.1
70
- Requires-Dist: pgvector<1.0.0,>=0.2.3
71
- Requires-Dist: pyarrow<18.0.0,>=14.0.0
72
- Requires-Dist: pyautogen<1.0.0,>=0.2.0
60
+ Requires-Dist: lark==1.2.2
61
+ Requires-Dist: litellm==1.54.1
62
+ Requires-Dist: markdown==3.7
63
+ Requires-Dist: markupsafe==3.0.2
64
+ Requires-Dist: mem0ai==0.1.34
65
+ Requires-Dist: metal-sdk==2.5.1
66
+ Requires-Dist: metaphor-python==0.1.23
67
+ Requires-Dist: networkx==3.4.2
68
+ Requires-Dist: nltk==3.9.1
69
+ Requires-Dist: numexpr==2.10.2
70
+ Requires-Dist: openinference-instrumentation-langchain==0.1.29
71
+ Requires-Dist: opensearch-py==2.8.0
72
+ Requires-Dist: pgvector==0.3.6
73
+ Requires-Dist: pyarrow==17.0.0
74
+ Requires-Dist: pyautogen==0.5.0
73
75
  Requires-Dist: pydantic-settings==2.4.0
74
- Requires-Dist: pymongo<5.0.0,>=4.6.0
75
- Requires-Dist: pytube<16.0.0,>=15.0.0
76
+ Requires-Dist: pymongo==4.10.1
77
+ Requires-Dist: pytube==15.0.0
76
78
  Requires-Dist: pywin32<307,>=306; sys_platform == 'win32'
77
- Requires-Dist: qdrant-client~=1.9.2
79
+ Requires-Dist: qdrant-client==1.9.2
78
80
  Requires-Dist: qianfan==0.3.5
79
- Requires-Dist: ragstack-ai-knowledge-store<1.0.0,>=0.2.1
80
- Requires-Dist: redis<6.0.0,>=5.0.1
81
- Requires-Dist: spider-client<1.0.0,>=0.0.27
81
+ Requires-Dist: ragstack-ai-knowledge-store==0.2.1
82
+ Requires-Dist: redis==5.2.1
83
+ Requires-Dist: spider-client==0.1.24
82
84
  Requires-Dist: sqlalchemy[aiosqlite,postgresql-psycopg2binary,postgresql-psycopgbinary]<3.0.0,>=2.0.36
83
- Requires-Dist: supabase~=2.6.0
84
- Requires-Dist: types-cachetools<6.0.0,>=5.3.0.5
85
- Requires-Dist: upstash-vector<1.0.0,>=0.5.0
86
- Requires-Dist: weaviate-client<5.0.0,>=4.8
87
- Requires-Dist: wikipedia<2.0.0,>=1.4.0
88
- Requires-Dist: wolframalpha<6.0.0,>=5.1.3
89
- Requires-Dist: yfinance<1.0.0,>=0.2.40
90
- Requires-Dist: youtube-transcript-api<1.0.0,>=0.6.2
91
- Requires-Dist: zep-python<3.0.0,>=2.0.0
85
+ Requires-Dist: sseclient-py==1.8.0
86
+ Requires-Dist: supabase==2.6.0
87
+ Requires-Dist: types-cachetools==5.5.0.20240820
88
+ Requires-Dist: upstash-vector==0.6.0
89
+ Requires-Dist: weaviate-client==4.9.6
90
+ Requires-Dist: wikipedia==1.4.0
91
+ Requires-Dist: wolframalpha==5.1.3
92
+ Requires-Dist: yfinance==0.2.50
93
+ Requires-Dist: youtube-transcript-api==0.6.3
94
+ Requires-Dist: zep-python==2.0.2
92
95
  Provides-Extra: cassio
93
96
  Requires-Dist: cassio>=0.1.7; extra == 'cassio'
94
97
  Provides-Extra: clickhouse-connect
@@ -145,12 +148,18 @@ Description-Content-Type: text/markdown
145
148
 
146
149
  ## 📦 Quickstart
147
150
 
148
- - **Install with pip** (Python 3.10 or greater):
151
+ - **Install with pip** (Python 3.10 to 3.12):
149
152
 
150
153
  ```shell
151
154
  pip install langflow
152
155
  ```
153
156
 
157
+ - **Install with uv** (Python 3.10 to 3.12):
158
+
159
+ ```shell
160
+ uv pip install langflow
161
+ ```
162
+
154
163
  - **Cloud:** DataStax Langflow is a hosted environment with zero setup. [Sign up for a free account.](https://astra.datastax.com/signup?type=langflow)
155
164
  - **Self-managed:** Run Langflow in your environment. [Install Langflow](https://docs.langflow.org/get-started-installation) to run a local Langflow server, and then use the [Quickstart](https://docs.langflow.org/get-started-quickstart) guide to create and execute a flow.
156
165
  - **Hugging Face:** [Clone the space using this link](https://huggingface.co/spaces/Langflow/Langflow?duplicate=true) to create a Langflow workspace.
@@ -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.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,,
@@ -1,7 +0,0 @@
1
- langflow/version/__init__.py,sha256=eAQv-Bw2fwYEc_aLqZjtMAZNdYFLaUgZRmUtVbMybqw,23
2
- langflow/version/version.py,sha256=3UmtWqGaR0rQ3aqot8iGOnwz_uVFkxcHHhdglsRioCY,1210
3
- langflow_nightly-1.1.1.dev3.dist-info/METADATA,sha256=SAt5qt7nDDcfW0A0UuBPVY_A18TMhkJb2o6-WVFQ3ro,8549
4
- langflow_nightly-1.1.1.dev3.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
5
- langflow_nightly-1.1.1.dev3.dist-info/entry_points.txt,sha256=KuA_Vv7gN2FYO9GXefQck3J4kBMJO_NrECEW_8YkoWk,52
6
- langflow_nightly-1.1.1.dev3.dist-info/licenses/LICENSE,sha256=SNSnSWIJqeHy9Uk4QlG2kxk2DDo4Enz1E0c1kL44M1k,1065
7
- langflow_nightly-1.1.1.dev3.dist-info/RECORD,,