langroid 0.33.3__tar.gz → 0.33.6__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: langroid
|
3
|
-
Version: 0.33.
|
3
|
+
Version: 0.33.6
|
4
4
|
Summary: Harness LLMs with Multi-Agent Programming
|
5
5
|
Author-Email: Prasad Chalasani <pchalasani@gmail.com>
|
6
6
|
License: MIT
|
@@ -93,7 +93,7 @@ Requires-Dist: neo4j<6.0.0,>=5.14.1; extra == "all"
|
|
93
93
|
Requires-Dist: python-arango<9.0.0,>=8.1.2; extra == "all"
|
94
94
|
Requires-Dist: arango-datasets<2.0.0,>=1.2.2; extra == "all"
|
95
95
|
Requires-Dist: litellm<2.0.0,>=1.30.1; extra == "all"
|
96
|
-
Requires-Dist: chainlit<
|
96
|
+
Requires-Dist: chainlit<3.0.0,>=2.0.1; extra == "all"
|
97
97
|
Requires-Dist: python-socketio<6.0.0,>=5.11.0; extra == "all"
|
98
98
|
Requires-Dist: fastembed<0.4.0,>=0.3.1; extra == "all"
|
99
99
|
Provides-Extra: lancedb
|
@@ -137,7 +137,7 @@ Requires-Dist: arango-datasets<2.0.0,>=1.2.2; extra == "arango"
|
|
137
137
|
Provides-Extra: metaphor
|
138
138
|
Requires-Dist: metaphor-python<0.2.0,>=0.1.23; extra == "metaphor"
|
139
139
|
Provides-Extra: chainlit
|
140
|
-
Requires-Dist: chainlit<
|
140
|
+
Requires-Dist: chainlit<3.0.0,>=2.0.1; extra == "chainlit"
|
141
141
|
Requires-Dist: python-socketio<6.0.0,>=5.11.0; extra == "chainlit"
|
142
142
|
Provides-Extra: chromadb
|
143
143
|
Requires-Dist: chromadb<=0.4.23,>=0.4.21; extra == "chromadb"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "langroid"
|
3
|
-
version = "0.33.
|
3
|
+
version = "0.33.6"
|
4
4
|
authors = [
|
5
5
|
{ name = "Prasad Chalasani", email = "pchalasani@gmail.com" },
|
6
6
|
]
|
@@ -106,7 +106,7 @@ all = [
|
|
106
106
|
"python-arango<9.0.0,>=8.1.2",
|
107
107
|
"arango-datasets<2.0.0,>=1.2.2",
|
108
108
|
"litellm<2.0.0,>=1.30.1",
|
109
|
-
"chainlit<
|
109
|
+
"chainlit<3.0.0,>=2.0.1",
|
110
110
|
"python-socketio<6.0.0,>=5.11.0",
|
111
111
|
"fastembed<0.4.0,>=0.3.1",
|
112
112
|
]
|
@@ -165,7 +165,7 @@ metaphor = [
|
|
165
165
|
"metaphor-python<0.2.0,>=0.1.23",
|
166
166
|
]
|
167
167
|
chainlit = [
|
168
|
-
"chainlit<
|
168
|
+
"chainlit<3.0.0,>=2.0.1",
|
169
169
|
"python-socketio<6.0.0,>=5.11.0",
|
170
170
|
]
|
171
171
|
chromadb = [
|
File without changes
|
File without changes
|
File without changes
|