From 6fff2166a9ed04440b09212cd761f389e44e85d3 Mon Sep 17 00:00:00 2001 From: srhinos <6531393+srhinos@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:54:23 -0400 Subject: [PATCH] Resort Dep Lines --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index beabc5e44..30fdc6283 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,11 @@ janus = "^1.0.0" jinja2 = "^3.1.4" jsonschema = "^4.22.0" loguru = "^0.7.2" +numpy = "^1.26.4" opentelemetry-sdk = "^1.24.0" phonenumbers = "^8.13.37" pydantic = "^2.7.2" +pydantic-settings = "^2.3.0" requests = "^2.32.3" sounddevice = "^0.4.7" uvicorn = "^0.30.0" @@ -51,8 +53,6 @@ vonage = { version = "^3.14.0", optional = true } langchain = { version = "^0.2.1", optional = true } langchain-community = { version = "^0.2.1", optional = true } sentry-sdk = { extras = ["fastapi"], version = "^2.3.1", optional = true } -numpy = "^1.26.4" -pydantic-settings = "^2.3.0" [tool.poetry.group.lint.dependencies]