agent-starter-pack 0.6.4__py3-none-any.whl → 0.7.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. {agent_starter_pack-0.6.4.dist-info → agent_starter_pack-0.7.0.dist-info}/METADATA +15 -12
  2. {agent_starter_pack-0.6.4.dist-info → agent_starter_pack-0.7.0.dist-info}/RECORD +32 -29
  3. agents/adk_gemini_fullstack/app/agent.py +62 -8
  4. llm.txt +290 -0
  5. src/base_template/.gitignore +2 -1
  6. src/base_template/GEMINI.md +5 -0
  7. src/base_template/Makefile +20 -5
  8. src/base_template/deployment/cd/deploy-to-prod.yaml +3 -3
  9. src/base_template/deployment/cd/staging.yaml +4 -4
  10. src/base_template/deployment/ci/pr_checks.yaml +1 -1
  11. src/base_template/pyproject.toml +2 -2
  12. src/cli/utils/template.py +22 -9
  13. src/data_ingestion/uv.lock +97 -0
  14. src/frontends/adk_gemini_fullstack/frontend/package-lock.json +276 -0
  15. src/frontends/adk_gemini_fullstack/frontend/package.json +1 -0
  16. src/frontends/adk_gemini_fullstack/frontend/src/components/ChatMessagesView.tsx +5 -4
  17. src/frontends/adk_gemini_fullstack/frontend/vite.config.ts +4 -0
  18. src/resources/docs/adk-cheatsheet.md +1224 -0
  19. src/resources/locks/uv-adk_base-agent_engine.lock +14 -13
  20. src/resources/locks/uv-adk_base-cloud_run.lock +14 -13
  21. src/resources/locks/uv-adk_gemini_fullstack-agent_engine.lock +14 -13
  22. src/resources/locks/uv-adk_gemini_fullstack-cloud_run.lock +14 -13
  23. src/resources/locks/uv-agentic_rag-agent_engine.lock +78 -83
  24. src/resources/locks/uv-agentic_rag-cloud_run.lock +110 -119
  25. src/resources/locks/uv-crewai_coding_crew-agent_engine.lock +130 -135
  26. src/resources/locks/uv-crewai_coding_crew-cloud_run.lock +163 -172
  27. src/resources/locks/uv-langgraph_base_react-agent_engine.lock +87 -92
  28. src/resources/locks/uv-langgraph_base_react-cloud_run.lock +119 -128
  29. src/resources/locks/uv-live_api-cloud_run.lock +98 -107
  30. {agent_starter_pack-0.6.4.dist-info → agent_starter_pack-0.7.0.dist-info}/WHEEL +0 -0
  31. {agent_starter_pack-0.6.4.dist-info → agent_starter_pack-0.7.0.dist-info}/entry_points.txt +0 -0
  32. {agent_starter_pack-0.6.4.dist-info → agent_starter_pack-0.7.0.dist-info}/licenses/LICENSE +0 -0
