langflow-nightly 1.0.17.dev8__tar.gz → 1.0.17.dev9__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.dev8
3
+ Version: 1.0.17.dev9
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.dev8,<0.0.96)
68
+ Requires-Dist: langflow-base-nightly (>=0.0.95.dev9,<0.0.96)
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)
@@ -84,6 +84,7 @@ Requires-Dist: psycopg (==3.1.9)
84
84
  Requires-Dist: psycopg2-binary (>=2.9.6,<3.0.0)
85
85
  Requires-Dist: pyarrow (>=14.0.0,<15.0.0)
86
86
  Requires-Dist: pyautogen (>=0.2.0,<0.3.0)
87
+ Requires-Dist: pydantic-settings (==2.4.0)
87
88
  Requires-Dist: pymongo (>=4.6.0,<5.0.0)
88
89
  Requires-Dist: pytube (>=15.0.0,<16.0.0)
89
90
  Requires-Dist: pywin32 (>=306,<307) ; sys_platform == "win32"
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "langflow-nightly"
3
- version = "1.0.17.dev8"
3
+ version = "1.0.17.dev9"
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.dev8"
30
+ langflow-base-nightly = "^0.0.95.dev9"
31
31
  beautifulsoup4 = "^4.12.2"
32
32
  google-search-results = "^2.4.1"
33
33
  google-api-python-client = "^2.130.0"
@@ -110,6 +110,7 @@ lark = "^1.2.2"
110
110
  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
+ pydantic-settings = "2.4.0"
113
114
 
114
115
 
115
116
  [tool.poetry.group.dev.dependencies]