Upgrade GEPA from 0.0.22 to 0.1.4 - #1
Merged
Merged
Conversation
Bump the gepa pin and refresh uv.lock. Keep using InstructionProposalSignature for reflective prompt proposals. Document 0.1.x placeholder rename (<curr_param>, <side_info>) and teach MinimalGEPAProposer to accept string or multimodal LM prompts.
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.
Summary
gepafrom0.0.22to0.1.4(PyPI latest) inpyproject.tomland refreshuv.lock.InstructionProposalSignatureviaMinimalGEPAProposer); no public evaluation/evolution API changes.<curr_instructions>/<inputs_outputs_feedback>→<curr_param>/<side_info>. Default templates come from GEPA, so callers that do not pass a customprompt_templatekeep working.str | list[dict]prompts (LanguageModel protocol in 0.1.x). Text-only reflection remains the common path.Compatibility notes (SuperQode / soft imports)
prompt_templatewith the old 0.0.x placeholders will raiseValueErroruntil updated to<curr_param>and<side_info>.Test plan
uv lockresolvesgepa==0.1.4uv pip install -e ".[dev]"MinimalGEPAProposer.propose_improved_promptwith fake LLM against gepa 0.1.4pytest tests/ -v --cov=src/codeoptix→ 86 passedruff format --check src/→ passruff check src/→ same 12 pre-existing findings as onmain(PLR0917/UP042/PLC0207); no new issues in touched files