Skip to content

Commit 2d352bb

Browse files
committed
fix: use Python 3.11 + dspy 3.1.2 for RLM support
1 parent 4633aa3 commit 2d352bb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
NODE_VERSION: '20'
16-
PYTHON_VERSION: '3.12'
16+
PYTHON_VERSION: '3.11' # 3.11 for dspy 3.x compatibility (gepa issues on 3.12+)
1717
DENO_VERSION: '2.6.6'
1818

1919
jobs:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.6
1+
0.5.7

npx/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asyncreview",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "AI-powered GitHub PR/Issue reviews from the command line",
55
"type": "module",
66
"bin": {
@@ -53,4 +53,4 @@
5353
"@types/inquirer": "^9.0.7",
5454
"@types/tar": "^6.1.0"
5555
}
56-
}
56+
}

scripts/build_runtime_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fi
8888
echo "==> Using Python: $SYS_PYTHON"
8989
# Create a temporary requirements file pointing to the python package
9090
cat > "$STAGE_DIR/pydeps_install.txt" <<EOF
91-
dspy>=2.5.40,<2.6.0
91+
dspy>=3.1.2
9292
rich>=13.0.0
9393
python-dotenv>=1.0.0
9494
httpx>=0.28.1

0 commit comments

Comments
 (0)