Fix mcp dependencies: loosen version constraints
This commit is contained in:
parent
e346d356e5
commit
4351b56a95
1 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
mcp==1.0.0
|
mcp>=1.0.0
|
||||||
httpx==0.26.0
|
httpx>=0.27
|
||||||
python-dotenv==1.0.0
|
python-dotenv>=1.0.0
|
||||||
docker==7.0.0
|
docker>=7.0.0
|
||||||
psutil==5.9.7
|
psutil>=5.9.7
|
||||||
uvicorn[standard]==0.27.0
|
uvicorn[standard]>=0.27.0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue