Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
238 changes: 129 additions & 109 deletions agents/adk/contract-compliance-pipeline/python-extraction-agent/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description = "Backend server for the Gen AI Experience Concierge demo. Hosts mu
readme = "README.md"
requires-python = "==3.12.*"
dependencies = [
"langgraph-checkpoint>=2.0.16",
"pydantic-settings>=2.6.1",
"langgraph-checkpoint>=4.1.1",
"pydantic-settings>=2.14.2",
"fastapi>=0.115.9",
"uvicorn>=0.34.0",
"psycopg[binary]>=3.2.5",
Expand Down
969 changes: 526 additions & 443 deletions gemini/agents/genai-experience-concierge/langgraph-demo/backend/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"langgraph>=0.3.21",
"streamlit>=1.42.2",
"streamlit>=1.54.0",
"google-auth>=2.38.0",
"pydantic-settings>=2.6.1",
"pydantic-settings>=2.14.2",
]

[tool.ruff]
Expand Down
1,527 changes: 854 additions & 673 deletions gemini/agents/genai-experience-concierge/langgraph-demo/frontend/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gemini/agents/genai-experience-concierge/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dev = [
"ruff>=0.11.0",
"types-requests>=2.32.0.20250306",
"types-pyyaml>=6.0.12.20241230",
"pip>=25.0.1",
"pip>=26.1.2",
"pylint>=3.3.6",
]

Expand Down
695 changes: 347 additions & 348 deletions gemini/agents/genai-experience-concierge/uv.lock

Large diffs are not rendered by default.

794 changes: 436 additions & 358 deletions gemini/mcp/adk_mcp_app/uv.lock

Large diffs are not rendered by default.

1,059 changes: 569 additions & 490 deletions gemini/mcp/adk_multiagent_mcp_app/uv.lock

Large diffs are not rendered by default.

832 changes: 316 additions & 516 deletions gemini/multimodal-live-api/livekit-adk/uv.lock

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ fastapi~=0.111.1
fastapi-utilities==0.2.0
cloudpickle==2.2.1
grpcio==1.66.2
urllib3==1.26.16
urllib3==2.7.0
typing-inspect==0.9.0
typing_extensions==4.12.2
pydantic==2.9.2
requests==2.31.0

langchain==0.3.2
langchain==1.3.9
langchain-community==0.3.1
langchain-core==0.3.9
langchain-google-vertexai==2.0.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ fastapi~=0.111.1
fastapi-utilities==0.2.0
cloudpickle==2.2.1
grpcio==1.66.2
urllib3==1.26.16
urllib3==2.7.0
typing-inspect==0.9.0
typing_extensions==4.12.2
pydantic==2.9.2
requests==2.31.0

langchain==0.3.2
langchain==1.3.9
langchain-community==0.3.1
langchain-core==0.3.9
langchain-google-vertexai==2.0.4
Expand Down
1,852 changes: 926 additions & 926 deletions search/gemini-enterprise/ge-migration-agent/uv.lock

Large diffs are not rendered by default.

Loading