chore(main): release 0.1.1#326
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
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.
🤖 I have created a release beep boop
0.1.1 (2026-06-19)
Bug Fixes
This PR was generated with Release Please. See documentation.
Greptile Summary
Automated Release Please PR bumping the package version from
0.1.0to0.1.1. Version is updated consistently across all relevant files (_version.py, bothpyproject.tomlfiles,openapi.yaml, and the manifest), and aCHANGELOG.mdis created for the first time.0.1.0→0.1.1propagated to.release-please-manifest.json,agentex/src/_version.py,agentex/pyproject.toml,pyproject.toml, andagentex/openapi.yaml.litellm>=1.84.0(clears CVE-2026-49468),python-multipart>=0.0.32(clears CVE-2026-53539), andstarlette>=1.3.1/fastapi>=0.135.0override floors (clears CVE-2026-48818 / CVE-2026-54283) via the root workspace overrides.openapi.yamlformatting: Indentation oftagsandparametersblocks was normalized to consistent 2-space nesting; no semantic API changes.Confidence Score: 5/5
Routine automated release commit; all version strings are consistent and dependency floors raise the minimum to patched versions.
Every version-bearing file (_version.py, both pyproject.toml files, openapi.yaml, and the manifest) is bumped to the same value. The dependency changes only raise minimum floors to versions that fix known CVEs — they cannot regress existing behavior. The openapi.yaml diff is purely cosmetic indentation. No logic or schema changes are present.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD RP[Release Please Bot] -->|generates| PR[PR #326: chore release 0.1.1] PR --> M[.release-please-manifest.json\n0.1.0 → 0.1.1] PR --> CL[CHANGELOG.md\nnew file] PR --> VP[agentex/pyproject.toml\nversion + dep floors bumped] PR --> VR[agentex/src/_version.py\n__version__ = 0.1.1] PR --> VO[agentex/openapi.yaml\nversion + indent fix] PR --> VW[pyproject.toml\nworkspace version + CVE overrides] VP -->|litellm>=1.84.0| CVE1[clears CVE-2026-49468\nauth bypass] VP -->|python-multipart>=0.0.32| CVE2[clears CVE-2026-53539\nquadratic QS parsing] VW -->|starlette>=1.3.1\nfastapi>=0.135.0| CVE3[clears CVE-2026-48818\nCVE-2026-54283\nCVE-2025-62727]%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%% flowchart TD RP[Release Please Bot] -->|generates| PR[PR #326: chore release 0.1.1] PR --> M[.release-please-manifest.json\n0.1.0 → 0.1.1] PR --> CL[CHANGELOG.md\nnew file] PR --> VP[agentex/pyproject.toml\nversion + dep floors bumped] PR --> VR[agentex/src/_version.py\n__version__ = 0.1.1] PR --> VO[agentex/openapi.yaml\nversion + indent fix] PR --> VW[pyproject.toml\nworkspace version + CVE overrides] VP -->|litellm>=1.84.0| CVE1[clears CVE-2026-49468\nauth bypass] VP -->|python-multipart>=0.0.32| CVE2[clears CVE-2026-53539\nquadratic QS parsing] VW -->|starlette>=1.3.1\nfastapi>=0.135.0| CVE3[clears CVE-2026-48818\nCVE-2026-54283\nCVE-2025-62727]Reviews (1): Last reviewed commit: "chore(main): release 0.1.1" | Re-trigger Greptile