langflow-nightly 1.0.17.dev9__tar.gz → 1.0.18.dev0__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.17.dev9
3
+ Version: 1.0.18.dev0
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
@@ -65,7 +65,7 @@ Requires-Dist: langchain-nvidia-ai-endpoints (==0.1.6)
65
65
  Requires-Dist: langchain-openai (==0.1.22)
66
66
  Requires-Dist: langchain-pinecone (>=0.1.3,<0.2.0)
67
67
  Requires-Dist: langchain-unstructured (>=0.1.2,<0.2.0)
68
- Requires-Dist: langflow-base-nightly (>=0.0.95.dev9,<0.0.96)
68
+ Requires-Dist: langflow-base-nightly (==0.0.96.dev1)
69
69
  Requires-Dist: langfuse (>=2.33.0,<3.0.0)
70
70
  Requires-Dist: langsmith (>=0.1.86,<0.2.0)
71
71
  Requires-Dist: langwatch (>=0.1.16,<0.2.0)
@@ -90,6 +90,7 @@ Requires-Dist: pytube (>=15.0.0,<16.0.0)
90
90
  Requires-Dist: pywin32 (>=306,<307) ; sys_platform == "win32"
91
91
  Requires-Dist: qdrant-client (>=1.9.0,<2.0.0)
92
92
  Requires-Dist: qianfan (==0.3.5)
93
+ Requires-Dist: ragstack-ai-knowledge-store (>=0.2.1,<0.3.0)
93
94
  Requires-Dist: redis (>=5.0.1,<6.0.0) ; extra == "deploy"
94
95
  Requires-Dist: sentence-transformers (>=2.3.1,<3.0.0) ; extra == "local"
95
96
  Requires-Dist: spider-client (>=0.0.27,<0.0.28)
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "langflow-nightly"
3
- version = "1.0.17.dev9"
3
+ version = "1.0.18.dev0"
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.95.dev9"
30
+ langflow-base-nightly = "0.0.96.dev1"
31
31
  beautifulsoup4 = "^4.12.2"
32
32
  google-search-results = "^2.4.1"
33
33
  google-api-python-client = "^2.130.0"
@@ -111,6 +111,7 @@ jq = "^1.8.0"
111
111
  clickhouse-connect = {version = "0.7.19", optional = true, extras = ["clickhouse-connect"]}
112
112
  langchain-unstructured = "^0.1.2"
113
113
  pydantic-settings = "2.4.0"
114
+ ragstack-ai-knowledge-store = "^0.2.1"
114
115
 
115
116
 
116
117
  [tool.poetry.group.dev.dependencies]