Skip to content

Commit 5b57fed

Browse files
committed
fix: use dspy 2.x for CI/CD compatibility
1 parent 54a3571 commit 5b57fed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.1
1+
0.5.2

scripts/build_runtime_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fi
7373
echo "==> Using Python: $SYS_PYTHON"
7474
# Create a temporary requirements file pointing to the python package
7575
cat > "$STAGE_DIR/pydeps_install.txt" <<EOF
76-
dspy>=3.1.2
76+
dspy>=2.6.27,<3.0.0
7777
rich>=13.0.0
7878
python-dotenv>=1.0.0
7979
httpx>=0.28.1

0 commit comments

Comments
 (0)