mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
Merge https://github.com/google/adk-python/pull/2960 1. All in one authentication sample (has an IDP, Agent and the application) under `contributing/samples/authn-adk-all-in-one/` 2. Documented for all the steps. 3. OAuth 2.0 Authorization Code Grant type used by the agent. COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/2960 from nikhilpurwant:main dfcc821602d265c4ae7cc42eb1f5739beaad6f87 PiperOrigin-RevId: 808672120
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
google-adk==1.12
|
|
Flask==3.1.1
|
|
flask-cors==6.0.1
|
|
python-dotenv==1.1.1
|
|
PyJWT[crypto]==2.10.1
|
|
requests==2.32.4 |