Skip to content

build(deps): bump the python-packages-minor-patches group with 17 updates#216

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/python-packages-minor-patches-f8f618ab5d
Open

build(deps): bump the python-packages-minor-patches group with 17 updates#216
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/python-packages-minor-patches-f8f618ab5d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the python-packages-minor-patches group with 17 updates:

Package From To
aio-pika 9.5.8 9.6.1
async-lru 2.1.0 2.2.0
fsspec 2026.1.0 2026.2.0
pandas 3.0.0 3.0.1
pydantic-settings 2.12.0 2.13.1
typer 0.21.1 0.24.1
s3fs 2026.1.0 2026.2.0
gcsfs 2026.1.0 2026.2.0
llama-index-core 0.14.13 0.14.15
llama-index-llms-openai 0.6.18 0.6.21
hatch 1.16.3 1.16.5
jupyterlab 4.5.3 4.5.5
nbstripout 0.9.0 0.9.1
ruff 0.15.0 0.15.4
coverage 7.13.3 7.13.4
pytest-env 1.2.0 1.5.0
mkdocs-material 9.7.1 9.7.3

Updates aio-pika from 9.5.8 to 9.6.1

Release notes

Sourced from aio-pika's releases.

9.6.1

What's Changed

Full Changelog: mosquito/aio-pika@9.6.0...9.6.1

9.6.0

What's Changed

Full Changelog: mosquito/aio-pika@9.5.8...9.6.0

Changelog

Sourced from aio-pika's changelog.

9.6.0

  • Fixed callback-based consumers not resuming after connection reconnection #588
  • Fixed queue iterators raising StopAsyncIteration on channel reconnection #540
  • Added close_called property to AbstractConnection and Connection to distinguish intentional vs. automatic connection closures
  • Migrated build tooling from Poetry to UV
  • Migrated linting from Pylama to Ruff
  • Improved logging: split log.exception calls into error-level message and debug-level traceback #693
  • Removed testcontainers dependency from tests

9.5.5

  • Replace WeakSet with set for robust channels tracking #666 by shushpanov

9.5.4

  • fix: RobustChannel should not reopen after close() call #658

9.5.3

  • python3.8-eol #657
  • self-hosted docs

9.5.2

  • Fix documentation links

9.5.1

  • Fix documentation links

9.5.0

  • Fix two bugs by adding more type hints to CallbackCollection. @​Darsstar
  • Dropped python 3.7 @​Darsstar
  • QueueIterator raises StopAsyncIteration when channel is closed. @​Darsstar

9.4.3

  • fix: raise ChannelInvalidStateError at exchange.publish with closed channel #637

9.4.2

... (truncated)

Commits

Updates async-lru from 2.1.0 to 2.2.0

Release notes

Sourced from async-lru's releases.

2.2.0

  • Added a jitter parameter to randomise TTL.
  • Raise RuntimeError when cache is used by different loop.
Changelog

Sourced from async-lru's changelog.

2.2.0 (2026-02-20)

  • Added a jitter parameter to randomise TTL.
  • Raise RuntimeError when cache is used by different loop.
