mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 02:05:11 +08:00
chore: use ~= for assistants dependency (#4176)
use ~= for assistants dependency
This commit is contained in:
committed by
GitHub
parent
a6b684f139
commit
9fda989ef8
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user