Skip to content

Commit bf022c7

Browse files
Update gepa[dspy] dependency version to 0.0.18 (#8969)
* Update gepa[dspy] dependency version to 0.0.18 * Update pyproject.toml * fix test --------- Co-authored-by: TomuHirata <tomu.hirata@gmail.com>
1 parent 491abb1 commit bf022c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"pillow>=10.1.0",
4444
"numpy>=1.26.0",
4545
"xxhash>=3.5.0",
46-
"gepa[dspy]==0.0.17",
46+
"gepa[dspy]==0.0.18",
4747
]
4848

4949
[project.optional-dependencies]

tests/teleprompt/test_gepa.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def dummy_bootstrap_trace_data(*args, **kwargs):
8080
@pytest.fixture
8181
def mock_mlflow():
8282
mock_mlflow = mock.MagicMock()
83+
mock_mlflow.active_run.return_value = None
8384
with mock.patch.dict("sys.modules", {"mlflow": mock_mlflow}):
8485
yield mock_mlflow
8586

0 commit comments

Comments
 (0)