Commits
  • 7ef00b7 Release v2.2.0 (#741)
  • 01db639 fix: avoid binding loop for invalid cache keys (#740)
  • c6acbe8 build(deps): bump pytest-codspeed from 4.2.0 to 4.3.0 (#738)
  • 8783cf7 build(deps): bump coverage from 7.13.3 to 7.13.4 (#737)
  • 58d1eee build(deps): bump coverage from 7.13.2 to 7.13.3 (#736)
  • 6054303 build(deps): bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 (#735)
  • f7306e5 build(deps): bump coverage from 7.13.1 to 7.13.2 (#734)
  • c0f36c4 Fix logic bugs in benchmarks: correct cache miss counting and concurrent loop...
  • 4232c3f Enforce event loop affinity for cache instances (#732)
  • 6b06d62 Add jitter parameter for TTL to distribute cache invalidations (#730)
  • See full diff in compare view

Updates fsspec from 2026.1.0 to 2026.2.0

Commits

Updates pandas from 3.0.0 to 3.0.1

Release notes

Sourced from pandas's releases.

pandas 3.0.1

We are pleased to announce the release of pandas 3.0.1. This is a patch release in the 3.0.x series and includes some regression fixes and bug fixes. We recommend that all users of the 3.0.x series upgrade to this version.

See the full whatsnew for a list of all the changes.

Pandas 3.0.0 supports Python 3.11 and higher. The release can be installed from PyPI:

python -m pip install --upgrade pandas==3.0.*

Or from conda-forge

conda install -c conda-forge pandas=3.0

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Commits
  • e04b26f RLS: 3.0.1 (#64206)
  • 47909e6 [backport 3.0.x] ENH: Add item() method to ExtensionArray class (#64134) (#64...
  • a061bfd Backport PR #64199 on branch 3.0.x (DOC: cleanup 3.0.1 whatsnew) (#64201)
  • 085a385 [backport 3.0.x] BUG: Fix read_hdf failing on generic datetime64 dtype (#6400...
  • 5f17047 [backport 3.0.x] BUG: use fill_null fallback for bug in pyarrow 21 on Windows...
  • 0d3a8cb Backport PR #64122 on branch 3.0.x (REG: Allow RE2 syntax in str.contains and...
  • 78e1917 Backport PR #64185 on branch 3.0.x (TST: remove fixed xfail for PyArrow 23.0....
  • 75a42ca Backport PR #64168 on branch 3.0.x (TST: add legacy file generation and tests...
  • 46d443f Backport PR #64092 on branch 3.0.x (BUG: DataFrame.loc fills b'' instead of N...
  • 9d67932 Backport PR #64068 on branch 3.0.x (BUG: fixed to_timedelta with list of int ...
  • Additional commits viewable in compare view

Updates pydantic-settings from 2.12.0 to 2.13.1

Release notes

Sourced from pydantic-settings's releases.

v2.13.0

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-settings@v2.12.0...v2.13.0

Commits

Updates typer from 0.21.1 to 0.24.1

Release notes

Sourced from typer's releases.

0.24.1

Internal

0.24.0

Breaking Changes

0.23.1

Fixes

  • 🐛 Fix TYPER_USE_RICH parsing to allow disabling Rich completely. PR #1539 by @​bckohan.

Docs

  • 📝 Remove documentation pages that reference using Click directly. PR #1538 by @​svlandeg.

Internal

0.23.0

Breaking Changes

  • ♻️ When printing error tracebacks with Rich, default to not showing locals, which are sometimes verbose. PR #1072 by @​tiangolo.

Docs

  • 📝 Add more explicit deprecation note in shell packages. PR #1534 by @​tiangolo.

Internal

0.22.0

... (truncated)

Changelog

Sourced from typer's changelog.

0.24.1

Internal

0.24.0

Breaking Changes

0.23.2

Features

  • ✅ Monkeypatch console width to allow running pytest directly. PR #1542 by @​SwaatiR.

Internal

0.23.1

Fixes

  • 🐛 Fix TYPER_USE_RICH parsing to allow disabling Rich completely. PR #1539 by @​bckohan.

Docs

  • 📝 Remove documentation pages that reference using Click directly. PR #1538 by @​svlandeg.

Internal

0.23.0

... (truncated)

Commits
  • eaec8fa 🔖 Release version 0.24.1
  • c73cc2b 📝 Update release notes
  • 6c6259c 👷 Fix CI, do not attempt to build typer-slim, nor typer-cli (#1569)
  • bc65ad8 📝 Update release notes
  • 3aedc0a ➖ Drop support for typer-slim and typer-cli, no more versions will be rel...
  • 4b13020 📝 Update release notes
  • 19aaf0b ⬆ Bump rich from 14.3.2 to 14.3.3 (#1565)
  • 0ece295 📝 Update release notes
  • 833c005 📝 Update release notes
  • 64c0dcb ⬆ Bump pydantic-settings from 2.13.0 to 2.13.1 (#1566)
  • Additional commits viewable in compare view

Updates s3fs from 2026.1.0 to 2026.2.0

Commits

Updates gcsfs from 2026.1.0 to 2026.2.0

Commits

Updates llama-index-core from 0.14.13 to 0.14.15

Release notes

Sourced from llama-index-core's releases.

v0.14.15

Release Notes

[2026-02-18]

llama-index-agent-agentmesh [0.1.0]

  • [Integration] AgentMesh: Trust Layer for LlamaIndex Agents (#20644)

llama-index-core [0.14.15]

  • Support basic operations for multimodal types (#20640)
  • Feat recursive llm type support (#20642)
  • fix: remove redundant metadata_seperator field from TextNode (#20649)
  • fix(tests): update mock prompt type in mock_prompts.py (#20661)
  • Feat multimodal template var formatting (#20682)
  • Feat multimodal prompt templates (#20683)
  • Feat multimodal chat prompt helper (#20684)
  • Add retry and error handling to BaseExtractor (#20693)
  • ensure at least one message/content block is returned by the old memory (#20729)

llama-index-embeddings-ibm [0.6.0.post1]

  • chore: Remove persistent_connection parameter support, update (#20714)
  • docs: Update IBM docs (#20718)

llama-index-llms-anthropic [0.10.9]

  • Sonnet 4-6 addition (#20723)

llama-index-llms-bedrock-converse [0.12.10]

  • fix(bedrock-converse): ensure thinking_delta is populated in all chat modes (#20664)
  • feat(bedrock-converse): Add support for Claude Sonnet 4.6 (#20726)

llama-index-llms-ibm [0.7.0.post1]

  • chore: Remove persistent_connection parameter support, update (#20714)
  • docs: Update IBM docs (#20718)

llama-index-llms-mistralai [0.10.0]

  • Rrubini/mistral azure sdk (#20668)

llama-index-llms-oci-data-science [1.0.0]

  • Add support for new OCI DataScience endpoint /predictWithStream for streaming use case (#20545)

llama-index-observability-otel [0.3.0]

... (truncated)

Changelog

Sourced from llama-index-core's changelog.

llama-index-core [0.14.15]

  • Support basic operations for multimodal types (#20640)
  • Feat recursive llm type support (#20642)
  • fix: remove redundant metadata_seperator field from TextNode (#20649)
  • fix(tests): update mock prompt type in mock_prompts.py (#20661)
  • Feat multimodal template var formatting (#20682)
  • Feat multimodal prompt templates (#20683)
  • Feat multimodal chat prompt helper (#20684)
  • Add retry and error handling to BaseExtractor (#20693)
  • ensure at least one message/content block is returned by the old memory (#20729)

llama-index-embeddings-ibm [0.6.0.post1]

  • chore: Remove persistent_connection parameter support, update (#20714)
  • docs: Update IBM docs (#20718)

llama-index-llms-anthropic [0.10.9]

  • Sonnet 4-6 addition (#20723)

llama-index-llms-bedrock-converse [0.12.10]

  • fix(bedrock-converse): ensure thinking_delta is populated in all chat modes (#20664)
  • feat(bedrock-converse): Add support for Claude Sonnet 4.6 (#20726)

llama-index-llms-ibm [0.7.0.post1]

  • chore: Remove persistent_connection parameter support, update (#20714)
  • docs: Update IBM docs (#20718)

llama-index-llms-mistralai [0.10.0]

  • Rrubini/mistral azure sdk (#20668)

llama-index-llms-oci-data-science [1.0.0]

  • Add support for new OCI DataScience endpoint /predictWithStream for streaming use case (#20545)

llama-index-observability-otel [0.3.0]

  • improve otel data serialization by flattening dicts (#20719)
  • feat: support custom span processor; refactor: use llama-index-instrumentation instead of llama-index-core (#20732)

llama-index-program-evaporate [0.5.2]

  • Sandbox LLM-generated code execution in EvaporateExtractor (#20676)

llama-index-readers-bitbucket [0.4.2]

... (truncated)

Commits
  • 4937fc0 Release 0.14.15 (#20735)
  • 9869893 feat(bedrock-converse): Add support for Nova 2 (#20736)
  • 40da244 fix(layoutir): restrict requires-python to >=3.12 to match layoutir dependenc...
  • 6504188 feat: support custom span processor; refactor: use llama-index-instrumentatio...
  • dc716d1 chore: update issue classifier action to v0.2.0 (#20734)
  • 6d0aff4 ensure at least one message/conent block is returned by the old memory (#20729)
  • fdcc72c feat: add issue classifier gh action (#20720)
  • 171ae83 fix: Update WhatsAppChatLoader to retrieve DataFrame in pandas format (#20722)
  • 68c760a fix(layoutir): hotfix for output_dir crash and Block extraction (#20708 follo...
  • 83f45ce Add retry and error handling to BaseExtractor (#20693)
  • Additional commits viewable in compare view

Updates llama-index-llms-openai from 0.6.18 to 0.6.21

Updates hatch from 1.16.3 to 1.16.5

Release notes

Sourced from hatch's releases.

Hatch v1.16.5

Fixed:

  • Handle a breaking change in virtualenv by only supporting the latest version and adding python-discovery as a dependency.

Hatch v1.16.4

Fixed:

  • Fixes hatch shell type error for keep_env.
  • SBOM documentation for including SBOM files in sdist
  • Fixes workspace member detection to properly handle shared path prefixes.
Commits

Updates jupyterlab from 4.5.3 to 4.5.5

Release notes

Sourced from jupyterlab's releases.

v4.5.5

4.5.5

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@​apoorvdarshan (activity) | @​bollwyvl (activity) | @​itsmevichu (activity) | @​jasongrout (activity) | @​krassowski (activity)

v4.5.4

4.5.4

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

... (truncated)

Commits

…ates

Bumps the python-packages-minor-patches group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [aio-pika](https://github.com/mosquito/aio-pika) | `9.5.8` | `9.6.1` |
| [async-lru](https://github.com/aio-libs/async-lru) | `2.1.0` | `2.2.0` |
| [fsspec](https://github.com/fsspec/filesystem_spec) | `2026.1.0` | `2026.2.0` |
| [pandas](https://github.com/pandas-dev/pandas) | `3.0.0` | `3.0.1` |
| [pydantic-settings](https://github.com/pydantic/pydantic-settings) | `2.12.0` | `2.13.1` |
| [typer](https://github.com/fastapi/typer) | `0.21.1` | `0.24.1` |
| [s3fs](https://github.com/fsspec/s3fs) | `2026.1.0` | `2026.2.0` |
| [gcsfs](https://github.com/fsspec/gcsfs) | `2026.1.0` | `2026.2.0` |
| [llama-index-core](https://github.com/run-llama/llama_index) | `0.14.13` | `0.14.15` |
| llama-index-llms-openai | `0.6.18` | `0.6.21` |
| [hatch](https://github.com/pypa/hatch) | `1.16.3` | `1.16.5` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.5.3` | `4.5.5` |
| [nbstripout](https://github.com/kynan/nbstripout) | `0.9.0` | `0.9.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.0` | `0.15.4` |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.13.3` | `7.13.4` |
| [pytest-env](https://github.com/pytest-dev/pytest-env) | `1.2.0` | `1.5.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.7.1` | `9.7.3` |


Updates `aio-pika` from 9.5.8 to 9.6.1
- [Release notes](https://github.com/mosquito/aio-pika/releases)
- [Changelog](https://github.com/mosquito/aio-pika/blob/master/CHANGELOG.md)
- [Commits](mosquito/aio-pika@9.5.8...9.6.1)

Updates `async-lru` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/aio-libs/async-lru/releases)
- [Changelog](https://github.com/aio-libs/async-lru/blob/master/CHANGES.rst)
- [Commits](aio-libs/async-lru@v2.1.0...v2.2.0)

Updates `fsspec` from 2026.1.0 to 2026.2.0
- [Commits](fsspec/filesystem_spec@2026.1.0...2026.2.0)

Updates `pandas` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v3.0.0...v3.0.1)

Updates `pydantic-settings` from 2.12.0 to 2.13.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.12.0...v2.13.1)

Updates `typer` from 0.21.1 to 0.24.1
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.21.1...0.24.1)

Updates `s3fs` from 2026.1.0 to 2026.2.0
- [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md)
- [Commits](fsspec/s3fs@2026.1.0...2026.2.0)

Updates `gcsfs` from 2026.1.0 to 2026.2.0
- [Commits](fsspec/gcsfs@2026.1.0...2026.2.0)

Updates `llama-index-core` from 0.14.13 to 0.14.15
- [Release notes](https://github.com/run-llama/llama_index/releases)
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md)
- [Commits](run-llama/llama_index@v0.14.13...v0.14.15)

Updates `llama-index-llms-openai` from 0.6.18 to 0.6.21

Updates `hatch` from 1.16.3 to 1.16.5
- [Release notes](https://github.com/pypa/hatch/releases)
- [Commits](pypa/hatch@hatch-v1.16.3...hatch-v1.16.5)

Updates `jupyterlab` from 4.5.3 to 4.5.5
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.5.3...@jupyterlab/lsp@4.5.5)

Updates `nbstripout` from 0.9.0 to 0.9.1
- [Release notes](https://github.com/kynan/nbstripout/releases)
- [Changelog](https://github.com/kynan/nbstripout/blob/main/CHANGELOG.md)
- [Commits](kynan/nbstripout@0.9.0...0.9.1)

Updates `ruff` from 0.15.0 to 0.15.4
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.0...0.15.4)

Updates `coverage` from 7.13.3 to 7.13.4
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.3...7.13.4)

Updates `pytest-env` from 1.2.0 to 1.5.0
- [Release notes](https://github.com/pytest-dev/pytest-env/releases)
- [Commits](pytest-dev/pytest-env@1.2.0...1.5.0)

Updates `mkdocs-material` from 9.7.1 to 9.7.3
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.7.1...9.7.3)

---
updated-dependencies:
- dependency-name: aio-pika
  dependency-version: 9.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages-minor-patches
- dependency-name: async-lru
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages-minor-patches
- dependency-name: fsspec
  dependency-version: 2026.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages-minor-patches
- dependency-name: pandas
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages-minor-patches
- dependency-name: pydantic-settings
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages-minor-patches
- dependency-name: typer
  dependency-version: 0.24.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages-minor-patches
- dependency-name: s3fs
  dependency-version: 2026.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages-minor-patches
- dependency-name: gcsfs
  dependency-version: 2026.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages-minor-patches
- dependency-name: llama-index-core
  dependency-version: 0.14.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages-minor-patches
- dependency-name: llama-index-llms-openai
  dependency-version: 0.6.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages-minor-patches
- dependency-name: hatch
  dependency-version: 1.16.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages-minor-patches
- dependency-name: jupyterlab
  dependency-version: 4.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages-minor-patches
- dependency-name: nbstripout
  dependency-version: 0.9.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages-minor-patches
- dependency-name: ruff
  dependency-version: 0.15.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages-minor-patches
- dependency-name: coverage
  dependency-version: 7.13.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages-minor-patches
- dependency-name: pytest-env
  dependency-version: 1.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages-minor-patches
- dependency-name: mkdocs-material
  dependency-version: 9.7.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages-minor-patches
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Mar 1, 2026
@github-actions
Copy link

github-actions bot commented Mar 1, 2026

Benchmark comparison for c698160d (base) vs 57e17748 (PR)


------------------------------------------------------------------------------------------------------------------ benchmark: 2 tests ------------------------------------------------------------------------------------------------------------------
Name (time in ms)                                                                         Min                 Max                Mean            StdDev              Median                IQR            Outliers     OPS            Rounds  Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_benchmark_process_run (main/.benchmarks/Linux-CPython-3.12-64bit/0001_base)     450.2893 (1.0)      462.3767 (1.0)      454.3790 (1.0)      4.8268 (1.0)      453.3108 (1.0)       5.8933 (1.0)           1;0  2.2008 (1.0)           5           1
test_benchmark_process_run (pr/.benchmarks/Linux-CPython-3.12-64bit/0001_pr)         458.3871 (1.02)     480.2231 (1.04)     466.1692 (1.03)     8.7271 (1.81)     465.8651 (1.03)     11.1390 (1.89)          1;0  2.1451 (0.97)          5           1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Legend:
  Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 1st Quartile and 3rd Quartile.
  OPS: Operations Per Second, computed as 1 / Mean

@toby-coleman
Copy link
Contributor

Looks like a problem from here: aio-libs/async-lru#742

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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant