From e257a72f944e6ca191513ac5078fce829dd34752 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Wed, 29 May 2024 17:16:33 +1000 Subject: [PATCH] chore: bump pydantic, fastapi to latest --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3913a6cd1f..bb30747ba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,10 +55,10 @@ dependencies = [ # Core application dependencies, pinned for reproducible builds. "fastapi-events==0.11.0", - "fastapi==0.110.0", + "fastapi==0.111.0", "huggingface-hub==0.23.1", "pydantic-settings==2.2.1", - "pydantic==2.6.3", + "pydantic==2.7.2", "python-socketio==5.11.1", "uvicorn[standard]==0.28.0",