mirror of https://github.com/kortix-ai/suna.git
fix dependency
This commit is contained in:
parent
7628ced002
commit
5d28b65111
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
pytesseract==0.3.13
|
||||
stripe>=7.0.0
|
Loading…
Reference in New Issue