We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9591f commit 6e39dadCopy full SHA for 6e39dad
pyproject.toml
@@ -57,7 +57,7 @@ dev = [
57
"swe-rex[fargate]",
58
]
59
modal = [
60
- "modal",
+ "modal>=1.0",
61
"boto3",
62
63
fargate = [
src/swerex/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.2.1"
+__version__ = "1.2.2"
2
3
4
REMOTE_EXECUTABLE_NAME = "swerex-remote"
0 commit comments