Skip to content

chore(main): release 0.1.1#326

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--agentex
Open

chore(main): release 0.1.1#326
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--agentex

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown

🤖 I have created a release beep boop

0.1.1 (2026-06-19)

Bug Fixes

  • authz: grant legacy agent register principal (#325) (cae5f94)
  • deps: clear golden-image Trivy CRITICAL/HIGH (litellm, starlette, pyjwt, python-multipart) (#320) (bfa6652)

This PR was generated with Release Please. See documentation.

Greptile Summary

Automated Release Please PR bumping the package version from 0.1.0 to 0.1.1. Version is updated consistently across all relevant files (_version.py, both pyproject.toml files, openapi.yaml, and the manifest), and a CHANGELOG.md is created for the first time.

  • Version bump: 0.1.00.1.1 propagated to .release-please-manifest.json, agentex/src/_version.py, agentex/pyproject.toml, pyproject.toml, and agentex/openapi.yaml.
  • Security dependency updates: litellm>=1.84.0 (clears CVE-2026-49468), python-multipart>=0.0.32 (clears CVE-2026-53539), and starlette>=1.3.1 / fastapi>=0.135.0 override floors (clears CVE-2026-48818 / CVE-2026-54283) via the root workspace overrides.
  • openapi.yaml formatting: Indentation of tags and parameters blocks 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

Filename Overview
.release-please-manifest.json Version bumped from 0.1.0 to 0.1.1 by Release Please automation.
CHANGELOG.md New file generated by Release Please listing the two bug fixes included in 0.1.1.
agentex/openapi.yaml Version bumped to 0.1.1; indentation of tags/parameters blocks normalized — no semantic API changes.
agentex/pyproject.toml Version bumped to 0.1.1; litellm floor raised to >=1.84.0 and python-multipart floor raised to >=0.0.32 to clear known CVEs.
agentex/src/_version.py Single-line version string bumped to 0.1.1.
pyproject.toml Workspace version bumped to 0.1.1; override-dependencies floors updated to enforce patched starlette, fastapi, httpx, and python-multipart minimums.

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]
Loading
%%{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]
Loading

Reviews (1): Last reviewed commit: "chore(main): release 0.1.1" | Re-trigger Greptile

@github-actions github-actions Bot requested a review from a team as a code owner June 19, 2026 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants