[codex] slim runtime dependencies for 0.1.1#12
Merged
pradelgorithm merged 1 commit intomainfrom Apr 24, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
pydantic-ai==1.85.0runtime dependency withpydantic-ai-slim[anthropic,openai]==1.85.0.0.1.0to0.1.1for a PyPI patch release.Why
Open AURA only documents Anthropic and OpenAI model providers today. The full
pydantic-aipackage pulls many provider and tooling extras that are not needed for the current supported runtime path. In a clean dependency dry run, the full package resolved to roughly 141 packages, while the slim Anthropic/OpenAI install resolved to roughly 31.User impact
Users installing
open-aurashould get a much smaller runtime dependency set while retaining the documented Anthropic and OpenAI model support.Security and licensing
This narrows the dependency surface rather than adding a new provider or runtime capability. No secrets, auth flows, network connector behavior, or license files were changed.
Validation
.venv/bin/python -m ruff check ..venv/bin/python -m ruff format --check ..venv/bin/python -m mypy openaura.venv/bin/python -m bandit -r openaura -ll.venv/bin/python -m pytest --cov=openaura --cov-fail-under=80.venv/bin/python -m pip_audit --skip-editable.venv/bin/python -m build.venv/bin/python -m twine check dist/*Assisted-by: Codex:gpt-5.4