ag2 0.5.0__tar.gz → 0.5.1__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.

Potentially problematic release.


This version of ag2 might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ag2
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Summary: Alias package for pyautogen
5
5
  Home-page: https://github.com/ag2ai/ag2
6
6
  Author: Chi Wang & Qingyun Wu
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ag2
3
- Version: 0.5.0
3
+ Version: 0.5.1
4
4
  Summary: Alias package for pyautogen
5
5
  Home-page: https://github.com/ag2ai/ag2
6
6
  Author: Chi Wang & Qingyun Wu
@@ -0,0 +1 @@
1
+ pyautogen==0.5.1
@@ -76,6 +76,9 @@ elif current_os == "Linux":
76
76
  # pysqlite3-binary used so it doesn't need to compile pysqlite3
77
77
  autobuild = ["chromadb", "sentence-transformers", "huggingface-hub", "pysqlite3-binary"]
78
78
 
79
+ # NOTE: underscores in pip install, e.g. pip install ag2[graph_rag_falkor_db], will automatically
80
+ # convert to hyphens. So, do not include underscores in the name of extras.
81
+
79
82
  extra_require = {
80
83
  "test": [
81
84
  "ipykernel",
@@ -93,7 +96,7 @@ extra_require = {
93
96
  "retrievechat-pgvector": retrieve_chat_pgvector,
94
97
  "retrievechat-mongodb": [*retrieve_chat, "pymongo>=4.0.0"],
95
98
  "retrievechat-qdrant": [*retrieve_chat, "qdrant_client", "fastembed>=0.3.1"],
96
- "graph_rag_falkor_db": graph_rag_falkor_db,
99
+ "graph-rag-falkor-db": graph_rag_falkor_db,
97
100
  "autobuild": autobuild,
98
101
  "captainagent": autobuild + ["pandas"],
99
102
  "teachable": ["chromadb"],
@@ -1 +0,0 @@
1
- pyautogen==0.5.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes