We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents feb2d30 + ab78eeb commit c0d21c4Copy full SHA for c0d21c4
requirements.txt
@@ -17,7 +17,7 @@ openai==1.6.1
17
openpyxl
18
beautifulsoup4==4.12.3
19
pandas==2.1.1
20
-pydantic==2.5.3
+pydantic==2.6.4
21
#pygame==2.1.3
22
#pymilvus==2.2.8
23
# pytest==7.2.2 # test extras require
setup.py
@@ -67,7 +67,7 @@ def run(self):
67
68
setup(
69
name="metagpt",
70
- version="0.8.0",
+ version="0.8.1",
71
description="The Multi-Agent Framework",
72
long_description=long_description,
73
long_description_content_type="text/markdown",
0 commit comments