Skip to content

fix(deps): bump high/critical transitive deps to resolve Dependabot alerts - #1070

Draft
Aaron ("AJ") Steers (aaronsteers) wants to merge 1 commit into
mainfrom
devin/1783461851-security-high-critical-transitive
Draft

fix(deps): bump high/critical transitive deps to resolve Dependabot alerts#1070
Aaron ("AJ") Steers (aaronsteers) wants to merge 1 commit into
mainfrom
devin/1783461851-security-high-critical-transitive

Conversation

@aaronsteers

Copy link
Copy Markdown
Member

Summary

Regenerates uv.lock to bump six HIGH/CRITICAL transitive dependencies flagged by Dependabot, grouped into a single PR (per AJ Steers' request). No pyproject.toml change — all are transitive, resolved by uv lock --upgrade-package.

Package From → To Severity GHSA
authlib 1.6.6 → 1.6.12 critical + high GHSA-wvwj-cvrp-7pv5, GHSA-7wc2-qxgw-g8gg, GHSA-7432-952r-cw78, GHSA-m344-f55w-2m6j
python-multipart 0.0.21 → 0.0.32 high GHSA-wp53-j4wj-2cfg, GHSA-pp6c-gr5w-3c5g, GHSA-5rvq-cxj2-64vf
protobuf 6.33.4 → 6.33.6 high GHSA-7gcm-g887-7qv7
pyjwt 2.10.1 → 2.13.0 high GHSA-752w-5fwx-jx9f, GHSA-xgmm-8j9v-c9wx
urllib3 2.6.3 → 2.7.0 high GHSA-mf9v-mfxr-j63j, GHSA-qccp-gfcp-xxvc
pyasn1 0.6.2 → 0.6.3 high GHSA-jr27-m4p2-rc6r

segment-analytics-python 2.3.5 → 2.3.6 came along incidentally as a compatible transitive resolution.

Resolves 13 HIGH/CRITICAL transitive alerts (1 critical, 12 high). All bumps stay within the same major version (no breaking changes). Verified locally: uv sync --group dev resolves and the package + upgraded deps import cleanly.

Not included (blocked / separate)

  • nltk — pinned upstream by airbyte-cdk==7.21.1 (nltk==3.9.1); needs an airbyte-python-cdk change first (some nltk advisories also have no upstream fix yet).
  • pyopenssl — target 26.0.0 needs cryptography>=46; will go with the direct cryptography bump.
  • pydantic-ai-slim — pinned in lockstep by direct dep pydantic-ai; reaching a patched slim requires a breaking pydantic-ai 1.x→2.x bump.

Tracking issue: https://github.com/airbytehq/airbyte-internal-issues/issues/16721
Requested by AJ Steers (Aaron ("AJ") Steers (@aaronsteers)).

Link to Devin session: https://app.devin.ai/sessions/02a00648c5114ea2b824fad2d57bc5cd

…uf, pyasn1, python-multipart, urllib3)

Co-Authored-By: AJ Steers <aj@airbyte.io>
@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

👋 Greetings, Airbyte Team Member!

Here are some helpful tips and reminders for your convenience.

💡 Show Tips and Tricks

Testing This PyAirbyte Version

You can test this version of PyAirbyte using the following:

# Run PyAirbyte CLI from this branch:
uvx --from 'git+https://github.com/airbytehq/PyAirbyte.git@devin/1783461851-security-high-critical-transitive' pyairbyte --help

# Install PyAirbyte from this branch for development:
pip install 'git+https://github.com/airbytehq/PyAirbyte.git@devin/1783461851-security-high-critical-transitive'

PR Slash Commands

Airbyte Maintainers can execute the following slash commands on your PR:

  • /fix-pr - Fixes most formatting and linting issues
  • /uv-lock - Updates uv.lock file
  • /test-pr - Runs tests with the updated PyAirbyte
  • /prerelease - Builds and publishes a prerelease version to PyPI
📚 Show Repo Guidance

Helpful Resources

Community Support

Questions? Join the #pyairbyte channel in our Slack workspace.

📝 Edit this welcome message.

@github-code-quality

github-code-quality Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Code Coverage Overview

Languages: Python

Python / code-coverage/pytest-fast

The overall coverage in the devin/1783461851-sec... branch is 67%. The coverage in the main branch is 65%.

Show a code coverage summary of the most impacted files.
File main d9f652f devin/1783461851-sec... e01a99d +/-
airbyte/_util/api_util.py 36% 37% +1%
airbyte/registry.py 70% 72% +2%
airbyte/mcp/_tool_utils.py 72% 77% +5%
airbyte/mcp/int...c_history_ui.py 0% 36% +36%
airbyte/mcp/int...hared_models.py 0% 81% +81%
airbyte/cloud/models.py 0% 91% +91%
airbyte/mcp/int..._registry_ui.py 0% 92% +92%
airbyte/mcp/int...nc_status_ui.py 0% 97% +97%
airbyte/mcp/int...ive/__init__.py 0% 100% +100%
airbyte/mcp/int...tive/_prefab.py 0% 100% +100%

Python / code-coverage/pytest-no-creds

The overall coverage in the devin/1783461851-sec... branch is 67%. The coverage in the main branch is 65%.

Show a code coverage summary of the most impacted files.
File main d9f652f devin/1783461851-sec... e01a99d +/-
airbyte/_util/api_util.py 36% 37% +1%
airbyte/registry.py 70% 72% +2%
airbyte/mcp/_tool_utils.py 72% 77% +5%
airbyte/mcp/int...c_history_ui.py 0% 36% +36%
airbyte/mcp/int...hared_models.py 0% 81% +81%
airbyte/cloud/models.py 0% 91% +91%
airbyte/mcp/int..._registry_ui.py 0% 92% +92%
airbyte/mcp/int...nc_status_ui.py 0% 97% +97%
airbyte/mcp/int...ive/__init__.py 0% 100% +100%
airbyte/mcp/int...tive/_prefab.py 0% 100% +100%

Python / code-coverage/pytest

The overall coverage in the devin/1783461851-sec... branch is 72%. The coverage in the main branch is 71%.

Show a code coverage summary of the most impacted files.
File main d9f652f devin/1783461851-sec... e01a99d +/-
airbyte/registry.py 70% 72% +2%
airbyte/mcp/_tool_utils.py 72% 77% +5%
airbyte/mcp/server.py 69% 76% +7%
airbyte/mcp/int...c_history_ui.py 0% 36% +36%
airbyte/mcp/int...hared_models.py 0% 81% +81%
airbyte/mcp/int..._registry_ui.py 0% 92% +92%
airbyte/cloud/models.py 0% 93% +93%
airbyte/mcp/int...nc_status_ui.py 0% 97% +97%
airbyte/mcp/int...ive/__init__.py 0% 100% +100%
airbyte/mcp/int...tive/_prefab.py 0% 100% +100%

Updated July 07, 2026 22:33 UTC
Code Coverage is in Public Preview. Learn more and provide us with your feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant