From 5d28b65111833c7f7a1d67ee65cdfd00b0829d06 Mon Sep 17 00:00:00 2001 From: marko-kraemer Date: Sun, 27 Apr 2025 04:10:38 +0100 Subject: [PATCH] fix dependency --- backend/poetry.lock | 2 +- backend/pyproject.toml | 2 +- backend/requirements.txt | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/backend/poetry.lock b/backend/poetry.lock index 90f06b68..39b2aa64 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -3637,4 +3637,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7e617f9e7281c280859ac4b687ef49e2b1c337e0e47edef90369a9b8657806af" +content-hash = "160a62f76af02d841f0f1b60e2d96c5c8e91310182d728dfa82bb792fa098e95" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 62222a7f..4bd8921a 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ python = "^3.11" streamlit-quill = "0.0.3" python-dotenv = "1.0.1" -litellm = "^1.44.0" +litellm = "1.66.1" click = "8.1.7" questionary = "2.0.1" requests = "^2.31.0" diff --git a/backend/requirements.txt b/backend/requirements.txt index ae60ef80..f8292068 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ streamlit-quill==0.0.3 python-dotenv==1.0.1 -litellm>=1.66.2 +litellm==1.66.2 click==8.1.7 questionary==2.0.1 requests>=2.31.0 @@ -30,4 +30,5 @@ nest-asyncio>=1.6.0 vncdotool>=1.2.0 pydantic tavily-python>=0.5.4 -pytesseract==0.3.13 \ No newline at end of file +pytesseract==0.3.13 +stripe>=7.0.0 \ No newline at end of file