fix dependency

This commit is contained in:
marko-kraemer 2025-04-27 04:10:38 +01:00
parent 7628ced002
commit 5d28b65111
3 changed files with 5 additions and 4 deletions

2
backend/poetry.lock generated
View File

@ -3637,4 +3637,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "7e617f9e7281c280859ac4b687ef49e2b1c337e0e47edef90369a9b8657806af" content-hash = "160a62f76af02d841f0f1b60e2d96c5c8e91310182d728dfa82bb792fa098e95"

View File

@ -20,7 +20,7 @@ classifiers = [
python = "^3.11" python = "^3.11"
streamlit-quill = "0.0.3" streamlit-quill = "0.0.3"
python-dotenv = "1.0.1" python-dotenv = "1.0.1"
litellm = "^1.44.0" litellm = "1.66.1"
click = "8.1.7" click = "8.1.7"
questionary = "2.0.1" questionary = "2.0.1"
requests = "^2.31.0" requests = "^2.31.0"

View File

@ -1,6 +1,6 @@
streamlit-quill==0.0.3 streamlit-quill==0.0.3
python-dotenv==1.0.1 python-dotenv==1.0.1
litellm>=1.66.2 litellm==1.66.2
click==8.1.7 click==8.1.7
questionary==2.0.1 questionary==2.0.1
requests>=2.31.0 requests>=2.31.0
@ -31,3 +31,4 @@ vncdotool>=1.2.0
pydantic pydantic
tavily-python>=0.5.4 tavily-python>=0.5.4
pytesseract==0.3.13 pytesseract==0.3.13
stripe>=7.0.0