Skip to content

Commit d33e432

Browse files
committed
fix: relax dependency constraints
1 parent 7ca0fd7 commit d33e432

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include requirements.txt
2+
include README.md
3+
include LICENSE

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
requests==2.32.3
2-
urllib3==1.26.20
3-
pyyaml==6.0.1
1+
requests>=2.28.0
2+
urllib3>=1.26.0
3+
pyyaml>=6.0
44
pydantic
5-
fastapi==0.104.1
6-
uvicorn[standard]==0.24.0
7-
websocket-client==1.7.0
5+
fastapi>=0.100.0
6+
uvicorn[standard]>=0.24.0
7+
websocket-client>=1.4.0
88
pypdf>=4.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="agentmesh-sdk",
13-
version="0.1.4",
13+
version="0.1.6",
1414
author="Minimal Future",
1515
author_email="zyj@zhayujie.com",
1616
description="An open-source multi-agent framework for building agent teams with LLMs",

0 commit comments

Comments
 (0)