## agronholm/anyio — 4.11.0…4.12.0

_41 commits._

### Features
- **Add new params to Path.glob & Path.rglob introduced since 3.12 (#1034)** (9adbe08)
- **Added support for asyncio's task call graph tracking on Python 3.14 (#1025)** (8967d8e)
- **Added a new test job to test against the oldest allowed dependencies (#1031)** (c91a06e)
- **Add changelog entry for BufferedByteStream (#1004)** (d7f2fe7)
- **Added context manager support to RunVar (#1003)** (c8c7973)

### Fixes
- **Fixed `BlockingPortal.start_task_soon` `Future.cancel` TOCTOU bug (#1012)** (b444187)

### Backend
- **Fixed the download-artifact settings to retain the expected behavior** (bc021b6)
- **Corrected the format of the version in the changelog** (c6000aa)
- **Bumped up the version** (9d1bfe0)
- **Fixed RuntimeError while shutting down the asyncio process pool (#1039)** (77f7ce2)
- **[pre-commit.ci] pre-commit autoupdate (#1036)** (aecc666)
- **Bump actions/checkout from 5 to 6 in the github-actions group (#1037)** (e5569ad)
- **Moved a changelog entry to its correct position** (dde3ab8)
- **Restore compatibility with pytest<=6.1.2 (#1030)** (250d4f1)
- **Fixed a typo in the documentation (#1035)** (3708e22)
- **[pre-commit.ci] pre-commit autoupdate (#1032)** (6fd9d10)
- **[pre-commit.ci] pre-commit autoupdate (#1026)** (70b2076)
- **Added the missing PR link to the changelog for the RunVar PR** (e0b4d67)
- **Removed a test that doesn't work on pytest 9** (8a4506c)
- **Enabled testing against uvloop on Python 3.14** (e7bb0bd)
- **Dropped sniffio as a hard dependency (#1021)** (64b753b)
- **[pre-commit.ci] pre-commit autoupdate (#1022)** (ce71bfc)
- **Allowed 0 tokens in a CapacityLimiter (#1019)** (fe26657)
- **Bump the github-actions group with 6 updates (#1020)** (a710988)
- **Keep GitHub Actions up to date with GitHub's Dependabot (#1017)** (cfdf16b)
- **[pre-commit.ci] pre-commit autoupdate (#1016)** (881c41f)
- **Added an async version of the functools module (#1001)** (14356be)
- **Reduced the number of errors reported by pyright** (350687a)
- **Fixed `Process.stdin.send` exceptions and checkpointing on asyncio (#1002)** (8175082)
- **[pre-commit.ci] pre-commit autoupdate (#1008)** (3f177d0)
- **Skip test_raise_baseexception_from_task unconditionally** (a71de90)
- **Added `__all__` to all public modules (#1009)** (648bc74)
- **Fixed test failures on Windows + Python 3.14 caused by a DeprecationWarning** (f3ad6c9)
- **Test macOS and Windows on Python 3.14 instead of 3.13** (153be15)
- **Removed duplicate changelog entry** (96c3d5d)
- **[pre-commit.ci] pre-commit autoupdate (#1000)** (1c9c520)
- **[pre-commit.ci] pre-commit autoupdate (#996)** (d2ac91f)
- **Fixed a typo in PR template (#994)** (5ba0d70)
- **Added winloop for Windows if use_uvloop is used on that OS (#960)** (c2f7289)
- **[pre-commit.ci] pre-commit autoupdate (#991)** (3c6491e)
- **Fixed a documentation style issue (#988)** (88647d6)

_Recap by [Repo Wrapped](https://repowrapped.com/gh/agronholm/anyio?utm_source=github-action)._