chore: use ~= for assistants dependency (#4176)

use ~= for assistants dependency
This commit is contained in:
Sebastián Estévez 2024-10-17 14:12:47 -04:00 committed by GitHub
commit 9fda989ef8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,7 @@ dependencies = [
"yfinance>=0.2.40",
"langchain-google-community==1.0.7",
"wolframalpha>=5.1.3",
"astra-assistants>=2.2.2",
"astra-assistants~=2.2.2",
"composio-langchain==0.5.9",
"spider-client>=0.0.27",
"nltk>=3.9.1",