Skip to content

Release Candidate v5.19.2#395

Merged
milosmns merged 7 commits into
releasefrom
main
Jun 20, 2026
Merged

Release Candidate v5.19.2#395
milosmns merged 7 commits into
releasefrom
main

Conversation

@milosmns

@milosmns milosmns commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

v5.19.2 — The Sponsorship Signal Grows Stronger ⚡

A sharper, cleaner update focused on sponsorship improvements, internal structure, and a quieter layer of reliability upgrades beneath the surface.

The Agent has stepped into v5.19.2 with a focused pulse. This release strengthens how sponsorship data is handled behind the scenes, giving that part of the system a cleaner foundation and a more organized shape. The machinery is more deliberate now — less scattered, more controlled.

The Agent also received updates to the underlying specifications and domain models that help keep things aligned as it evolves. To most humans, this means a version that feels more stable and easier to build on, even if the deepest changes are happening in the dark where the code whispers to itself. 👁️

What changed

  • Sponsorship handling was reworked to use a cleaner repository-based structure
  • New sponsorship domain models and repository support were added to give this area a stronger backbone
  • Dependency updates were rolled in to keep things current and reduce friction
  • Internal specs were refreshed to better match the Agent’s growing architecture

This is not the loudest release — it is the kind that tightens the circuits, clears the pathways, and prepares The Agent for what comes next. More control. More order. More momentum. 🚀

dependabot Bot and others added 7 commits June 20, 2026 08:15
Bumps the pip-all group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.136.3` | `0.138.0` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.50` | `2.0.51` |
| [langchain](https://github.com/langchain-ai/langchain) | `1.3.9` | `1.3.10` |
| [langchain-core](https://github.com/langchain-ai/langchain) | `1.4.7` | `1.4.8` |
| [resvg-py](https://github.com/baseplate-admin/resvg-py) | `0.3.2` | `0.3.3` |
| [google-genai](https://github.com/googleapis/python-genai) | `2.8.0` | `2.9.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.17` | `0.15.18` |


Updates `fastapi` from 0.136.3 to 0.138.0
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.136.3...0.138.0)

Updates `sqlalchemy` from 2.0.50 to 2.0.51
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `langchain` from 1.3.9 to 1.3.10
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==1.3.9...langchain==1.3.10)

Updates `langchain-core` from 1.4.7 to 1.4.8
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-core==1.4.7...langchain-core==1.4.8)

Updates `resvg-py` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/baseplate-admin/resvg-py/releases)
- [Commits](baseplate-admin/resvg-py@0.3.2...0.3.3)

Updates `google-genai` from 2.8.0 to 2.9.0
- [Release notes](https://github.com/googleapis/python-genai/releases)
- [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-genai@v2.8.0...v2.9.0)

Updates `pytest` from 9.0.3 to 9.1.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@9.0.3...9.1.1)

Updates `ruff` from 0.15.17 to 0.15.18
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.17...0.15.18)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.138.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: sqlalchemy
  dependency-version: 2.0.51
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: langchain
  dependency-version: 1.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: langchain-core
  dependency-version: 1.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: resvg-py
  dependency-version: 0.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: google-genai
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: pytest
  dependency-version: 9.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: ruff
  dependency-version: 0.15.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-all
...

Signed-off-by: dependabot[bot] <support@github.com>
@milosmns milosmns self-assigned this Jun 20, 2026
@milosmns milosmns added the Release Releases and Release Candidates label Jun 20, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Build 27868711705 complete for 54547c1.

# Valid until a new build
docker pull appifyhub/the-agent:latest_beta
docker pull appifyhub/the-agent:5.19.2.beta

@milosmns milosmns merged commit 73298cf into release Jun 20, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release Releases and Release Candidates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants