Skip to content

Bump aiofastnet from 1.0.1 to 1.0.3 - #13344

Closed
dependabot[bot] wants to merge 1 commit into
3.15from
dependabot/pip/3.15/aiofastnet-1.0.3
Closed

Bump aiofastnet from 1.0.1 to 1.0.3#13344
dependabot[bot] wants to merge 1 commit into
3.15from
dependabot/pip/3.15/aiofastnet-1.0.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps aiofastnet from 1.0.1 to 1.0.3.

Release notes

Sourced from aiofastnet's releases.

1.0.3

  • Optimize syscall usage
  • Prevent possible starvation, limit number of consecutive reads per client per cycle

1.0.2

  • Optimize Transport.writelines performance
  • Various cleanups and micro-optimizations
Changelog

Sourced from aiofastnet's changelog.

1.0.3

  • Optimize syscall usage
  • Prevent possible starvation, limit number of consecutive reads per client per cycle

1.0.2

  • Optimize Transport.writelines performance
  • Various cleanups and micro-optimizations
Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 7, 2026
@dependabot
dependabot Bot requested review from asvetlov and webknjaz as code owners August 7, 2026 10:49
@github-actions
github-actions Bot enabled auto-merge (squash) August 7, 2026 10:53
@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.27%. Comparing base (1214f43) to head (2fe9807).
⚠️ Report is 9 commits behind head on 3.15.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             3.15   #13344   +/-   ##
=======================================
  Coverage   98.27%   98.27%           
=======================================
  Files         136      136           
  Lines       49534    49534           
  Branches     2675     2675           
=======================================
  Hits        48682    48682           
  Misses        672      672           
  Partials      180      180           
Flag Coverage Δ
CI-GHA 98.28% <ø> (+<0.01%) ⬆️
OS-Linux 98.06% <ø> (+<0.01%) ⬆️
OS-Windows 95.73% <ø> (ø)
OS-macOS 97.22% <ø> (-0.01%) ⬇️
Py-3.10 97.39% <ø> (-0.01%) ⬇️
Py-3.11 97.68% <ø> (+<0.01%) ⬆️
Py-3.12 97.77% <ø> (+<0.01%) ⬆️
Py-3.13 97.74% <ø> (-0.01%) ⬇️
Py-3.14 97.85% <ø> (+<0.01%) ⬆️
Py-3.14t 96.85% <ø> (ø)
Py-pypy-3.11 96.67% <ø> (+<0.01%) ⬆️
VM-macos 97.22% <ø> (-0.01%) ⬇️
VM-ubuntu 98.06% <ø> (+<0.01%) ⬆️
VM-windows 95.73% <ø> (ø)
cython-coverage 38.66% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@codspeed-hq

codspeed-hq Bot commented Aug 7, 2026

Copy link
Copy Markdown

Merging this PR will degrade performance by 19.12%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 1 improved benchmark
❌ 6 regressed benchmarks
✅ 77 untouched benchmarks
⏩ 86 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Benchmark BASE HEAD Efficiency
test_ten_streamed_responses_iter_chunked_1mb[pyloop] 3.3 s 5.5 s -40.37%
test_one_hundred_get_requests_with_1mb_chunked_payload[tcp-pyloop] 1.2 s 1.6 s -26.39%
test_one_hundred_get_requests_with_1mb_content_length_payload[pyloop] 1.2 s 1.6 s -26.37%
test_simple_web_file_response[tcp-large-pyloop] 138.5 ms 180.8 ms -23.43%
test_one_hundred_get_requests_iter_chunks_on_1mb_chunked_payload[pyloop] 664.3 ms 751 ms -11.55%
test_ten_streamed_responses_iter_chunks[pyloop] 552.1 ms 612.2 ms -9.81%
test_ten_streamed_responses_iter_chunked_4096[pyloop] 137 ms 119.5 ms +14.65%

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing dependabot/pip/3.15/aiofastnet-1.0.3 (2fe9807) with 3.15 (1214f43)2

Open in CodSpeed

Footnotes

  1. 86 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on 3.15 (83e1f67) during the generation of this report, so 1214f43 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@tarasko

tarasko commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

This regression is real. I'll roll out a fix soon.
tarasko/aiofastnet#62

@dependabot
dependabot Bot force-pushed the dependabot/pip/3.15/aiofastnet-1.0.3 branch from cc4f328 to 1df851b Compare August 10, 2026 12:26
Bumps [aiofastnet](https://github.com/tarasko/aiofastnet) from 1.0.1 to 1.0.3.
- [Release notes](https://github.com/tarasko/aiofastnet/releases)
- [Changelog](https://github.com/tarasko/aiofastnet/blob/master/HISTORY.rst)
- [Commits](tarasko/aiofastnet@v1.0.1...v1.0.3)

---
updated-dependencies:
- dependency-name: aiofastnet
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/3.15/aiofastnet-1.0.3 branch from 1df851b to 2fe9807 Compare August 11, 2026 11:42
@dependabot @github

dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #13403.

@dependabot dependabot Bot closed this Aug 12, 2026
auto-merge was automatically disabled August 12, 2026 10:35

Pull request was closed

@dependabot
dependabot Bot deleted the dependabot/pip/3.15/aiofastnet-1.0.3 branch August 12, 2026 10:35
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant