diff --git a/requirements.txt b/requirements.txt index 0fcbfdca5..8e381698c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,6 +54,8 @@ distro==1.9.0 # openai docstring-parser==0.16 # via google-cloud-aiplatform +exceptiongroup==1.3.0 + # via anyio fastapi==0.115.12 # via google-adk filelock==3.18.0 @@ -255,7 +257,7 @@ proto-plus==1.26.1 # google-cloud-secret-manager # google-cloud-speech # google-cloud-trace -protobuf==5.29.4 +protobuf==5.29.5 # via # google-api-core # google-cloud-aiplatform @@ -317,7 +319,7 @@ pyyaml==6.0.2 # huggingface-hub regex==2024.11.6 # via tiktoken -requests==2.32.3 +requests==2.32.4 # via # -r requirements.in # google-api-core @@ -356,7 +358,9 @@ tiktoken==0.9.0 tokenizers==0.21.1 # via anthropic tomli==2.2.1 - # via yapf + # via + # pylint + # yapf tomlkit==0.13.2 # via pylint tqdm==4.67.1 @@ -367,6 +371,8 @@ typing-extensions==4.13.2 # via # anthropic # anyio + # astroid + # exceptiongroup # fastapi # google-cloud-aiplatform # google-genai @@ -378,6 +384,7 @@ typing-extensions==4.13.2 # pydantic-core # sqlalchemy # typing-inspection + # uvicorn typing-inspection==0.4.1 # via # pydantic