Skip to content

Commit d476d7e

Browse files
committed
release 2.10.3
1 parent 099dc9c commit d476d7e

9 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@ upcoming release can be found in [changelog.d](changelog.d).
99

1010
<!-- towncrier release notes start -->
1111

12+
## [2.10.3](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.10.3) - 2026-02-23
13+
14+
15+
### Fixed
16+
17+
- Address backwards compatibility issue for sqlite account info caused by the migration of schema to a new multi-bucket format.
18+
- Avoid http-level retries during upload requests.
19+
- Use `stat.S_ISDIR` check for local folder children scanning instead of `Path.is_dir` to account for an api change in Python 3.14.
20+
21+
### Infrastructure
22+
23+
- Bump pip version.
24+
- Migrate from pdm to uv.
25+
- Move pytest_plugins to top-level conftest (fix for newer pytest).
26+
- Set temporary directory as account info config dir in tests.
27+
- Use a separate nox dependency group for reprocible installs of nox in ci / cd.
28+
29+
1230
## [2.10.2](https://github.com/Backblaze/b2-sdk-python/releases/tag/v2.10.2) - 2025-12-16
1331

1432

changelog.d/+account_info_change_dir.infrastructure.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+b2http-upload-no-retries.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+bump-pip.infrastructure.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+multi-bucket-keys-account-info-bw-compat.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+nox-dev-group.infrastructure.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+pdm-to-uv.infrastructure.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+py314-test.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+pytest_plugins-toplevel-conftest.infrastructure.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)