From 6ea45c0f62e1b2d292b53d749ff0556db57091af Mon Sep 17 00:00:00 2001 From: dex-the-ai Date: Wed, 2 Sep 2026 21:44:05 +0000 Subject: [PATCH] chore(deps): update couchbase, pydantic, uvicorn Conservative bumps to latest stable compatible versions: - couchbase 4.6.2 -> 4.6.3 - pydantic 2.13.4 -> 2.13.5 - uvicorn 0.52.3 -> 0.52.4 Hermes task: t_aacfe2c9 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 54a7d1f..d2920fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -couchbase==4.6.2 +couchbase==4.6.3 fastapi==0.141.1 httpx==0.28.1 -pydantic==2.13.4 +pydantic==2.13.5 pydantic-settings==2.15.0 pytest==9.1.1 python-dotenv==1.2.3 -uvicorn==0.52.3 +uvicorn==0.52.4