Skip to content

Commit a872ee4

Browse files
authored
Merge pull request #383 from lsst-sqre/tickets/DM-48838a
DM-48838: Prepare 6.3.0 release
2 parents ff2a971 + 7a1fd53 commit a872ee4

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ Changes for the upcoming release can be found in [changelog.d](https://github.co
99

1010
<!-- scriv-insert-here -->
1111

12+
<a id='changelog-9.3.0'></a>
13+
## 9.3.0 (2025-02-11)
14+
15+
### New features
16+
17+
- Add new `register_create_hook_for_test` method on the mock Kubernetes API that allows the caller to register a callback that is called whenever an object of a given kind is created.
18+
- Add create, delete, read, and list (with watches) support for `ServiceAccount` objects to the mock Kubernetes API.
19+
20+
### Bug fixes
21+
22+
- Declare Safir functions returning async generators with a return type of `AsyncGenerator`, not `AsyncIterator`. In most situations this does not matter, but `AsyncGenerator` has additional methods (such as `aclose`) that `AsyncIterator` does not have and is therefore more correct.
23+
1224
<a id='changelog-9.2.0'></a>
1325
## 9.2.0 (2025-01-22)
1426

changelog.d/20250206_121830_rra_DM_48819.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20250207_155019_rra_DM_48838.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20250210_173334_rra_DM_48838.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

safir/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"click<9",
2929
"cryptography<45",
3030
"dataclasses-avroschema>=0.65.7,<1",
31-
"fastapi<1",
31+
"fastapi>=0.100,<1",
3232
"faststream>0.5,<0.6",
3333
"gidgethub<6",
3434
"httpx>=0.20.0,<1",

0 commit comments

Comments
 (0)