Skip to content

Commit c2b42d8

Browse files
authored
Merge branch 'main' into feat/anthropic-reasoning-tokens
2 parents 566f7de + 6380f6a commit c2b42d8

4 files changed

Lines changed: 194 additions & 189 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ You can install the latest stable version of ADK using `pip`:
6969
pip install google-adk
7070
```
7171

72+
To install optional integrations, you can use the following command:
73+
```bash
74+
pip install "google-adk[extensions]"
75+
```
76+
7277
The release cadence is roughly bi-weekly.
7378

7479
This version is recommended for most users as it represents the most recent official release.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"fastapi>=0.124.1, <1.0.0", # FastAPI framework
3434
"google-api-python-client>=2.157.0, <3.0.0", # Google API client discovery
3535
"google-auth[pyopenssl]>=2.47.0", # Google Auth library
36-
"google-cloud-aiplatform[agent_engines]>=1.148.0, <2.0.0", # For VertexAI integrations, e.g. example store.
36+
"google-cloud-aiplatform[agent_engines]>=1.148.1, <2.0.0", # For VertexAI integrations, e.g. example store.
3737
"google-cloud-bigquery-storage>=2.0.0",
3838
"google-cloud-bigquery>=2.2.0",
3939
"google-cloud-bigtable>=2.32.0", # For Bigtable database

src/google/adk/cli/browser/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

src/google/adk/cli/browser/main-3OBAHHYV.js renamed to src/google/adk/cli/browser/main-TCIQIOZ3.js

Lines changed: 186 additions & 186 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)