Skip to content

Commit

Permalink
python 3.10 compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
wenting-zhao committed Nov 22, 2024
1 parent ab667dc commit 06237ed
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
3 changes: 2 additions & 1 deletion commit0/harness/execution_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
import logging
import modal
import modal.io_streams
from enum import StrEnum, auto
from enum import auto
from strenum import StrEnum
from pathlib import Path
import time
from typing import Optional, Type
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies = [
"pytest>=8.3.3",
"datasets==3.0.1",
"modal>=0.66.26",
"strenum>=0.4.15",
]
classifiers = [
"License :: OSI Approved :: MIT License",
Expand Down
13 changes: 12 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 06237ed

Please sign in to comment.