Bump aiohttp from 3.13.5 to 3.14.1 in /v2 - #114
Conversation
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
5fd0967 to
a37045d
Compare
|
@cursoragent look into why this PR keeps failing in CI |
Root causeThe V2 standalone tests were failing because aiohttp 3.14 added a required This is not a bug in the SDK itself — it's a test-only incompatibility between Fix appliedI pushed commit
All 417 v2 unit tests pass locally with aiohttp 3.14.1. CI should pass on the next run. Note: Dependabot may overwrite manual edits if someone triggers |
aiohttp 3.14 requires a stream_writer argument when constructing ClientResponse. aioresponses 0.7.8 does not provide it, causing 60 unit tests to fail in CI. Add a session-scoped pytest shim that supplies a minimal stream_writer when running against aiohttp 3.14+, and bump the aioresponses dev dependency floor to >=0.7.8. Co-authored-by: Greg Nazario <greg@gnazar.io>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #114 +/- ##
==========================================
+ Coverage 93.19% 93.20% +0.01%
==========================================
Files 56 56
Lines 5172 5183 +11
==========================================
+ Hits 4820 4831 +11
Misses 352 352
🚀 New features to boost your workflow:
|


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.