From 73b9451032d0dc5ab08cf69d5f9b718bcf46576b Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Fri, 6 Dec 2024 04:51:37 +0900 Subject: [PATCH] deps: Remove useless explicit jinja2 dependency --- libertai_agents/poetry.lock | 2 +- libertai_agents/pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/libertai_agents/poetry.lock b/libertai_agents/poetry.lock index 4f7350b..86cf1a5 100644 --- a/libertai_agents/poetry.lock +++ b/libertai_agents/poetry.lock @@ -2748,4 +2748,4 @@ langchain = ["langchain-community"] [metadata] lock-version = "2.0" python-versions = ">=3.11, <3.12" -content-hash = "3a6514d51a12b744d6e8c6884b2f8ff1cf3877cbde332e67dd18ce885512bc51" +content-hash = "5c219b04925443039edd019356fdcaea779839a5d870c817de5b63f01c2f0954" diff --git a/libertai_agents/pyproject.toml b/libertai_agents/pyproject.toml index 3bb065c..966e059 100644 --- a/libertai_agents/pyproject.toml +++ b/libertai_agents/pyproject.toml @@ -21,8 +21,7 @@ python = ">=3.11, <3.12" transformers = "^4.46.0" pydantic = "^2.5.2" aiohttp = "^3.10.11" -fastapi = { extras = ["standard"], version = ">= 0.112, <1.0.0" } -jinja2 = "^3.1.4" +fastapi = { extras = ["standard"], version = ">=0.112, <1.0.0" } langchain-community = { version = "^0.3.9", optional = true } [tool.poetry.group.dev.dependencies]