From 87dccc7cb801c066261a97920428e616946ea72f Mon Sep 17 00:00:00 2001 From: Sherman Siu Date: Mon, 10 Mar 2025 11:18:03 -0400 Subject: [PATCH 1/2] Remove upper bound on datasets version In May 2024, the following request was made to loosen the versioning requirements: https://github.com/stanfordnlp/dspy/pull/971 `datasets` 3 was released later that year in September 2024. Can we increase the upper bound accordingly? --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6beb343419..d3d7e14020 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "regex", "ujson", "tqdm", - "datasets>=2.14.6,<3.0.0", + "datasets>=2.14.6", "requests", "optuna", "pydantic~=2.0", @@ -264,4 +264,4 @@ line-ending = "auto" [tool.ruff.lint.per-file-ignores] "**/{tests,testing,docs}/*" = ["ALL"] -"**__init__.py" = ["ALL"] \ No newline at end of file +"**__init__.py" = ["ALL"] From 0e02fb9240b5f5515b8c13e73f638ba4fd6fed0e Mon Sep 17 00:00:00 2001 From: Sherman Siu Date: Wed, 12 Mar 2025 03:56:48 -0400 Subject: [PATCH 2/2] Update poetry.lock --- poetry.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 21ff088645..2985501aed 100644 --- a/poetry.lock +++ b/poetry.lock @@ -8510,4 +8510,4 @@ weaviate = ["weaviate-client"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.14" -content-hash = "7ea3925c451e193b6b580d230293e3f62617040e1d9615ba13db7d2d1f3e3b13" +content-hash = "85fbfc11307146b296688317438f3ecbad63291f85995059219afbc3e6a007aa"