Merge pull request #1148 from iorisa/fixbug/v0.8-release

fixbug: TypeError: _evaluate() got an unexpected keyword argument 'recursive_guard'
This commit is contained in:
Alexander Wu 2024-04-01 16:25:00 +08:00 committed by GitHub
commit c0d21c41f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ openai==1.6.1
openpyxl
beautifulsoup4==4.12.3
pandas==2.1.1
pydantic==2.5.3
pydantic==2.6.4
#pygame==2.1.3
#pymilvus==2.2.8
# pytest==7.2.2 # test extras require

View file

@ -67,7 +67,7 @@ extras_require["dev"] = (["pylint~=3.0.3", "black~=23.3.0", "isort~=5.12.0", "pr
setup(
name="metagpt",
version="0.8.0",
version="0.8.1",
description="The Multi-Agent Framework",
long_description=long_description,
long_description_content_type="text/markdown",