From 763816ca0ccbc0429f97365c5e9996309f3a07af Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Sun, 11 Feb 2024 00:34:47 +1100 Subject: [PATCH] chore: bump deps - pydantic 2.5.3 -> 2.6.1 - uvicorn 0.25.0 -> 0.27.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7f85c565c6..d877bac4ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,9 +58,9 @@ dependencies = [ "fastapi==0.109.2", "huggingface-hub==0.20.3", "pydantic-settings==2.1.0", - "pydantic==2.5.3", + "pydantic==2.6.1", "python-socketio==5.11.1", - "uvicorn[standard]==0.25.0", + "uvicorn[standard]==0.27.1", # Auxiliary dependencies, pinned only if necessary. "albumentations",