Skip to content

Commit 9aa8d95

Browse files
release: 2.0.0-alpha.9
1 parent 253a0b9 commit 9aa8d95

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0-alpha.8"
2+
".": "2.0.0-alpha.9"
33
}

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 2.0.0-alpha.9 (2025-04-24)
4+
5+
Full Changelog: [v2.0.0-alpha.8...v2.0.0-alpha.9](https://github.com/hubmapconsortium/entity-python-sdk/compare/v2.0.0-alpha.8...v2.0.0-alpha.9)
6+
7+
### Bug Fixes
8+
9+
* **pydantic v1:** more robust ModelField.annotation check ([391134e](https://github.com/hubmapconsortium/entity-python-sdk/commit/391134eb9c51f557e8002453ba5541e682051748))
10+
11+
12+
### Chores
13+
14+
* **ci:** add timeout thresholds for CI jobs ([450c68c](https://github.com/hubmapconsortium/entity-python-sdk/commit/450c68cfb629bc8ec623127682e27ec1fcb7f27c))
15+
* **internal:** codegen related update ([253a0b9](https://github.com/hubmapconsortium/entity-python-sdk/commit/253a0b9cab5265efc1d4b9b310f539fc159e102e))
16+
* **internal:** fix list file params ([e602a9c](https://github.com/hubmapconsortium/entity-python-sdk/commit/e602a9c84299af8efd2c2b39ad18ebf2a84f7458))
17+
* **internal:** import reformatting ([75ad1ca](https://github.com/hubmapconsortium/entity-python-sdk/commit/75ad1ca17a62f704d9e8f1af6e2e5c5a0abeafc7))
18+
* **internal:** refactor retries to not use recursion ([92c3694](https://github.com/hubmapconsortium/entity-python-sdk/commit/92c3694e1495fa631f4373aa88dd452ca6945106))
19+
320
## 2.0.0-alpha.8 (2025-04-19)
421

522
Full Changelog: [v2.0.0-alpha.7...v2.0.0-alpha.8](https://github.com/hubmapconsortium/entity-python-sdk/compare/v2.0.0-alpha.7...v2.0.0-alpha.8)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hubmap_entity_sdk"
3-
version = "2.0.0-alpha.8"
3+
version = "2.0.0-alpha.9"
44
description = "The official Python library for the hubmap-entity-sdk API"
55
dynamic = ["readme"]
66
license = "MIT"

src/hubmap_entity_sdk/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "hubmap_entity_sdk"
4-
__version__ = "2.0.0-alpha.8" # x-release-please-version
4+
__version__ = "2.0.0-alpha.9" # x-release-please-version

0 commit comments

Comments
 (0)