chore: use ~= for assistants dependency (#4176)
use ~= for assistants dependency
This commit is contained in:
parent
a6b684f139
commit
9fda989ef8
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue