langroid 0.31.1__py3-none-any.whl → 0.31.2__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.31.1
3
+ Version: 0.31.2
4
4
  Summary: Harness LLMs with Multi-Agent Programming
5
5
  License: MIT
6
6
  Author: Prasad Chalasani
@@ -45,7 +45,7 @@ Requires-Dist: cerebras-cloud-sdk (>=1.1.0,<2.0.0)
45
45
  Requires-Dist: chainlit (>=1.3.2,<2.0.0) ; extra == "all" or extra == "chainlit"
46
46
  Requires-Dist: chromadb (>=0.4.21,<=0.4.23) ; extra == "vecdbs" or extra == "all" or extra == "chromadb"
47
47
  Requires-Dist: colorlog (>=6.7.0,<7.0.0)
48
- Requires-Dist: docstring-parser (>=0.15,<0.16)
48
+ Requires-Dist: docstring-parser (>=0.16,<0.17)
49
49
  Requires-Dist: duckduckgo-search (>=6.0.0,<7.0.0)
50
50
  Requires-Dist: faker (>=18.9.0,<19.0.0)
51
51
  Requires-Dist: fakeredis (>=2.12.1,<3.0.0)
@@ -155,8 +155,8 @@ langroid/vector_store/meilisearch.py,sha256=6frB7GFWeWmeKzRfLZIvzRjllniZ1cYj3Hmh
155
155
  langroid/vector_store/momento.py,sha256=UNHGT6jXuQtqY9f6MdqGU14bVnS0zHgIJUa30ULpUJo,10474
156
156
  langroid/vector_store/qdrant_cloud.py,sha256=3im4Mip0QXLkR6wiqVsjV1QvhSElfxdFSuDKddBDQ-4,188
157
157
  langroid/vector_store/qdrantdb.py,sha256=v7mCsijc2GdRJyil-yFaUVAX4SX5D75mD3vzlpjCMuo,17393
158
- pyproject.toml,sha256=4LnvkHuotknbr-AsiwehYqKmmVSs_Xi7bYBbOf0E6X0,7525
159
- langroid-0.31.1.dist-info/LICENSE,sha256=EgVbvA6VSYgUlvC3RvPKehSg7MFaxWDsFuzLOsPPfJg,1065
160
- langroid-0.31.1.dist-info/METADATA,sha256=g593rbues9sKvoTGX88_zLbVE5DqIxvo-ZkmamSnJt8,58250
161
- langroid-0.31.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
162
- langroid-0.31.1.dist-info/RECORD,,
158
+ pyproject.toml,sha256=xTNi0KLPv8b0s1-tRUueZnDULfuPxAseNI-VRX02mB0,7525
159
+ langroid-0.31.2.dist-info/LICENSE,sha256=EgVbvA6VSYgUlvC3RvPKehSg7MFaxWDsFuzLOsPPfJg,1065
160
+ langroid-0.31.2.dist-info/METADATA,sha256=mFLoxp_Ayfv4LBXIbYf9O4bdUimKZlQMvFQlcVC1VGE,58250
161
+ langroid-0.31.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
162
+ langroid-0.31.2.dist-info/RECORD,,
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "langroid"
3
- version = "0.31.1"
3
+ version = "0.31.2"
4
4
  description = "Harness LLMs with Multi-Agent Programming"
5
5
  authors = ["Prasad Chalasani <pchalasani@gmail.com>"]
6
6
  readme = "README.md"
@@ -76,7 +76,7 @@ rank-bm25 = "^0.2.2"
76
76
  thefuzz = "^0.20.0"
77
77
 
78
78
  jinja2 = "^3.1.2"
79
- docstring-parser = "^0.15"
79
+ docstring-parser = "^0.16"
80
80
 
81
81
  aiohttp = "^3.9.1"
82
82
  grpcio = "^1.62.1"