Skip to content

Commit 6e39dad

Browse files
Update to v1.2.2
1 parent 1b9591f commit 6e39dad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dev = [
5757
"swe-rex[fargate]",
5858
]
5959
modal = [
60-
"modal",
60+
"modal>=1.0",
6161
"boto3",
6262
]
6363
fargate = [

src/swerex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.2.1"
1+
__version__ = "1.2.2"
22

33

44
REMOTE_EXECUTABLE_NAME = "swerex-remote"

0 commit comments

Comments
 (0)