Skip to content

Commit 4879cf4

Browse files
committed
Update changelog, contributors, and dependencies
1 parent e323bed commit 4879cf4

File tree

6 files changed

+184
-129
lines changed

6 files changed

+184
-129
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-toml
66
- id: check-yaml
77
- id: end-of-file-fixer
88
- id: mixed-line-ending
99
- id: trailing-whitespace
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.12.8
11+
rev: v0.13.2
1212
hooks:
1313
- id: ruff
1414
args: [--fix]
1515
- id: ruff-format
1616
- repo: https://github.com/pre-commit/mirrors-mypy
17-
rev: v1.17.1
17+
rev: v1.18.2
1818
hooks:
1919
- id: mypy
2020
files: aiohttp_client_cache
@@ -24,6 +24,6 @@ repos:
2424
hooks:
2525
- id: prettier
2626
- repo: https://github.com/crate-ci/typos
27-
rev: v1.35.3
27+
rev: v1.37.1
2828
hooks:
2929
- id: typos

CONTRIBUTORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ Thanks to the following individuals for contributing to `aiohttp-client-cache`:
66
- [Alessio Locatelli](https://github.com/alessio-locatelli)
77
- [Andrew Kursar](https://github.com/akursar)
88
- [Austin Raney](https://github.com/aaraney)
9+
- [Cristÿ Constantin](https://github.com/croqaz)
910
- [Damian Fajfer](https://github.com/fajfer)
1011
- [Fredrik Bergroth](https://github.com/fbergroth)
1112
- [Ilias Tsatiris](https://github.com/iliastsa)
13+
- [James Braza](https://github.com/jamesbraza)
1214
- [Jamim](https://github.com/Jamim)
1315
- [Joe Bergeron](https://github.com/Jophish)
1416
- [Kirk Hansen](https://github.com/kirkhansen)

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History
22

3+
## 0.14.1 (2025-10-01)
4+
5+
- Update type annotation for `CachedSession.__aenter__` with `Self` type
6+
- Fix behavior of `CachedSession.disabled()` when using multiple session instances
7+
38
## 0.14.0 (2025-09-22)
49

510
- Fixed a race condition in SQLite backend that could lead to `sqlite3.OperationalError: database is locked` errors.

0 commit comments

Comments
 (0)