Skip to content

build(deps): bump the python group in /apps/agent with 18 updates - #12

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/apps/agent/python-b725aedb8c
Open

build(deps): bump the python group in /apps/agent with 18 updates#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/apps/agent/python-b725aedb8c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown

Bumps the python group in /apps/agent with 18 updates:

Package From To
google-adk 2.2.0 2.5.0
google-cloud-aiplatform 1.157.0 1.163.0
google-cloud-logging 3.13.0 3.16.1
google-genai 2.12.1 2.14.0
litellm 1.83.7 1.94.0
fastapi 0.136.1 0.141.0
uvicorn 0.38.0 0.52.0
aiohttp 3.13.5 3.14.3
pydantic 2.12.5 2.13.4
pydantic-settings 2.11.0 2.14.2
json-repair 0.52.3 0.61.7
sqlalchemy 2.0.44 2.0.51
aiosqlite 0.21.0 0.22.1
asyncpg 0.30.0 0.31.0
sqlparse 0.5.3 0.5.5
tree-sitter 0.23.2 0.26.0
beautifulsoup4 4.12.3 4.15.0
python-dotenv 1.0.1 1.2.2

Updates google-adk from 2.2.0 to 2.5.0

Release notes

Sourced from google-adk's releases.

v2.5.0

2.5.0 (2026-07-16)

Breaking Changes

  • Update GCP Skill Registry to use agentregistry/skill endpoint (fa884e3): Existing users of GCP Skill Registry should note that the underlying endpoint is now AgentRegistry, so users will need to migrate their data and enable the Agent Registry API if not yet enabled.

Features

  • add Cloud Run sandbox option in code executors (5b1088a)
  • Add search agents and search MCP severs to agent registry (ed579c1)
  • add skill to verify markdown code snippets (c0fa51b)
  • Add strict input schema validation for LlmAgent workflow nodes (6f66814)
  • add to_mcp_server to serve an ADK agent over MCP (50ff37f)
  • agents: add single_turn mode field to ManagedAgent (da50578)
  • agents: bridge node_input to user_content for ManagedAgent nodes (a680cea)
  • agents: support remote MCP servers for ManagedAgent with runtime header callbacks (2e2ec09)
  • agents: wrap single_turn non-LlmAgent sub-agents as inline tools (fc98549)
  • bigquery: log tool descriptions and parameter schemas in LLM_REQUEST (ecef5f8)
  • enable a2a-sdk 1.x by widening the dependency constraint (b46dd13)
  • live: allow Voice activity detection (VAD) events to be returned (820a910)
  • live: Run non-blocking tools in a background task (5620d8f)
  • plugins: add on_agent_error_callback and on_run_error_callback (7d0ae63)
  • Support HITL resumption for standalone nodes and NodeTool (00760f8)
  • Support LoadArtifacts parsing for binary text documents (e.g., DOCX) (ccbedd8)
  • Validate that no old orchestrators are used inside Workflow graphs (7e245c4)
  • Validate that no old orchestrators are used inside Workflow graphs (eaffb0e)
  • workflow: Support state-based resumption for task-mode agent workflow nodes (9d306f5)

Bug Fixes

  • Add mTLS support for for API registry (41693dc)
  • Add mtls support for gcp_utils (3fa993b)
  • Add support for list_artifact_versions and get_artifact_version to ForwardingArtifactService (61ba59a)
  • avoid crash on first turn with empty user content (c9bacd4)
  • Avoid shell execution in ReadFileTool ranged reads (1ac6875)
  • block posix, nt, _posixsubprocess, and _socket modules in agent config validation (faa1744)
  • cli: Block special internal agents in ApiServer mode (3f6eb1f)
  • confine docs-agent file tools to the managed repos directory (f00fc5a)
  • decode shell skill output as UTF-8 (b7ad76a)
  • environment: add integer validation in ReadFileTool (3c0fb65)
  • exclude LiteLlm llm_client from JSON serialization (ecbefd9), closes #6164
  • exclude rewound invocations from event compaction (0d4d378)
  • explicitly preserve language and tools during event compaction (b44d2c9), closes #6273
  • Fix InputTokensDetails validation in OpenAI responses test and formatting in a2a_agent_executor (99ea228)
  • Fix sub-branch event routing for nested sub-agents and tools in InvocationContext (3cdc102)
  • GitHub CI for the verify-snippets skill (ccc8ab4)
  • grow eligible Gemini cache prefixes (98fc036)
  • guard decode_model against non-dict session values (8c60d99), closes #6348
  • handle sqlite float timestamps in PreciseTimestamp (2da09e6), closes #6352

