Pin DSPy dependency to version 2.6.27 to prevent compatibility issues with the Nova Prompt Optimizer SDK#37
Closed
tsanti wants to merge 3 commits into
Closed
Pin DSPy dependency to version 2.6.27 to prevent compatibility issues with the Nova Prompt Optimizer SDK#37tsanti wants to merge 3 commits into
tsanti wants to merge 3 commits into
Conversation
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.
Contributor
|
Thanks for putting this together Tony! Appreciate the support. Looks good to me, approving |
VikramShenoy97
previously approved these changes
Sep 16, 2025
- Enables CodeQL analysis for Python code - Required for PR merge approval - Will unblock merge once analysis completes
tsanti
dismissed stale reviews from balajiaru and VikramShenoy97
via
September 18, 2025 04:49
c7cbed0
- Repository already has default CodeQL setup enabled - Custom workflow conflicts with default configuration - Default setup will handle security scanning automatically
VikramShenoy97
approved these changes
Sep 18, 2025
amazeAmazing
approved these changes
Sep 18, 2025
Contributor
|
Closing this in favor of this: #38 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
DSPy versions 3.0+ introduce breaking changes that cause compatibility issues with the Nova Prompt Optimizer SDK:
Description of changes:
Pin DSPy to version 2.6.27 in
requirements.txt.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.