mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-04 21:00:36 +08:00
chore: set dependency version for vertexai
This commit is contained in:
parent
d6312bfc9b
commit
971cc2da04
@ -15,7 +15,7 @@ authors = [
|
||||
dependencies = [
|
||||
"langchain>=0.2.10",
|
||||
"langchain-google-genai>=1.0.7",
|
||||
"langchain-google-vertexai",
|
||||
"langchain-google-vertexai>=1.0.7",
|
||||
"langchain-openai>=0.1.17",
|
||||
"langchain-groq>=0.1.3",
|
||||
"langchain-aws>=0.1.3",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
langchain>=0.2.10
|
||||
langchain-google-genai>=1.0.7
|
||||
langchain-google-vertexai
|
||||
langchain-google-vertexai>=1.0.7
|
||||
langchain-openai>=0.1.17
|
||||
langchain-groq>=0.1.3
|
||||
langchain-aws>=0.1.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user