svar-chandak Copilot commited on
Commit
4f859f4
·
unverified ·
1 Parent(s): 51f589b

Update examples/requirements.txt

Browse files

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

Files changed (1) hide show
  1. examples/requirements.txt +1 -1
examples/requirements.txt CHANGED
@@ -17,7 +17,7 @@ langgraph>=0.2.0,<0.3.0
17
  # -------------
18
  langchain-openai>=0.2.0 # OpenAI and Azure OpenAI
19
  langchain-anthropic>=0.2.0 # Claude models (optional)
20
- langchain-google-vertexai>=2.0.0 # Google Vertex AI (optional)
21
 
22
  # Web Scraping
23
  # ------------
 
17
  # -------------
18
  langchain-openai>=0.2.0 # OpenAI and Azure OpenAI
19
  langchain-anthropic>=0.2.0 # Claude models (optional)
20
+ langchain-google-vertexai>=2.0.0,<3.0.0 # Google Vertex AI (optional)
21
 
22
  # Web Scraping
23
  # ------------