Python: Add type annotations for AgentRunEvent and AgentRunUpdateEvent data attributes (#2589)

* Add type annotations for AgentRunEvent and AgentRunUpdateEvent data attributes

* Fix unnecessary cast after typing improvement

* Mcp pkg update introduced type change. Fix it.

* update opentelemetry deps to 1.39.0 and use LogRecordExporter for type compatibility
This commit is contained in:
Evan Mattson
2025-12-04 09:40:49 +09:00
committed by GitHub
Unverified
parent 9c2e800189
commit a597a925cb
7 changed files with 102 additions and 55 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ dependencies = [
# GAIA benchmark module dependencies
gaia = [
"pydantic>=2.0.0",
"opentelemetry-api>=1.24.0",
"opentelemetry-api>=1.39.0",
"tqdm>=4.60.0",
"huggingface-hub>=0.20.0",
"orjson>=3.8.0",