Commit 8109ac9
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments