Skip to content

Commit 8109ac9

Browse files
committed
Pin DSPy to version 2.6.27 for compatibility
DSPy versions 2.7.0+ introduce breaking changes that cause compatibility issues with the Nova Prompt Optimizer SDK. Specifically: - Changes to internal DSPy APIs that the SDK relies on - Modified behavior in MIPROv2 optimizer integration - Potential issues with structured output parsing Pinning to 2.6.27 ensures: - Stable SDK behavior across environments - Consistent optimization results - Prevents unexpected breaking changes during SDK usage - Maintains compatibility with existing Nova SDK features This version has been tested and verified to work correctly with all Nova Prompt Optimizer functionality.
1 parent 5922d73 commit 8109ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jinja2
22
boto3
33
botocore
44
boto3-stubs
5-
dspy
5+
dspy==2.6.27
66
numpy==2.3.2
77
virtualenv==20.31.2
88
urllib3==2.5.0

0 commit comments

Comments
 (0)