From 6a9dede66f3d659705efa0830bb412815e36a8d0 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Sun, 10 Mar 2024 18:02:01 +1100 Subject: [PATCH] chore: bump app deps - `fastapi-events`: 0.10.1 -> 1.11.0 - `fastapi`: 0.109.2 -> 0.110.0 - `pydantic-settings`: 2.1.0 -> 2.2.1 - `pydantic`: 2.6.1 -> 2.6.3 - `uvicorn`: 0.27.1 -> 0.28.0 --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 41b7fd4543..3f54e18928 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,13 +54,13 @@ dependencies = [ "transformers==4.38.2", # Core application dependencies, pinned for reproducible builds. - "fastapi-events==0.10.1", - "fastapi==0.109.2", + "fastapi-events==0.11.0", + "fastapi==0.110.0", "huggingface-hub==0.21.3", - "pydantic-settings==2.1.0", - "pydantic==2.6.1", + "pydantic-settings==2.2.1", + "pydantic==2.6.3", "python-socketio==5.11.1", - "uvicorn[standard]==0.27.1", + "uvicorn[standard]==0.28.0", # Auxiliary dependencies, pinned only if necessary. "albumentations",