@@ -582,7 +582,7 @@ wheels = [
582
582
 
583
583
  [[package]]
584
584
  name = "google-cloud-aiplatform"
585
- version = "1.95.1"
585
+ version = "1.99.0"
586
586
  source = { registry = "https://pypi.org/simple" }
587
587
  dependencies = [
588
588
  { name = "docstring-parser" },
@@ -599,9 +599,9 @@ dependencies = [
599
599
  { name = "shapely" },
600
600
  { name = "typing-extensions" },
601
601
  ]
602
- sdist = { url = "https://files.pythonhosted.org/packages/89/4e/af3cb47f7d28dacda9cba9853ce4cc998b0d3ba445907a28755d056bdda7/google_cloud_aiplatform-1.95.1.tar.gz", hash = "sha256:75beb3bf79d58648d40380e25a6863c02d5424558e1c6fdbffc6ed0ebce098fb", size = 9184978 }
602
+ sdist = { url = "https://files.pythonhosted.org/packages/ed/e5/fa4cc399206c0bda9544903bb6c373262cea688383276df5775cac7c9c6e/google_cloud_aiplatform-1.99.0.tar.gz", hash = "sha256:ea509e0d58e456a4c3d9bd007a8c273cbd0ae7e8542258869a418a1a4e68ec3b", size = 9286233 }
603
603
  wheels = [
604
- { url = "https://files.pythonhosted.org/packages/b4/8f/7bdc805192941d4859c720c8e7351eead720fae76c19cd7900424c0891f0/google_cloud_aiplatform-1.95.1-py2.py3-none-any.whl", hash = "sha256:f8a072857aef12391ee6cf128b2775d0f133baafaceed639f053dc551c356e05", size = 7651112 },
604
+ { url = "https://files.pythonhosted.org/packages/d7/27/a16b8d8d2a9ae643c34af6c381a918964bd4ae204a3458210a7c97f7f985/google_cloud_aiplatform-1.99.0-py2.py3-none-any.whl", hash = "sha256:3026fadb11900f3d1bb95cb75dedd15e04de8521ab64815dae292b52ccf84917", size = 7721474 },
605
605
  ]
606
606
 
607
607
  [package.optional-dependencies]
@@ -618,6 +618,7 @@ agent-engines = [
618
618
  evaluation = [
619
619
  { name = "jsonschema" },
620
620
  { name = "pandas" },
621
+ { name = "pyyaml" },
621
622
  { name = "ruamel-yaml" },
622
623
  { name = "scikit-learn", version = "1.5.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
623
624
  { name = "scikit-learn", version = "1.7.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
@@ -1019,11 +1020,11 @@ wheels = [
1019
1020
 
1020
1021
  [[package]]
1021
1022
  name = "httpx-sse"
1022
- version = "0.4.0"
1023
+ version = "0.4.1"
1023
1024
  source = { registry = "https://pypi.org/simple" }
1024
- sdist = { url = "https://files.pythonhosted.org/packages/4c/60/8f4281fa9bbf3c8034fd54c0e7412e66edbab6bc74c4996bd616f8d0406e/httpx-sse-0.4.0.tar.gz", hash = "sha256:1e81a3a3070ce322add1d3529ed42eb5f70817f45ed6ec915ab753f961139721", size = 12624 }
1025
+ sdist = { url = "https://files.pythonhosted.org/packages/6e/fa/66bd985dd0b7c109a3bcb89272ee0bfb7e2b4d06309ad7b38ff866734b2a/httpx_sse-0.4.1.tar.gz", hash = "sha256:8f44d34414bc7b21bf3602713005c5df4917884f76072479b21f68befa4ea26e", size = 12998 }
1025
1026
  wheels = [
1026
- { url = "https://files.pythonhosted.org/packages/e1/9b/a181f281f65d776426002f330c31849b86b31fc9d848db62e16f03ff739f/httpx_sse-0.4.0-py3-none-any.whl", hash = "sha256:f329af6eae57eaa2bdfd962b42524764af68075ea87370a2de920af5341e318f", size = 7819 },
1027
+ { url = "https://files.pythonhosted.org/packages/25/0a/6269e3473b09aed2dab8aa1a600c70f31f00ae1349bee30658f7e358a159/httpx_sse-0.4.1-py3-none-any.whl", hash = "sha256:cba42174344c3a5b06f255ce65b350880f962d99ead85e776f23c6618a377a37", size = 8054 },
1027
1028
  ]
1028
1029
 
1029
1030
  [[package]]
@@ -1499,7 +1500,7 @@ dev = [
1499
1500
  requires-dist = [
1500
1501
  { name = "codespell", marker = "extra == 'lint'", specifier = "~=2.2.0" },
1501
1502
  { name = "google-adk", specifier = "~=1.4.2" },
1502
- { name = "google-cloud-aiplatform", extras = ["evaluation", "agent-engines"], specifier = "~=1.95.1" },
1503
+ { name = "google-cloud-aiplatform", extras = ["evaluation", "agent-engines"], specifier = "~=1.99.0" },
1503
1504
  { name = "google-cloud-logging", specifier = "~=3.11.4" },
1504
1505
  { name = "jupyter", marker = "extra == 'jupyter'", specifier = "~=1.0.0" },
1505
1506
  { name = "mypy", marker = "extra == 'lint'", specifier = "~=1.15.0" },
@@ -2186,16 +2187,16 @@ wheels = [
2186
2187
 
2187
2188
  [[package]]
2188
2189
  name = "pydantic-settings"
2189
- version = "2.10.0"
2190
+ version = "2.10.1"
2190
2191
  source = { registry = "https://pypi.org/simple" }
2191
2192
  dependencies = [
2192
2193
  { name = "pydantic" },
2193
2194
  { name = "python-dotenv" },
2194
2195
  { name = "typing-inspection" },
2195
2196
  ]
2196
- sdist = { url = "https://files.pythonhosted.org/packages/c2/ef/3d61472b7801c896f9efd9bb8750977d9577098b05224c5c41820690155e/pydantic_settings-2.10.0.tar.gz", hash = "sha256:7a12e0767ba283954f3fd3fefdd0df3af21b28aa849c40c35811d52d682fa876", size = 172625 }
2197
+ sdist = { url = "https://files.pythonhosted.org/packages/68/85/1ea668bbab3c50071ca613c6ab30047fb36ab0da1b92fa8f17bbc38fd36c/pydantic_settings-2.10.1.tar.gz", hash = "sha256:06f0062169818d0f5524420a360d632d5857b83cffd4d42fe29597807a1614ee", size = 172583 }
2197
2198
  wheels = [
2198
- { url = "https://files.pythonhosted.org/packages/7d/9e/fce9331fecf1d2761ff0516c5dceab8a5fd415e82943e727dc4c5fa84a90/pydantic_settings-2.10.0-py3-none-any.whl", hash = "sha256:33781dfa1c7405d5ed2b6f150830a93bb58462a847357bd8f162f8bacb77c027", size = 45232 },
2199
+ { url = "https://files.pythonhosted.org/packages/58/f0/427018098906416f580e3cf1366d3b1abfb408a0652e9f31600c24a1903c/pydantic_settings-2.10.1-py3-none-any.whl", hash = "sha256:a60952460b99cf661dc25c29c0ef171721f98bfcb52ef8d9ea4c943d7c8cc796", size = 45235 },
2199
2200
  ]
2200
2201
 
2201
2202
  [[package]]
@@ -2260,11 +2261,11 @@ wheels = [
2260
2261
 
2261
2262
  [[package]]
2262
2263
  name = "python-dotenv"
2263
- version = "1.1.0"
2264
+ version = "1.1.1"
2264
2265
  source = { registry = "https://pypi.org/simple" }
2265
- sdist = { url = "https://files.pythonhosted.org/packages/88/2c/7bb1416c5620485aa793f2de31d3df393d3686aa8a8506d11e10e13c5baf/python_dotenv-1.1.0.tar.gz", hash = "sha256:41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5", size = 39920 }
2266
+ sdist = { url = "https://files.pythonhosted.org/packages/f6/b0/4bc07ccd3572a2f9df7e6782f52b0c6c90dcbb803ac4a167702d7d0dfe1e/python_dotenv-1.1.1.tar.gz", hash = "sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab", size = 41978 }
2266
2267
  wheels = [
2267
- { url = "https://files.pythonhosted.org/packages/1e/18/98a99ad95133c6a6e2005fe89faedf294a748bd5dc803008059409ac9b1e/python_dotenv-1.1.0-py3-none-any.whl", hash = "sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d", size = 20256 },
2268
+ { url = "https://files.pythonhosted.org/packages/5f/ed/539768cf28c661b5b068d66d96a2f155c4971a5d55684a514c1a0e0dec2f/python_dotenv-1.1.1-py3-none-any.whl", hash = "sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc", size = 20556 },
2268
2269
  ]
2269
2270
 
2270
2271
  [[package]]
@@ -611,7 +611,7 @@ wheels = [
611
611
 
612
612
  [[package]]
613
613
  name = "google-cloud-aiplatform"
614
- version = "1.95.1"
614
+ version = "1.99.0"
615
615
  source = { registry = "https://pypi.org/simple" }
616
616
  dependencies = [
617
617
  { name = "docstring-parser" },
@@ -628,9 +628,9 @@ dependencies = [
628
628
  { name = "shapely" },
629
629
  { name = "typing-extensions" },
630
630
  ]
631
- sdist = { url = "https://files.pythonhosted.org/packages/89/4e/af3cb47f7d28dacda9cba9853ce4cc998b0d3ba445907a28755d056bdda7/google_cloud_aiplatform-1.95.1.tar.gz", hash = "sha256:75beb3bf79d58648d40380e25a6863c02d5424558e1c6fdbffc6ed0ebce098fb", size = 9184978 }
631
+ sdist = { url = "https://files.pythonhosted.org/packages/ed/e5/fa4cc399206c0bda9544903bb6c373262cea688383276df5775cac7c9c6e/google_cloud_aiplatform-1.99.0.tar.gz", hash = "sha256:ea509e0d58e456a4c3d9bd007a8c273cbd0ae7e8542258869a418a1a4e68ec3b", size = 9286233 }
632
632
  wheels = [
633
- { url = "https://files.pythonhosted.org/packages/b4/8f/7bdc805192941d4859c720c8e7351eead720fae76c19cd7900424c0891f0/google_cloud_aiplatform-1.95.1-py2.py3-none-any.whl", hash = "sha256:f8a072857aef12391ee6cf128b2775d0f133baafaceed639f053dc551c356e05", size = 7651112 },
633
+ { url = "https://files.pythonhosted.org/packages/d7/27/a16b8d8d2a9ae643c34af6c381a918964bd4ae204a3458210a7c97f7f985/google_cloud_aiplatform-1.99.0-py2.py3-none-any.whl", hash = "sha256:3026fadb11900f3d1bb95cb75dedd15e04de8521ab64815dae292b52ccf84917", size = 7721474 },
634
634
  ]
635
635
 
636
636
  [package.optional-dependencies]
@@ -647,6 +647,7 @@ agent-engines = [
647
647
  evaluation = [
648
648
  { name = "jsonschema" },
649
649
  { name = "pandas" },
650
+ { name = "pyyaml" },
650
651
  { name = "ruamel-yaml" },
651
652
  { name = "scikit-learn", version = "1.5.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
652
653
  { name = "scikit-learn", version = "1.7.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
@@ -1074,11 +1075,11 @@ wheels = [
1074
1075
 
1075
1076
  [[package]]
1076
1077
  name = "httpx-sse"
1077
- version = "0.4.0"
1078
+ version = "0.4.1"
1078
1079
  source = { registry = "https://pypi.org/simple" }
1079
- sdist = { url = "https://files.pythonhosted.org/packages/4c/60/8f4281fa9bbf3c8034fd54c0e7412e66edbab6bc74c4996bd616f8d0406e/httpx-sse-0.4.0.tar.gz", hash = "sha256:1e81a3a3070ce322add1d3529ed42eb5f70817f45ed6ec915ab753f961139721", size = 12624 }
1080
+ sdist = { url = "https://files.pythonhosted.org/packages/6e/fa/66bd985dd0b7c109a3bcb89272ee0bfb7e2b4d06309ad7b38ff866734b2a/httpx_sse-0.4.1.tar.gz", hash = "sha256:8f44d34414bc7b21bf3602713005c5df4917884f76072479b21f68befa4ea26e", size = 12998 }
1080
1081
  wheels = [
1081
- { url = "https://files.pythonhosted.org/packages/e1/9b/a181f281f65d776426002f330c31849b86b31fc9d848db62e16f03ff739f/httpx_sse-0.4.0-py3-none-any.whl", hash = "sha256:f329af6eae57eaa2bdfd962b42524764af68075ea87370a2de920af5341e318f", size = 7819 },
1082
+ { url = "https://files.pythonhosted.org/packages/25/0a/6269e3473b09aed2dab8aa1a600c70f31f00ae1349bee30658f7e358a159/httpx_sse-0.4.1-py3-none-any.whl", hash = "sha256:cba42174344c3a5b06f255ce65b350880f962d99ead85e776f23c6618a377a37", size = 8054 },
1082
1083
  ]
1083
1084
 
1084
1085
  [[package]]
@@ -1558,7 +1559,7 @@ requires-dist = [
1558
1559
  { name = "codespell", marker = "extra == 'lint'", specifier = "~=2.2.0" },
1559
1560
  { name = "fastapi", specifier = "~=0.115.8" },
1560
1561
  { name = "google-adk", specifier = "~=1.4.2" },
1561
- { name = "google-cloud-aiplatform", extras = ["evaluation"], specifier = "~=1.95.1" },
1562
+ { name = "google-cloud-aiplatform", extras = ["evaluation"], specifier = "~=1.99.0" },
1562
1563
  { name = "google-cloud-logging", specifier = "~=3.11.4" },
1563
1564
  { name = "jupyter", marker = "extra == 'jupyter'", specifier = "~=1.0.0" },
1564
1565
  { name = "mypy", marker = "extra == 'lint'", specifier = "~=1.15.0" },
@@ -2345,16 +2346,16 @@ wheels = [
2345
2346
 
2346
2347
  [[package]]
2347
2348
  name = "pydantic-settings"
2348
- version = "2.10.0"
2349
+ version = "2.10.1"
2349
2350
  source = { registry = "https://pypi.org/simple" }
2350
2351
  dependencies = [
2351
2352
  { name = "pydantic" },
2352
2353
  { name = "python-dotenv" },
2353
2354
  { name = "typing-inspection" },
2354
2355
  ]
2355
- sdist = { url = "https://files.pythonhosted.org/packages/c2/ef/3d61472b7801c896f9efd9bb8750977d9577098b05224c5c41820690155e/pydantic_settings-2.10.0.tar.gz", hash = "sha256:7a12e0767ba283954f3fd3fefdd0df3af21b28aa849c40c35811d52d682fa876", size = 172625 }
2356
+ sdist = { url = "https://files.pythonhosted.org/packages/68/85/1ea668bbab3c50071ca613c6ab30047fb36ab0da1b92fa8f17bbc38fd36c/pydantic_settings-2.10.1.tar.gz", hash = "sha256:06f0062169818d0f5524420a360d632d5857b83cffd4d42fe29597807a1614ee", size = 172583 }
2356
2357
  wheels = [
2357
- { url = "https://files.pythonhosted.org/packages/7d/9e/fce9331fecf1d2761ff0516c5dceab8a5fd415e82943e727dc4c5fa84a90/pydantic_settings-2.10.0-py3-none-any.whl", hash = "sha256:33781dfa1c7405d5ed2b6f150830a93bb58462a847357bd8f162f8bacb77c027", size = 45232 },
2358
+ { url = "https://files.pythonhosted.org/packages/58/f0/427018098906416f580e3cf1366d3b1abfb408a0652e9f31600c24a1903c/pydantic_settings-2.10.1-py3-none-any.whl", hash = "sha256:a60952460b99cf661dc25c29c0ef171721f98bfcb52ef8d9ea4c943d7c8cc796", size = 45235 },
2358
2359
  ]
2359
2360
 
2360
2361
  [[package]]
@@ -2419,11 +2420,11 @@ wheels = [
2419
2420
 
2420
2421
  [[package]]
2421
2422
  name = "python-dotenv"
2422
- version = "1.1.0"
2423
+ version = "1.1.1"
2423
2424
  source = { registry = "https://pypi.org/simple" }
2424
- sdist = { url = "https://files.pythonhosted.org/packages/88/2c/7bb1416c5620485aa793f2de31d3df393d3686aa8a8506d11e10e13c5baf/python_dotenv-1.1.0.tar.gz", hash = "sha256:41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5", size = 39920 }
2425
+ sdist = { url = "https://files.pythonhosted.org/packages/f6/b0/4bc07ccd3572a2f9df7e6782f52b0c6c90dcbb803ac4a167702d7d0dfe1e/python_dotenv-1.1.1.tar.gz", hash = "sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab", size = 41978 }
2425
2426
  wheels = [
2426
- { url = "https://files.pythonhosted.org/packages/1e/18/98a99ad95133c6a6e2005fe89faedf294a748bd5dc803008059409ac9b1e/python_dotenv-1.1.0-py3-none-any.whl", hash = "sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d", size = 20256 },
2427
+ { url = "https://files.pythonhosted.org/packages/5f/ed/539768cf28c661b5b068d66d96a2f155c4971a5d55684a514c1a0e0dec2f/python_dotenv-1.1.1-py3-none-any.whl", hash = "sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc", size = 20556 },
2427
2428
  ]
2428
2429
 
2429
2430
  [[package]]
@@ -582,7 +582,7 @@ wheels = [
582
582
 
583
583
  [[package]]
584
584
  name = "google-cloud-aiplatform"
585
- version = "1.95.1"
585
+ version = "1.99.0"
586
586
  source = { registry = "https://pypi.org/simple" }
587
587
  dependencies = [
588
588
  { name = "docstring-parser" },
@@ -599,9 +599,9 @@ dependencies = [
599
599
  { name = "shapely" },
600
600
  { name = "typing-extensions" },
601
601
  ]
602
- sdist = { url = "https://files.pythonhosted.org/packages/89/4e/af3cb47f7d28dacda9cba9853ce4cc998b0d3ba445907a28755d056bdda7/google_cloud_aiplatform-1.95.1.tar.gz", hash = "sha256:75beb3bf79d58648d40380e25a6863c02d5424558e1c6fdbffc6ed0ebce098fb", size = 9184978 }
602
+ sdist = { url = "https://files.pythonhosted.org/packages/ed/e5/fa4cc399206c0bda9544903bb6c373262cea688383276df5775cac7c9c6e/google_cloud_aiplatform-1.99.0.tar.gz", hash = "sha256:ea509e0d58e456a4c3d9bd007a8c273cbd0ae7e8542258869a418a1a4e68ec3b", size = 9286233 }
603
603
  wheels = [
604
- { url = "https://files.pythonhosted.org/packages/b4/8f/7bdc805192941d4859c720c8e7351eead720fae76c19cd7900424c0891f0/google_cloud_aiplatform-1.95.1-py2.py3-none-any.whl", hash = "sha256:f8a072857aef12391ee6cf128b2775d0f133baafaceed639f053dc551c356e05", size = 7651112 },
604
+ { url = "https://files.pythonhosted.org/packages/d7/27/a16b8d8d2a9ae643c34af6c381a918964bd4ae204a3458210a7c97f7f985/google_cloud_aiplatform-1.99.0-py2.py3-none-any.whl", hash = "sha256:3026fadb11900f3d1bb95cb75dedd15e04de8521ab64815dae292b52ccf84917", size = 7721474 },
605
605
  ]
606
606
 
607
607
  [package.optional-dependencies]
@@ -618,6 +618,7 @@ agent-engines = [
618
618
  evaluation = [
619
619
  { name = "jsonschema" },
620
620
  { name = "pandas" },
621
+ { name = "pyyaml" },
621
622
  { name = "ruamel-yaml" },
622
623
  { name = "scikit-learn", version = "1.5.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
623
624
  { name = "scikit-learn", version = "1.7.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
@@ -1019,11 +1020,11 @@ wheels = [
1019
1020
 
1020
1021
  [[package]]
1021
1022
  name = "httpx-sse"
1022
- version = "0.4.0"
1023
+ version = "0.4.1"
1023
1024
  source = { registry = "https://pypi.org/simple" }
1024
- sdist = { url = "https://files.pythonhosted.org/packages/4c/60/8f4281fa9bbf3c8034fd54c0e7412e66edbab6bc74c4996bd616f8d0406e/httpx-sse-0.4.0.tar.gz", hash = "sha256:1e81a3a3070ce322add1d3529ed42eb5f70817f45ed6ec915ab753f961139721", size = 12624 }
1025
+ sdist = { url = "https://files.pythonhosted.org/packages/6e/fa/66bd985dd0b7c109a3bcb89272ee0bfb7e2b4d06309ad7b38ff866734b2a/httpx_sse-0.4.1.tar.gz", hash = "sha256:8f44d34414bc7b21bf3602713005c5df4917884f76072479b21f68befa4ea26e", size = 12998 }
1025
1026
  wheels = [
1026
- { url = "https://files.pythonhosted.org/packages/e1/9b/a181f281f65d776426002f330c31849b86b31fc9d848db62e16f03ff739f/httpx_sse-0.4.0-py3-none-any.whl", hash = "sha256:f329af6eae57eaa2bdfd962b42524764af68075ea87370a2de920af5341e318f", size = 7819 },
1027
+ { url = "https://files.pythonhosted.org/packages/25/0a/6269e3473b09aed2dab8aa1a600c70f31f00ae1349bee30658f7e358a159/httpx_sse-0.4.1-py3-none-any.whl", hash = "sha256:cba42174344c3a5b06f255ce65b350880f962d99ead85e776f23c6618a377a37", size = 8054 },
1027
1028
  ]
1028
1029
 
1029
1030
  [[package]]
@@ -1499,7 +1500,7 @@ dev = [
1499
1500
  requires-dist = [
1500
1501
  { name = "codespell", marker = "extra == 'lint'", specifier = "~=2.2.0" },
1501
1502
  { name = "google-adk", specifier = "~=1.4.2" },
1502
- { name = "google-cloud-aiplatform", extras = ["evaluation", "agent-engines"], specifier = "~=1.95.1" },
1503
+ { name = "google-cloud-aiplatform", extras = ["evaluation", "agent-engines"], specifier = "~=1.99.0" },
1503
1504
  { name = "google-cloud-logging", specifier = "~=3.11.4" },
1504
1505
  { name = "jupyter", marker = "extra == 'jupyter'", specifier = "~=1.0.0" },
1505
1506
  { name = "mypy", marker = "extra == 'lint'", specifier = "~=1.15.0" },
@@ -2186,16 +2187,16 @@ wheels = [
2186
2187
 
2187
2188
  [[package]]
2188
2189
  name = "pydantic-settings"
2189
- version = "2.10.0"
2190
+ version = "2.10.1"
2190
2191
  source = { registry = "https://pypi.org/simple" }
2191
2192
  dependencies = [
2192
2193
  { name = "pydantic" },
2193
2194
  { name = "python-dotenv" },
2194
2195
  { name = "typing-inspection" },
2195
2196
  ]
2196
- sdist = { url = "https://files.pythonhosted.org/packages/c2/ef/3d61472b7801c896f9efd9bb8750977d9577098b05224c5c41820690155e/pydantic_settings-2.10.0.tar.gz", hash = "sha256:7a12e0767ba283954f3fd3fefdd0df3af21b28aa849c40c35811d52d682fa876", size = 172625 }
2197
+ sdist = { url = "https://files.pythonhosted.org/packages/68/85/1ea668bbab3c50071ca613c6ab30047fb36ab0da1b92fa8f17bbc38fd36c/pydantic_settings-2.10.1.tar.gz", hash = "sha256:06f0062169818d0f5524420a360d632d5857b83cffd4d42fe29597807a1614ee", size = 172583 }
2197
2198
  wheels = [
2198
- { url = "https://files.pythonhosted.org/packages/7d/9e/fce9331fecf1d2761ff0516c5dceab8a5fd415e82943e727dc4c5fa84a90/pydantic_settings-2.10.0-py3-none-any.whl", hash = "sha256:33781dfa1c7405d5ed2b6f150830a93bb58462a847357bd8f162f8bacb77c027", size = 45232 },
2199
+ { url = "https://files.pythonhosted.org/packages/58/f0/427018098906416f580e3cf1366d3b1abfb408a0652e9f31600c24a1903c/pydantic_settings-2.10.1-py3-none-any.whl", hash = "sha256:a60952460b99cf661dc25c29c0ef171721f98bfcb52ef8d9ea4c943d7c8cc796", size = 45235 },
2199
2200
  ]
2200
2201
 
2201
2202
  [[package]]
@@ -2260,11 +2261,11 @@ wheels = [
2260
2261
 
2261
2262
  [[package]]
2262
2263
  name = "python-dotenv"
2263
- version = "1.1.0"
2264
+ version = "1.1.1"
2264
2265
  source = { registry = "https://pypi.org/simple" }
2265
- sdist = { url = "https://files.pythonhosted.org/packages/88/2c/7bb1416c5620485aa793f2de31d3df393d3686aa8a8506d11e10e13c5baf/python_dotenv-1.1.0.tar.gz", hash = "sha256:41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5", size = 39920 }
2266
+ sdist = { url = "https://files.pythonhosted.org/packages/f6/b0/4bc07ccd3572a2f9df7e6782f52b0c6c90dcbb803ac4a167702d7d0dfe1e/python_dotenv-1.1.1.tar.gz", hash = "sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab", size = 41978 }
2266
2267
  wheels = [
2267
- { url = "https://files.pythonhosted.org/packages/1e/18/98a99ad95133c6a6e2005fe89faedf294a748bd5dc803008059409ac9b1e/python_dotenv-1.1.0-py3-none-any.whl", hash = "sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d", size = 20256 },
2268
+ { url = "https://files.pythonhosted.org/packages/5f/ed/539768cf28c661b5b068d66d96a2f155c4971a5d55684a514c1a0e0dec2f/python_dotenv-1.1.1-py3-none-any.whl", hash = "sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc", size = 20556 },
2268
2269
  ]
2269
2270
 
2270
2271
  [[package]]
@@ -611,7 +611,7 @@ wheels = [
611
611
 
612
612
  [[package]]
613
613
  name = "google-cloud-aiplatform"
614
- version = "1.95.1"
614
+ version = "1.99.0"
615
615
  source = { registry = "https://pypi.org/simple" }
616
616
  dependencies = [
617
617
  { name = "docstring-parser" },
@@ -628,9 +628,9 @@ dependencies = [
628
628
  { name = "shapely" },
629
629
  { name = "typing-extensions" },
630
630
  ]
631
- sdist = { url = "https://files.pythonhosted.org/packages/89/4e/af3cb47f7d28dacda9cba9853ce4cc998b0d3ba445907a28755d056bdda7/google_cloud_aiplatform-1.95.1.tar.gz", hash = "sha256:75beb3bf79d58648d40380e25a6863c02d5424558e1c6fdbffc6ed0ebce098fb", size = 9184978 }
631
+ sdist = { url = "https://files.pythonhosted.org/packages/ed/e5/fa4cc399206c0bda9544903bb6c373262cea688383276df5775cac7c9c6e/google_cloud_aiplatform-1.99.0.tar.gz", hash = "sha256:ea509e0d58e456a4c3d9bd007a8c273cbd0ae7e8542258869a418a1a4e68ec3b", size = 9286233 }
632
632
  wheels = [
633
- { url = "https://files.pythonhosted.org/packages/b4/8f/7bdc805192941d4859c720c8e7351eead720fae76c19cd7900424c0891f0/google_cloud_aiplatform-1.95.1-py2.py3-none-any.whl", hash = "sha256:f8a072857aef12391ee6cf128b2775d0f133baafaceed639f053dc551c356e05", size = 7651112 },
633
+ { url = "https://files.pythonhosted.org/packages/d7/27/a16b8d8d2a9ae643c34af6c381a918964bd4ae204a3458210a7c97f7f985/google_cloud_aiplatform-1.99.0-py2.py3-none-any.whl", hash = "sha256:3026fadb11900f3d1bb95cb75dedd15e04de8521ab64815dae292b52ccf84917", size = 7721474 },
634
634
  ]
635
635
 
636
636
  [package.optional-dependencies]
@@ -647,6 +647,7 @@ agent-engines = [
647
647
  evaluation = [
648
648
  { name = "jsonschema" },
649
649
  { name = "pandas" },
650
+ { name = "pyyaml" },
650
651
  { name = "ruamel-yaml" },
651
652
  { name = "scikit-learn", version = "1.5.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.11'" },
652
653
  { name = "scikit-learn", version = "1.7.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11'" },
@@ -1074,11 +1075,11 @@ wheels = [
1074
1075
 
1075
1076
  [[package]]
1076
1077
  name = "httpx-sse"
1077
- version = "0.4.0"
1078
+ version = "0.4.1"
1078
1079
  source = { registry = "https://pypi.org/simple" }
1079
- sdist = { url = "https://files.pythonhosted.org/packages/4c/60/8f4281fa9bbf3c8034fd54c0e7412e66edbab6bc74c4996bd616f8d0406e/httpx-sse-0.4.0.tar.gz", hash = "sha256:1e81a3a3070ce322add1d3529ed42eb5f70817f45ed6ec915ab753f961139721", size = 12624 }
1080
+ sdist = { url = "https://files.pythonhosted.org/packages/6e/fa/66bd985dd0b7c109a3bcb89272ee0bfb7e2b4d06309ad7b38ff866734b2a/httpx_sse-0.4.1.tar.gz", hash = "sha256:8f44d34414bc7b21bf3602713005c5df4917884f76072479b21f68befa4ea26e", size = 12998 }
1080
1081
  wheels = [
1081
- { url = "https://files.pythonhosted.org/packages/e1/9b/a181f281f65d776426002f330c31849b86b31fc9d848db62e16f03ff739f/httpx_sse-0.4.0-py3-none-any.whl", hash = "sha256:f329af6eae57eaa2bdfd962b42524764af68075ea87370a2de920af5341e318f", size = 7819 },
1082
+ { url = "https://files.pythonhosted.org/packages/25/0a/6269e3473b09aed2dab8aa1a600c70f31f00ae1349bee30658f7e358a159/httpx_sse-0.4.1-py3-none-any.whl", hash = "sha256:cba42174344c3a5b06f255ce65b350880f962d99ead85e776f23c6618a377a37", size = 8054 },
1082
1083
  ]
1083
1084
 
1084
1085
  [[package]]
@@ -1558,7 +1559,7 @@ requires-dist = [
1558
1559
  { name = "codespell", marker = "extra == 'lint'", specifier = "~=2.2.0" },
1559
1560
  { name = "fastapi", specifier = "~=0.115.8" },
1560
1561
  { name = "google-adk", specifier = "~=1.4.2" },
1561
- { name = "google-cloud-aiplatform", extras = ["evaluation"], specifier = "~=1.95.1" },
1562
+ { name = "google-cloud-aiplatform", extras = ["evaluation"], specifier = "~=1.99.0" },
1562
1563
  { name = "google-cloud-logging", specifier = "~=3.11.4" },
1563
1564
  { name = "jupyter", marker = "extra == 'jupyter'", specifier = "~=1.0.0" },
1564
1565
  { name = "mypy", marker = "extra == 'lint'", specifier = "~=1.15.0" },
@@ -2345,16 +2346,16 @@ wheels = [
2345
2346
 
2346
2347
  [[package]]
2347
2348
  name = "pydantic-settings"
2348
- version = "2.10.0"
2349
+ version = "2.10.1"
2349
2350
  source = { registry = "https://pypi.org/simple" }
2350
2351
  dependencies = [
2351
2352
  { name = "pydantic" },
2352
2353
  { name = "python-dotenv" },
2353
2354
  { name = "typing-inspection" },
2354
2355
  ]
2355
- sdist = { url = "https://files.pythonhosted.org/packages/c2/ef/3d61472b7801c896f9efd9bb8750977d9577098b05224c5c41820690155e/pydantic_settings-2.10.0.tar.gz", hash = "sha256:7a12e0767ba283954f3fd3fefdd0df3af21b28aa849c40c35811d52d682fa876", size = 172625 }
2356
+ sdist = { url = "https://files.pythonhosted.org/packages/68/85/1ea668bbab3c50071ca613c6ab30047fb36ab0da1b92fa8f17bbc38fd36c/pydantic_settings-2.10.1.tar.gz", hash = "sha256:06f0062169818d0f5524420a360d632d5857b83cffd4d42fe29597807a1614ee", size = 172583 }
2356
2357
  wheels = [
2357
- { url = "https://files.pythonhosted.org/packages/7d/9e/fce9331fecf1d2761ff0516c5dceab8a5fd415e82943e727dc4c5fa84a90/pydantic_settings-2.10.0-py3-none-any.whl", hash = "sha256:33781dfa1c7405d5ed2b6f150830a93bb58462a847357bd8f162f8bacb77c027", size = 45232 },
2358
+ { url = "https://files.pythonhosted.org/packages/58/f0/427018098906416f580e3cf1366d3b1abfb408a0652e9f31600c24a1903c/pydantic_settings-2.10.1-py3-none-any.whl", hash = "sha256:a60952460b99cf661dc25c29c0ef171721f98bfcb52ef8d9ea4c943d7c8cc796", size = 45235 },
2358
2359
  ]
2359
2360
 
2360
2361
  [[package]]
@@ -2419,11 +2420,11 @@ wheels = [
2419
2420
 
2420
2421
  [[package]]
2421
2422
  name = "python-dotenv"
2422
- version = "1.1.0"
2423
+ version = "1.1.1"
2423
2424
  source = { registry = "https://pypi.org/simple" }
2424
- sdist = { url = "https://files.pythonhosted.org/packages/88/2c/7bb1416c5620485aa793f2de31d3df393d3686aa8a8506d11e10e13c5baf/python_dotenv-1.1.0.tar.gz", hash = "sha256:41f90bc6f5f177fb41f53e87666db362025010eb28f60a01c9143bfa33a2b2d5", size = 39920 }
2425
+ sdist = { url = "https://files.pythonhosted.org/packages/f6/b0/4bc07ccd3572a2f9df7e6782f52b0c6c90dcbb803ac4a167702d7d0dfe1e/python_dotenv-1.1.1.tar.gz", hash = "sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab", size = 41978 }
2425
2426
  wheels = [
2426
- { url = "https://files.pythonhosted.org/packages/1e/18/98a99ad95133c6a6e2005fe89faedf294a748bd5dc803008059409ac9b1e/python_dotenv-1.1.0-py3-none-any.whl", hash = "sha256:d7c01d9e2293916c18baf562d95698754b0dbbb5e74d457c45d4f6561fb9d55d", size = 20256 },
2427
+ { url = "https://files.pythonhosted.org/packages/5f/ed/539768cf28c661b5b068d66d96a2f155c4971a5d55684a514c1a0e0dec2f/python_dotenv-1.1.1-py3-none-any.whl", hash = "sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc", size = 20556 },
2427
2428
  ]
2428
2429
 
2429
2430
  [[package]]