Skip to content

fix(deps, pyamber): bump cached-property from 1.5.2 to 2.0.1 in /amber#6186

Merged
Yicong-Huang merged 3 commits into
mainfrom
dependabot/pip/amber/cached-property-2.0.1
Jul 6, 2026
Merged

fix(deps, pyamber): bump cached-property from 1.5.2 to 2.0.1 in /amber#6186
Yicong-Huang merged 3 commits into
mainfrom
dependabot/pip/amber/cached-property-2.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown
Contributor

Bumps cached-property from 1.5.2 to 2.0.1.

Release notes

Sourced from cached-property's releases.

2.0.1 - Zippy Zope

What's Changed

New Contributors

Full Changelog: pydanny/cached-property@2.1...1.5.2

Note: This includes release notes from the 2.0 release, which was yanked

2.0 - Powerful Pyramid

What's Changed

New Contributors

Full Changelog: pydanny/cached-property@1.5.2...2.0

Changelog

Sourced from cached-property's changelog.

2.0.1 (2024-10-25)

  • Via python_requires specifies that cached_property is for Python version 3.8 or higher
  • Officiall drop support for Python 2.6

2.0.0 (2024-10-25)

  • Remove support for Python versions < 3.8
  • Add formal support for Python versions up to 3.13
  • Switch to Markdown for docs
  • Migrate from black to ruff
Commits
  • c032196 Merge pull request #357 from pydanny/specify-3.8-or-higher
  • ac78c96 Specify 3.8 or higher
  • 8cf960d Merge pull request #355 from adamchainz/patch-1
  • 579e54b Link to functools.cached_property
  • 2564e5e Bump to 2.0
  • 83e14c3 Convert to ruff for formatting
  • 6037cee Merge pull request #353 from mrbean-bremen/current-python
  • 6e03949 Add official support for current Python versions
  • 409f242 Update README.md
  • 4adb332 Fix README indentation
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 5, 2026
@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Automated Reviewer Suggestions

Based on the git blame history of the changed files, we recommend the following reviewers:

  • No candidates found from git blame history.

@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

⚠️ Benchmark changes need a look

🟢 0 better · 🔴 3 worse · ⚪ 12 noise (<±5%) · 0 without baseline

Compared against main 4ef1ddf benchmarked on this same runner, so the delta is largely free of cross-runner hardware noise. The "7d avg" column still reflects the gh-pages dashboard. Treat <±5% as noise unless repeated.

Dashboard · Run

config throughput MB/s latency max Δ latest / 7d
🔴 bs=10 sw=10 sl=64 389 0.238 24,751/34,058/34,058 us 🔴 +12.2% / 🔴 +123.9%
bs=100 sw=10 sl=64 774 0.473 128,520/152,847/152,847 us ⚪ within ±5% / 🔴 +41.6%
bs=1000 sw=10 sl=64 891 0.544 1,124,050/1,144,828/1,144,828 us ⚪ within ±5% / 🔴 +14.0%
Baseline details

Latest main 4ef1ddf from same runner

