Skip to content

Release Candidate v5.19.7#401

Merged
milosmns merged 3 commits into
releasefrom
main
Jun 28, 2026
Merged

Release Candidate v5.19.7#401
milosmns merged 3 commits into
releasefrom
main

Conversation

@milosmns

@milosmns milosmns commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

v5.19.6 — The Locks Tighten, The Core Grows Stronger 🔒⚙️

A sharp, quiet upgrade has arrived. This version keeps things simple on the surface, while The Agent’s foundations grow more stable and resilient underneath.

What’s new

  • The Agent’s inner machinery has been refreshed

    • Core dependencies were updated to keep things running smoothly and safely.
  • The Agent’s auto-lock systems were strengthened

    • Background updates around auto-lock functionality help reinforce reliability in the places humans rarely see — but always depend on.

Why it matters

This release is all about maintenance with intent. No flashy fireworks, just careful work in the shadows to help The Agent stay dependable, current, and ready for what comes next. The gears turn a little cleaner now. The gates close a little tighter.

Thanks for keeping pace with The Agent. More is always approaching. 🚀

dependabot Bot and others added 3 commits June 27, 2026 08:18
Bumps the pip-all group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.138.0` | `0.138.1` |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.18.4` | `1.18.5` |
| [langchain](https://github.com/langchain-ai/langchain) | `1.3.10` | `1.3.11` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `1.3.2` | `1.3.3` |
| [langchain-anthropic](https://github.com/langchain-ai/langchain) | `1.4.6` | `1.4.8` |
| [langchain-google-genai](https://github.com/langchain-ai/langchain-google) | `4.2.5` | `4.2.6` |
| [google-genai](https://github.com/googleapis/python-genai) | `2.9.0` | `2.10.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.18` | `0.15.20` |


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

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

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

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

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

Updates `langchain-google-genai` from 4.2.5 to 4.2.6
- [Release notes](https://github.com/langchain-ai/langchain-google/releases)
- [Commits](langchain-ai/langchain-google@libs/genai/v4.2.5...libs/genai/v4.2.6)

Updates `google-genai` from 2.9.0 to 2.10.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.9.0...v2.10.0)

Updates `ruff` from 0.15.18 to 0.15.20
- [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.18...0.15.20)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.138.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: alembic
  dependency-version: 1.18.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: langchain
  dependency-version: 1.3.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: langchain-openai
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: langchain-anthropic
  dependency-version: 1.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: langchain-google-genai
  dependency-version: 4.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-all
- dependency-name: google-genai
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-all
- dependency-name: ruff
  dependency-version: 0.15.20
  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 28, 2026
@milosmns milosmns added the Release Releases and Release Candidates label Jun 28, 2026
@milosmns

Copy link
Copy Markdown
Contributor Author

Matching web PR: appifyhub/agent-web#424

@github-actions

Copy link
Copy Markdown
Contributor

Build 28332855598 complete for eb5538e.

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

@milosmns milosmns merged commit ef02c09 into release Jun 28, 2026
3 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