langflow-nightly 1.0.18.dev0__tar.gz → 1.0.18.dev2__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.dev0
3
+ Version: 1.0.18.dev2
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
@@ -35,6 +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
39
  Requires-Dist: elasticsearch (>=8.12.0,<9.0.0)
39
40
  Requires-Dist: faiss-cpu (>=1.8.0,<2.0.0)
40
41
  Requires-Dist: fake-useragent (>=1.5.0,<2.0.0)
@@ -65,7 +66,7 @@ Requires-Dist: langchain-nvidia-ai-endpoints (==0.1.6)
65
66
  Requires-Dist: langchain-openai (==0.1.22)
66
67
  Requires-Dist: langchain-pinecone (>=0.1.3,<0.2.0)
67
68
  Requires-Dist: langchain-unstructured (>=0.1.2,<0.2.0)
68
- Requires-Dist: langflow-base-nightly (==0.0.96.dev1)
69
+ Requires-Dist: langflow-base-nightly (==0.0.96.dev3)
69
70
  Requires-Dist: langfuse (>=2.33.0,<3.0.0)
70
71
  Requires-Dist: langsmith (>=0.1.86,<0.2.0)
71
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.dev0"
3
+ version = "1.0.18.dev2"
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.dev1"
30
+ langflow-base-nightly = "0.0.96.dev3"
31
31
  beautifulsoup4 = "^4.12.2"
32
32
  google-search-results = "^2.4.1"
33
33
  google-api-python-client = "^2.130.0"
@@ -112,6 +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
116
 
116
117
 
117
118
  [tool.poetry.group.dev.dependencies]