config metric PR latest main 7d avg Δ latest Δ 7d
bs=10 sw=10 sl=64 throughput 389 tuples/sec 419 tuples/sec 777.63 tuples/sec -7.2% -50.0%
bs=10 sw=10 sl=64 MB/s 0.238 MB/s 0.256 MB/s 0.475 MB/s -7.0% -49.9%
bs=10 sw=10 sl=64 p50 24,751 us 22,061 us 12,603 us +12.2% +96.4%
bs=10 sw=10 sl=64 p95 34,058 us 34,846 us 15,215 us -2.3% +123.9%
bs=10 sw=10 sl=64 p99 34,058 us 34,846 us 18,617 us -2.3% +82.9%
bs=100 sw=10 sl=64 throughput 774 tuples/sec 784 tuples/sec 987.11 tuples/sec -1.3% -21.6%
bs=100 sw=10 sl=64 MB/s 0.473 MB/s 0.478 MB/s 0.602 MB/s -1.0% -21.5%
bs=100 sw=10 sl=64 p50 128,520 us 125,247 us 101,428 us +2.6% +26.7%
bs=100 sw=10 sl=64 p95 152,847 us 160,204 us 107,959 us -4.6% +41.6%
bs=100 sw=10 sl=64 p99 152,847 us 160,204 us 114,777 us -4.6% +33.2%
bs=1000 sw=10 sl=64 throughput 891 tuples/sec 901 tuples/sec 1,021 tuples/sec -1.1% -12.8%
bs=1000 sw=10 sl=64 MB/s 0.544 MB/s 0.55 MB/s 0.623 MB/s -1.1% -12.7%
bs=1000 sw=10 sl=64 p50 1,124,050 us 1,114,149 us 986,363 us +0.9% +14.0%
bs=1000 sw=10 sl=64 p95 1,144,828 us 1,136,900 us 1,026,594 us +0.7% +11.5%
bs=1000 sw=10 sl=64 p99 1,144,828 us 1,136,900 us 1,054,559 us +0.7% +8.6%
Raw CSV
config_idx,batch_size,schema_width,string_len,num_batches,total_ms,total_tuples,total_bytes,tuples_per_sec,mb_per_sec,lat_p50_us,lat_p95_us,lat_p99_us
0,10,10,64,20,513.65,200,128000,389,0.238,24751.11,34058.40,34058.40
1,100,10,64,20,2583.23,2000,1280000,774,0.473,128519.98,152846.99,152846.99
2,1000,10,64,20,22457.97,20000,12800000,891,0.544,1124049.51,1144827.73,1144827.73

@dependabot dependabot Bot force-pushed the dependabot/pip/amber/cached-property-2.0.1 branch from 7e0b41a to a65cb8e Compare July 5, 2026 20:51
Bumps [cached-property](https://github.com/pydanny/cached-property) from 1.5.2 to 2.0.1.
- [Release notes](https://github.com/pydanny/cached-property/releases)
- [Changelog](https://github.com/pydanny/cached-property/blob/main/HISTORY.md)
- [Commits](pydanny/cached-property@1.5.2...2.0.1)

---
updated-dependencies:
- dependency-name: cached-property
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/amber/cached-property-2.0.1 branch from a65cb8e to a32fc76 Compare July 5, 2026 20:53

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Amber Python dependency set by bumping cached_property to a newer release, aligning the runtime with the upstream package’s current Python-version support and fixes.

Changes:

  • Bump cached_property from 1.5.2 to 2.0.1 in Amber’s pinned Python requirements.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread amber/requirements.txt
@codecov-commenter

codecov-commenter commented Jul 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.92%. Comparing base (4ef1ddf) to head (c6b7ff2).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #6186   +/-   ##
=========================================
  Coverage     59.92%   59.92%           
  Complexity     3306     3306           
=========================================
  Files          1131     1131           
  Lines         43805    43805           
  Branches       4745     4745           
=========================================
  Hits          26251    26251           
  Misses        16129    16129           
  Partials       1425     1425           
Flag Coverage Δ *Carryforward flag
access-control-service 70.00% <ø> (ø) Carriedforward from 4ef1ddf
agent-service 44.59% <ø> (ø) Carriedforward from 4ef1ddf
amber 65.11% <ø> (ø) Carriedforward from 4ef1ddf
computing-unit-managing-service 0.00% <ø> (ø) Carriedforward from 4ef1ddf
config-service 52.30% <ø> (ø) Carriedforward from 4ef1ddf
file-service 62.81% <ø> (ø) Carriedforward from 4ef1ddf
frontend 51.48% <ø> (ø) Carriedforward from 4ef1ddf
notebook-migration-service 78.57% <ø> (ø) Carriedforward from 4ef1ddf
pyamber 91.18% <ø> (ø)
workflow-compiling-service 55.14% <ø> (ø) Carriedforward from 4ef1ddf

*This pull request uses carry forward flags. Click here to find out more.

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Yicong-Huang Yicong-Huang added this pull request to the merge queue Jul 6, 2026
Merged via the queue into main with commit bb97a1a Jul 6, 2026
21 checks passed
@Yicong-Huang Yicong-Huang deleted the dependabot/pip/amber/cached-property-2.0.1 branch July 6, 2026 01:24
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 pyamber python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants