langflow-nightly 1.0.18.dev2__tar.gz → 1.0.18.dev4__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: langflow-nightly
3
- Version: 1.0.18.dev2
3
+ Version: 1.0.18.dev4
4
4
  Summary: A Python package with a built-in web application
5
5
  Home-page: https://github.com/langflow-ai/langflow
6
6
  License: MIT
@@ -20,7 +20,7 @@ Provides-Extra: couchbase
20
20
  Provides-Extra: deploy
21
21
  Provides-Extra: local
22
22
  Requires-Dist: assemblyai (>=0.26.0,<0.27.0)
23
- Requires-Dist: astra-assistants (>=2.1.0.10,<3.0.0.0)
23
+ Requires-Dist: astra-assistants (>=2.1.2,<3.0.0)
24
24
  Requires-Dist: beautifulsoup4 (>=4.12.2,<5.0.0)
25
25
  Requires-Dist: boto3 (>=1.34.162,<1.35.0)
26
26
  Requires-Dist: bson (>=0.5.10,<0.6.0)
@@ -35,7 +35,7 @@ Requires-Dist: couchbase[couchbase] (>=4.2.1,<5.0.0) ; extra == "couchbase"
35
35
  Requires-Dist: crewai[tools] (>=0.36.0,<0.37.0)
36
36
  Requires-Dist: ctransformers (>=0.2.10,<0.3.0) ; extra == "local"
37
37
  Requires-Dist: dspy-ai (>=2.4.0,<3.0.0)
38
- Requires-Dist: duckduckgo-search (>=6.2.11,<7.0.0)
38
+ Requires-Dist: duckduckgo-search (>=6.2.12,<7.0.0)
39
39
  Requires-Dist: elasticsearch (>=8.12.0,<9.0.0)
40
40
  Requires-Dist: faiss-cpu (>=1.8.0,<2.0.0)
41
41
  Requires-Dist: fake-useragent (>=1.5.0,<2.0.0)
@@ -66,7 +66,7 @@ Requires-Dist: langchain-nvidia-ai-endpoints (==0.1.6)
66
66
  Requires-Dist: langchain-openai (==0.1.22)
67
67
  Requires-Dist: langchain-pinecone (>=0.1.3,<0.2.0)
68
68
  Requires-Dist: langchain-unstructured (>=0.1.2,<0.2.0)
69
- Requires-Dist: langflow-base-nightly (==0.0.96.dev3)
69
+ Requires-Dist: langflow-base-nightly (==0.0.96.dev5)
70
70
  Requires-Dist: langfuse (>=2.33.0,<3.0.0)
71
71
  Requires-Dist: langsmith (>=0.1.86,<0.2.0)
72
72
  Requires-Dist: langwatch (>=0.1.16,<0.2.0)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "langflow-nightly"
3
- version = "1.0.18.dev2"
3
+ version = "1.0.18.dev4"
4
4
  description = "A Python package with a built-in web application"
5
5
  authors = ["Langflow <contact@langflow.org>"]
6
6
  maintainers = [
@@ -27,7 +27,7 @@ langflow = "langflow.__main__:main"
27
27
 
28
28
  [tool.poetry.dependencies]
29
29
  python = ">=3.10,<3.13"
30
- langflow-base-nightly = "0.0.96.dev3"
30
+ langflow-base-nightly = "0.0.96.dev5"
31
31
  beautifulsoup4 = "^4.12.2"
32
32
  google-search-results = "^2.4.1"
33
33
  google-api-python-client = "^2.130.0"
@@ -101,7 +101,7 @@ langsmith = "^0.1.86"
101
101
  yfinance = "^0.2.40"
102
102
  langchain-google-community = "1.0.7"
103
103
  wolframalpha = "^5.1.3"
104
- astra-assistants = "^2.1.0.10"
104
+ astra-assistants = "^2.1.2"
105
105
  composio-langchain = "0.5.9"
106
106
  spider-client = "^0.0.27"
107
107
  nltk = "^3.9.1"
@@ -112,7 +112,7 @@ clickhouse-connect = {version = "0.7.19", optional = true, extras = ["clickhouse
112
112
  langchain-unstructured = "^0.1.2"
113
113
  pydantic-settings = "2.4.0"
114
114
  ragstack-ai-knowledge-store = "^0.2.1"
115
- duckduckgo-search = "^6.2.11"
115
+ duckduckgo-search = "^6.2.12"
116
116
 
117
117
 
118
118
  [tool.poetry.group.dev.dependencies]