Skip to content

Commit 55b0eb2

Browse files
committed
Remove upper bound on ProxyStore versions
The ProxyStore APIs relevant to Colmena have been stable for a while now, and I don't have any plans to make any breaking changes there. I think its safe now to remove the upper bound. This should make version solving easier which is likely to be a more common frustration for users than any highly unlikely breaking changes to the ProxyStore core API.
1 parent a491b8e commit 55b0eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"parsl>=2022",
2727
"pydantic>=2,<3",
2828
"redis>=4.3",
29-
"proxystore>=0.5.0,<0.8.0"
29+
"proxystore>=0.5.0"
3030
]
3131

3232
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)