chore: bump aiohttp, h2, and cryptography - #129
Merged
Conversation
Combine Dependabot upgrades from #124, #125, and #126: - aiohttp 3.14.1 -> 3.14.3 - h2 4.3.0 -> 4.4.1 - cryptography 48.0.1 -> 50.0.0 (v1 and v2) Raise the corresponding lower bounds in pyproject.toml so both the root SDK and the standalone v2 package resolve these versions together. Co-authored-by: greg <greg@gnazar.io>
gregnazario
marked this pull request as ready for review
August 13, 2026 16:11
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #129 +/- ##
=======================================
Coverage 93.07% 93.07%
=======================================
Files 56 56
Lines 5239 5239
=======================================
Hits 4876 4876
Misses 363 363
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Combine the three open Dependabot upgrades into a single change so they resolve together on current
main:3.14.1→3.14.3(#125)4.3.0→4.4.1(#126)48.0.1→50.0.0(#124), including CVE-2026-69247#127already locked aiohttp 3.14.3 and h2 4.4.1. This PR raises the matching lower bounds inpyproject.toml/v2/pyproject.toml, and lifts the cryptography cap from<49to<51in both the root SDK and standalone v2 package so they install the same versions.The original Dependabot PRs (#124, #125, #126) can be closed in favor of this one.
Test Plan
uv lock --check(root + v2) — passedmake fmt/make lint— passed (no formatting changes)ruff+mypy— passedmake test— passed: 169 unit tests, 248 BDD scenariosmake -C v2 test— passed: 418 testsRelated Links