dry-python
returns
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
[pre-commit.ci] pre-commit autoupdate (#2483) updates: - [github.com/python-jsonschema/check-jsonschema: 1a4bb160cab6417b3045e1b37b6b72449243e658 → c4654a7e007c9619a5eb63c39a456572a0fa1851](https://github.com/python-jsonschema/check-jsonschema/compare/1a4bb160cab6417b3045e1b37b6b72449243e658...c4654a7e007c9619a5eb63c39a456572a0fa1851) - [github.com/astral-sh/ruff-pre-commit: 39d9ac5938dadb73df0564a45f163e25ff9fa6e2 → 7c55798a78262d14b2074abf623d8a992ebb70d4](https://github.com/astral-sh/ruff-pre-commit/compare/39d9ac5938dadb73df0564a45f163e25ff9fa6e2...7c55798a78262d14b2074abf623d8a992ebb70d4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
master
1 day ago
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/python-jsonschema/check-jsonschema: 1a4bb160cab6417b3045e1b37b6b72449243e658 → c4654a7e007c9619a5eb63c39a456572a0fa1851](https://github.com/python-jsonschema/check-jsonschema/compare/1a4bb160cab6417b3045e1b37b6b72449243e658...c4654a7e007c9619a5eb63c39a456572a0fa1851) - [github.com/astral-sh/ruff-pre-commit: 39d9ac5938dadb73df0564a45f163e25ff9fa6e2 → 7c55798a78262d14b2074abf623d8a992ebb70d4](https://github.com/astral-sh/ruff-pre-commit/compare/39d9ac5938dadb73df0564a45f163e25ff9fa6e2...7c55798a78262d14b2074abf623d8a992ebb70d4)
pre-commit-ci-update-config
1 day ago
Bump CodSpeedHQ/action from 5.0.1 to 5.0.2 (#2482) Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
1 day ago
Bump CodSpeedHQ/action from 5.0.1 to 5.0.2 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/CodSpeedHQ/action-5.0.2
1 day ago
Bump CodSpeedHQ/action from 4.19.1 to 5.0.1 (#2481) Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.19.1 to 5.0.1. - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/v4.19.1...v5.0.1) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
5 days ago
Bump CodSpeedHQ/action from 4.19.1 to 5.0.1 Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from 4.19.1 to 5.0.1. - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codspeedhq/action/compare/v4.19.1...v5.0.1) --- updated-dependencies: - dependency-name: CodSpeedHQ/action dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/github_actions/CodSpeedHQ/action-5.0.1
6 days ago
Relax future() and future_safe() to accept Awaitable, not just Coroutine (#2480) Both decorators typed their wrapped function argument as returning Coroutine, which rejects any callable typed as returning a plain Awaitable (e.g. an async def that awaits and returns another awaitable, rather than being annotated as returning a Coroutine itself), even though the runtime behavior only relies on awaiting the result. Widen the parameter type to Awaitable and drop the now unused _SecondType TypeVar. Fixes #2404
master
7 days ago
Relax future() and future_safe() to accept Awaitable, not just Coroutine Both decorators typed their wrapped function argument as returning Coroutine, which rejects any callable typed as returning a plain Awaitable (e.g. an async def that awaits and returns another awaitable, rather than being annotated as returning a Coroutine itself), even though the runtime behavior only relies on awaiting the result. Widen the parameter type to Awaitable and drop the now unused _SecondType TypeVar. Fixes #2404
syzayd:issue-2404
7 days ago
Latest Branches
CodSpeed Performance Gauge
0%
[pre-commit.ci] pre-commit autoupdate
#2483
1 day ago
96e0e35
pre-commit-ci-update-config
CodSpeed Performance Gauge
0%
Bump CodSpeedHQ/action from 5.0.1 to 5.0.2
#2482
1 day ago
51e443d
dependabot/github_actions/CodSpeedHQ/action-5.0.2
CodSpeed Performance Gauge
N/A
Bump CodSpeedHQ/action from 4.19.1 to 5.0.1
#2481
6 days ago
4f59350
dependabot/github_actions/CodSpeedHQ/action-5.0.1
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs
×
Advertisement