... (truncated)

Changelog

Sourced from google-adk's changelog.

2.5.0 (2026-07-16)

Features

  • add Cloud Run sandbox option in code executors (5b1088a)
  • Add search agents and search MCP severs to agent registry (ed579c1)
  • add skill to verify markdown code snippets (c0fa51b)
  • Add strict input schema validation for LlmAgent workflow nodes (6f66814)
  • add to_mcp_server to serve an ADK agent over MCP (50ff37f)
  • agents: add single_turn mode field to ManagedAgent (da50578)
  • agents: bridge node_input to user_content for ManagedAgent nodes (a680cea)
  • agents: support remote MCP servers for ManagedAgent with runtime header callbacks (2e2ec09)
  • agents: wrap single_turn non-LlmAgent sub-agents as inline tools (fc98549)
  • bigquery: log tool descriptions and parameter schemas in LLM_REQUEST (ecef5f8)
  • enable a2a-sdk 1.x by widening the dependency constraint (b46dd13)
  • live: allow Voice activity detection (VAD) events to be returned (820a910)
  • live: Run non-blocking tools in a background task (5620d8f)
  • plugins: add on_agent_error_callback and on_run_error_callback (7d0ae63)
  • Support HITL resumption for standalone nodes and NodeTool (00760f8)
  • Support LoadArtifacts parsing for binary text documents (e.g., DOCX) (ccbedd8)
  • Validate that no old orchestrators are used inside Workflow graphs (7e245c4)
  • Validate that no old orchestrators are used inside Workflow graphs (eaffb0e)
  • workflow: Support state-based resumption for task-mode agent workflow nodes (9d306f5)

Bug Fixes

  • Add mTLS support for for API registry (41693dc)
  • Add mtls support for gcp_utils (3fa993b)
  • Add support for list_artifact_versions and get_artifact_version to ForwardingArtifactService (61ba59a)
  • avoid crash on first turn with empty user content (c9bacd4)
  • Avoid shell execution in ReadFileTool ranged reads (1ac6875)
  • block posix, nt, _posixsubprocess, and _socket modules in agent config validation (faa1744)
  • cli: Block special internal agents in ApiServer mode (3f6eb1f)
  • confine docs-agent file tools to the managed repos directory (f00fc5a)
  • decode shell skill output as UTF-8 (b7ad76a)
  • environment: add integer validation in ReadFileTool (3c0fb65)
  • exclude LiteLlm llm_client from JSON serialization (ecbefd9), closes #6164
  • exclude rewound invocations from event compaction (0d4d378)
  • explicitly preserve language and tools during event compaction (b44d2c9), closes #6273
  • Fix InputTokensDetails validation in OpenAI responses test and formatting in a2a_agent_executor (99ea228)
  • Fix sub-branch event routing for nested sub-agents and tools in InvocationContext (3cdc102)
  • GitHub CI for the verify-snippets skill (ccc8ab4)
  • grow eligible Gemini cache prefixes (98fc036)
  • guard decode_model against non-dict session values (8c60d99), closes #6348
  • handle sqlite float timestamps in PreciseTimestamp (2da09e6), closes #6352
  • honor server-reported Gemini cache expiry (4fdc94c)
  • litellm: preserve reasoning replay and optionally share agent thoughts (6290aec)
  • litellm: preserve signature-only blocks for Anthropic streaming thinking aggregation (78d1957)

... (truncated)

