langroid 0.33.3__py3-none-any.whl → 0.33.4__py3-none-any.whl

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
3
+ Version: 0.33.4
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<2.0.0,>=1.3.2; extra == "all"
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<2.0.0,>=1.3.2; extra == "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"
@@ -0,0 +1,7 @@
1
+ langroid-0.33.4.dist-info/METADATA,sha256=8V6DdBm1IMA7vrl3C58EJWQNSq1hE6lfRAz6B6QhHeA,58993
2
+ langroid-0.33.4.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
3
+ langroid-0.33.4.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
4
+ langroid-0.33.4.dist-info/licenses/LICENSE,sha256=EgVbvA6VSYgUlvC3RvPKehSg7MFaxWDsFuzLOsPPfJg,1065
5
+ langroid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ pyproject.toml,sha256=rg2ezA_S0dEoXc647GmTVoWql6m6xRuqo2wkl2LcIVs,7612
7
+ langroid-0.33.4.dist-info/RECORD,,
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "langroid"
3
- version = "0.33.3"
3
+ version = "0.33.4"
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<2.0.0,>=1.3.2",
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<2.0.0,>=1.3.2",
168
+ "chainlit<3.0.0,>=2.0.1",
169
169
  "python-socketio<6.0.0,>=5.11.0",
170
170
  ]
171
171
  chromadb = [
@@ -1,7 +0,0 @@
1
- langroid-0.33.3.dist-info/METADATA,sha256=im5u8GWiuSz1K2dcuKLyDSo_HtAJ7egF1daMOY5OL5A,58993
2
- langroid-0.33.3.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
3
- langroid-0.33.3.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
4
- langroid-0.33.3.dist-info/licenses/LICENSE,sha256=EgVbvA6VSYgUlvC3RvPKehSg7MFaxWDsFuzLOsPPfJg,1065
5
- langroid/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- pyproject.toml,sha256=JyDYpIu-uxljbqVvk7DKNnfxHMAWfxY4ZkUDx7Wm6bw,7612
7
- langroid-0.33.3.dist-info/RECORD,,