Skip to content

Commit

Permalink
fixbug: TypeError: _evaluate() got an unexpected keyword argument 're…
Browse files Browse the repository at this point in the history
…cursive_guard'
  • Loading branch information
莘权 马 committed Apr 1, 2024
1 parent feb2d30 commit ab78eeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def run(self):

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",
Expand Down

0 comments on commit ab78eeb

Please sign in to comment.