Commits
  • 1e93d82 chore: update last-release-sha for next main release
  • 5e3b6f1 chore(release/candidate): release 2.5.0 (#6411)
  • c9bacd4 fix: avoid crash on first turn with empty user content
  • c03f333 fix: Prevent continuation forgery in tool confirmation
  • 2da09e6 fix: handle sqlite float timestamps in PreciseTimestamp
  • 065234e fix: preserve non-image file MIME type in LiteLlm content conversion
  • ecbefd9 fix: exclude LiteLlm llm_client from JSON serialization
  • 98fc036 fix: grow eligible Gemini cache prefixes
  • 221bad9 fix: require starlette>=1.3.1 to clear known CVEs
  • 8eb8348 test: re-enable finish_reason unknown-maps-to-other litellm test
  • Additional commits viewable in compare view

Updates google-cloud-aiplatform from 1.157.0 to 1.163.0

Release notes

Sourced from google-cloud-aiplatform's releases.

v1.163.0

1.163.0 (2026-07-28)

Features

  • GenAI Client(evals) - add create EvaluationExperiment (07ade2e)
  • GenAI Client(evals) - add delete/update EvaluationExperiment (09e5a65)
  • GenAI Client(evals) - add get/list EvaluationExperiment (52b1c24)
  • Onboard Vertex Model Garden to GenAI Python SDK: Add export_open_model support (c2ba5d2)
  • Support us mREP endpoint for Batch Prediction, Training, and Online Prediction. (96a9fcf)

Bug Fixes

  • Depend on the autogen distribution instead of ag2 for the AG2 integration. (dbcf815)
  • GenAI client - Resolve opentelemetry-resourcedetector-gcp dependency error (a16fc0d)
  • Merge sandbox-only turns in SDK-side interaction-to-AgentData conversion. (f93c455)
  • Send display_name when creating a sandbox environment template. (243ca19)

v1.162.0

1.162.0 (2026-07-21)

Features

  • Add detailed agent tool definitions for display (762079f)
  • Add Route to GroundingChunk.Maps in Vertex AI v1 (4331d55)
  • Add Route to GroundingChunk.Maps in Vertex AI v1beta1 (4331d55)
  • Delegate agent resolution to server via geminiAgentConfig (ab757c7)
  • GenAI client - Add warning on vertexai.Client instantiation and recommend agentplatform.Client (f141415)
  • GenAI Client(evals) - multi-turn user simulation for Gemini Agents API run_inference (c74e996)

Bug Fixes

  • Use the correct enum for RagFile.file_status (23145f3)

Documentation

  • Expand GroundingChunk.Maps documentation to describe route support (4331d55)
  • Expand GroundingChunk.Maps documentation to describe route support (4331d55)
  • GenAI client - Add example usage to RAG docstrings (df3dcd9)
  • Update product name from "Vertex AI" to "Gemini Enterprise Agent Platform" in README, and add a note to rename Agent Engine to Agent Runtime in upcoming major release (a3179c2)

v1.161.0

1.161.0 (2026-07-14)

... (truncated)

Changelog

Sourced from google-cloud-aiplatform's changelog.

1.163.0 (2026-07-28)

Features

  • GenAI Client(evals) - add create EvaluationExperiment (07ade2e)
  • GenAI Client(evals) - add delete/update EvaluationExperiment (09e5a65)
  • GenAI Client(evals) - add get/list EvaluationExperiment (52b1c24)
  • Onboard Vertex Model Garden to GenAI Python SDK: Add export_open_model support (c2ba5d2)
  • Support us mREP endpoint for Batch Prediction, Training, and Online Prediction. (96a9fcf)

Bug Fixes

  • Depend on the autogen distribution instead of ag2 for the AG2 integration. (dbcf815)
  • GenAI client - Resolve opentelemetry-resourcedetector-gcp dependency error (a16fc0d)
  • Merge sandbox-only turns in SDK-side interaction-to-AgentData conversion. (f93c455)
  • Send display_name when creating a sandbox environment template. (243ca19)

1.162.0 (2026-07-21)

Features

  • Add detailed agent tool definitions for display (762079f)
  • Add Route to GroundingChunk.Maps in Vertex AI v1 (4331d55)
  • Add Route to GroundingChunk.Maps in Vertex AI v1beta1 (4331d55)
  • Delegate agent resolution to server via geminiAgentConfig (ab757c7)
  • GenAI client - Add warning on vertexai.Client instantiation and recommend agentplatform.Client (f141415)
  • GenAI Client(evals) - multi-turn user simulation for Gemini Agents API run_inference (c74e996)

Bug Fixes

  • Use the correct enum for RagFile.file_status (23145f3)

Documentation

  • Expand GroundingChunk.Maps documentation to describe route support (4331d55)
  • Expand GroundingChunk.Maps documentation to describe route support (4331d55)
  • GenAI client - Add example usage to RAG docstrings (df3dcd9)
  • Update product name from "Vertex AI" to "Gemini Enterprise Agent Platform" in README, and add a note to rename Agent Engine to Agent Runtime in upcoming major release (a3179c2)

1.161.0 (2026-07-14)

Features

  • Add FeedbackService to Agent Platform Python SDK (f6ecd67)

... (truncated)

Commits
  • 6845eaf chore(main): release 1.163.0 (#7017)
  • 09e5a65 feat: GenAI Client(evals) - add delete/update EvaluationExperiment
  • c2ba5d2 feat: Onboard Vertex Model Garden to GenAI Python SDK: Add export_open_model ...
  • 96a9fcf feat: Support us mREP endpoint for Batch Prediction, Training, and Online Pre...
  • 243ca19 fix: Send display_name when creating a sandbox environment template.
  • 475024c chore: Remove sandbox tool declarations from SDK AgentConfig display.
  • dbcf815 fix: Depend on the autogen distribution instead of ag2 for the AG2 integr...
  • f93c455 fix: Merge sandbox-only turns in SDK-side interaction-to-AgentData conversion.
  • e46d239 chore: Auto-construct inference_configs for create_evaluation_run with `a...
  • a16fc0d fix: GenAI client - Resolve opentelemetry-resourcedetector-gcp dependency error
  • Additional commits viewable in compare view

Updates google-cloud-logging from 3.13.0 to 3.16.1

Release notes

Sourced from google-cloud-logging's releases.

google-cloud-logging: v3.16.1

3.16.1 (2026-07-07)

Documentation

Changelog

Sourced from google-cloud-logging's changelog.

Changelog

PyPI History

3.15.0 (2026-06-02)

Features

3.14.0 (2026-04-02)

Features

Commits
  • fc6b861 chore: release main (#17600)
  • 9638879 feat: update googleapis and regenerate (#17635)
  • 6a49390 chore: update goldens (#17632)
  • 32862f0 docs(logging): fix StructuredLogHandler docstring parameter name (#17625)
  • d68c11d chore(deps): Bump Pillow version constraint in google-cloud-documentai-toolbo...
  • adf7d27 test(spanner): await database calls in async snippets (#17627)
  • 247e2ad refactor(auth): replace pyOpenSSL with standard ssl and cryptography (#16976)
  • fd0e4b6 chore(spanner): remove unused asyncio import in samples (#17620)
  • f538ad8 fix(auth): handle PermissionError on workload certificates to avoid startup h...
  • 0f4bfed fix: bump gdal from 3.13.0 to 3.13.1 in /packages/bigframes (#17609)
  • Additional commits viewable in compare view

Updates google-genai from 2.12.1 to 2.14.0

Release notes

Sourced from google-genai's releases.

v2.14.0

2.14.0 (2026-07-22)

Features

  • [GenerateContentConfig] Add GenerationConfig.audio_transcription_config and Part.audio_transcription. (dc3d78d)

Bug Fixes

  • Add deprecation warnings to Imagen generate_images, edit_images, generate_videos (if using prompt/text/image args), LiveConnectConfig.GenerationConfig which will be removed in the next major version (4905918)

Documentation

  • Regenerate docs for 2.13.0 (097a99e)

v2.13.0

2.13.0 (2026-07-21)

Features

  • A new field custom_vocabulary is added to to Live API (4eeb1ad)
  • Add model selector (bf3dba4)
  • interaction-api: Add queued status to interaction proto (87f1650)
  • Make ASR fields public in v1main and Interactions (5b52faa)
  • Support mTLS in custom client using google auth mtls.get_default_ssl_context (7270e6d)

Documentation

  • Regenerate docs for 2.11.0 and 2.12.0 (dddd7c6)
Changelog

Sourced from google-genai's changelog.

2.14.0 (2026-07-22)

Features

  • [GenerateContentConfig] Add GenerationConfig.audio_transcription_config and Part.audio_transcription. (dc3d78d)

Bug Fixes

  • Add deprecation warnings to Imagen generate_images, edit_images, generate_videos (if using prompt/text/image args), LiveConnectConfig.GenerationConfig which will be removed in the next major version (4905918)

Documentation

  • Regenerate docs for 2.13.0 (097a99e)

2.13.0 (2026-07-21)

Features

  • A new field custom_vocabulary is added to message .google.cloud.aiplatform.v1beta1.BidiGenerateContentSetup (4eeb1ad)
  • Add model selector (bf3dba4)
  • interaction-api: Add queued status to interaction proto (87f1650)
  • Make ASR fields public in v1main and Interactions (5b52faa)
  • Support mTLS in custom client using google auth mtls.get_default_ssl_context (7270e6d)

Documentation

  • Regenerate docs for 2.11.0 and 2.12.0 (dddd7c6)
Commits
  • 7c1f70d chore(main): release 2.14.0 (#2758)
  • dc3d78d feat: [GenerateContentConfig] Add GenerationConfig.audio_transcription_config...
  • 3469af7 chore: internal testing
  • affa48c chore: internal change
  • 4905918 fix: add deprecation warnings to Imagen generate_images, edit_images, generat...
  • 097a99e docs: Regenerate docs for 2.13.0
  • 293238d chore: Internal change
  • a381b8d chore(main): release 2.13.0 (#2737)
  • 87f1650 feat(interaction-api): add queued status to interaction proto
  • 7270e6d feat: Support mTLS in custom client using google auth mtls.get_default_ssl_co...
  • Additional commits viewable in compare view

Updates litellm from 1.83.7 to 1.94.0

Release notes

Sourced from litellm's releases.

v1.94.0

Verify Docker Image Signature

All LiteLLM Docker images are signed with cosign. Every release is signed with the same key introduced in commit 0112e53.

Verify using the pinned commit hash (recommended):

A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key:

cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub \
  ghcr.io/berriai/litellm:v1.94.0

Verify using the release tag (convenience):

Tags are protected in this repository and resolve to the same key. This option is easier to read but relies on tag protection rules:

cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/v1.94.0/cosign.pub \
  ghcr.io/berriai/litellm:v1.94.0

Expected output:

The following checks were performed on each of these signatures:
  - The cosign claims were validated
  - The signatures were verified against the specified public key

What's Changed

... (truncated)

Commits

Updates fastapi from 0.136.1 to 0.141.0

Release notes

Sourced from fastapi's releases.

0.141.0

Features

  • ✨ Add app.frontend(check_dir="auto"), to make local development more convenient with fastapi dev. PR #16102 by @​tiangolo.

0.140.13

Fixes

Docs

0.140.12

Fixes

0.140.11

Fixes

  • 🐛 Fix response_model_* params ignored for non-generator endpoints with Iterable[..] return type. PR #15093 by @​YuriiMotov.

0.140.10

Fixes

Internal

0.140.9

Fixes

  • 🐛 Fix exclude_defaults not propagated to dict keys and values in jsonable_encoder. PR #16043 by @​MBGrao.

Internal

0.140.8

Fixes

... (truncated)

Commits
  • c7e7b65 🔖 Release version 0.141.0 (#16103)
  • 6bceb84 📝 Update release notes
  • 5429fed ✨ Add app.frontend(check_dir="auto"), to make local development more conven...
  • 628663f 🔖 Release version 0.140.13 (#16096)
  • 0b54fd0 📝 Update release notes
  • e92a0dc 🐛 Fix status_code being ignored for SSE and JSONL streaming endpoints (#15937)
  • 6215d8a 📝 Update release notes
  • 12242c4 📝 Fix format_sse_event docstring rendering of \n\n terminator (#15613)
  • 70a8f3d 📝 Update release notes
  • 4f0152c 📝 Add API reference page for fastapi.sse (#15930)
  • Additional commits viewable in compare view

Updates uvicorn from 0.38.0 to 0.52.0

Release notes

Sourced from uvicorn's releases.

Version 0.52.0

This release adds an experimental HTTP/1.1 implementation backed by zttp, a sans-IO HTTP parser I've been developing on the side: a core written in Zig, with bindings to Python. It has been running under a fuzzer for some weeks now, and has been through multiple rounds of security auditing.

It is still experimental, so don't put it in front of production traffic yet. Try it with --http zttp, and please send any feedback to the issue tracker.

Added

  • Add an experimental zttp HTTP/1.1 implementation, selectable with --http zttp (#2979)

Fixed

  • Keep non-ASCII WebSocket request headers intact with websockets 17.0, which encodes them with ISO-8859-1 (#3036)

Full Changelog: Kludex/uvicorn@0.51.0...0.52.0

Version 0.51.0

What's Changed

Full Changelog: Kludex/uvicorn@0.50.2...0.51.0

Version 0.50.1

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.50.0...0.50.1

Version 0.50.0

What's Changed

Full Changelog: Kludex/uvicorn@0.49.0...0.50.0

Version 0.49.0

What's Changed

... (truncated)

Changelog

Sourced from uvicorn's changelog.

0.52.0 (July 29, 2026)

This release adds an experimental HTTP/1.1 implementation backed by zttp, a sans-IO HTTP parser I've been developing on the side: a core written in Zig, with bindings to Python. It has been running under a fuzzer for some weeks now, and has been through multiple rounds of security auditing.

It is still experimental, so don't put it in front of production traffic yet. Try it with --http zttp, and please send any feedback to the issue tracker.

Added

  • Add an experimental zttp HTTP/1.1 implementation, selectable with --http zttp (#2979)

Fixed

  • Keep non-ASCII WebSocket request headers intact with websockets 17.0, which encodes them with ISO-8859-1 (#3036)

0.51.0 (July 8, 2026)

Added

  • Restart workers one at a time on SIGHUP, bringing each replacement up before retiring the old worker, so reloads no longer drop requests (#3025)

Removed

  • Remove colorama from the standard extra (#3027)

0.50.2 (July 6, 2026)

Fixed

  • Require websockets>=13.0, which the default websockets-sansio implementation needs (#3021)

0.50.1 (July 6, 2026)

Fixed

  • Split comma-separated Sec-WebSocket-Protocol values in the websockets-sansio implementation (#3019)

0.50.0 (July 4, 2026)

If you use WebSockets, note that --ws auto now picks the websockets-sansio implementation. You shouldn't need it, but you can pin --ws websockets to get the deprecated legacy one back.

Changed

  • Exit with the dedicated code 3 on any startup failure: app loading, socket bind and lifespan startup errors previously exited with a mix of 0, 1 and 3 (#3001)
  • Stop the multiprocess supervisor when a worker exits with code 3 instead of restarting it forever (#3001)
  • Default --ws auto to websockets-sansio when websockets is installed (#2985)
  • Skip the eager app import in the parent process with --reload or --workers, fixing a memory regression introduced in 0.47.0 (#3012)
  • Build a fresh asgi scope dict per request (

---
updated-dependencies:
- dependency-name: google-adk
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: google-cloud-aiplatform
  dependency-version: 1.163.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: google-cloud-logging
  dependency-version: 3.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: google-genai
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: litellm
  dependency-version: 1.94.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: fastapi
  dependency-version: 0.141.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: uvicorn
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: aiohttp
  dependency-version: 3.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pydantic
  dependency-version: 2.13.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: pydantic-settings
  dependency-version: 2.14.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: json-repair
  dependency-version: 0.61.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: sqlalchemy
  dependency-version: 2.0.51
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: aiosqlite
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: asyncpg
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: sqlparse
  dependency-version: 0.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: tree-sitter
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: beautifulsoup4
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: python-dotenv
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 1, 2026
@dependabot
dependabot Bot requested a review from ucinar as a code owner August 1, 2026 15:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants