Skip to content

Commit ecc9494

Browse files
authored
Merge pull request #57 from hubmapconsortium/release-please--branches--main--changes--next
release: 1.0.0-alpha.36
2 parents 1d5d4b6 + 83e0a2e commit ecc9494

File tree

6 files changed

+14
-6
lines changed

6 files changed

+14
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0-alpha.35"
2+
".": "1.0.0-alpha.36"
33
}

CHANGELOG.md

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

3+
## 1.0.0-alpha.36 (2025-10-18)
4+
5+
Full Changelog: [v1.0.0-alpha.35...v1.0.0-alpha.36](https://github.com/hubmapconsortium/search-python-sdk/compare/v1.0.0-alpha.35...v1.0.0-alpha.36)
6+
7+
### Chores
8+
9+
* bump `httpx-aiohttp` version to 0.1.9 ([aada61d](https://github.com/hubmapconsortium/search-python-sdk/commit/aada61df8f20fa736fb3b4e8648a1caf2d68edc4))
10+
311
## 1.0.0-alpha.35 (2025-10-11)
412

513
Full Changelog: [v1.0.0-alpha.34...v1.0.0-alpha.35](https://github.com/hubmapconsortium/search-python-sdk/compare/v1.0.0-alpha.34...v1.0.0-alpha.35)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hubmap_search_sdk"
3-
version = "1.0.0-alpha.35"
3+
version = "1.0.0-alpha.36"
44
description = "The official Python library for the hubmap-search-sdk API"
55
dynamic = ["readme"]
66
license = "MIT"
@@ -39,7 +39,7 @@ Homepage = "https://github.com/hubmapconsortium/search-python-sdk"
3939
Repository = "https://github.com/hubmapconsortium/search-python-sdk"
4040

4141
[project.optional-dependencies]
42-
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
42+
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
4343

4444
[tool.rye]
4545
managed = true

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ httpx==0.28.1
5656
# via httpx-aiohttp
5757
# via hubmap-search-sdk
5858
# via respx
59-
httpx-aiohttp==0.1.8
59+
httpx-aiohttp==0.1.9
6060
# via hubmap-search-sdk
6161
idna==3.4
6262
# via anyio

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ httpcore==1.0.9
4343
httpx==0.28.1
4444
# via httpx-aiohttp
4545
# via hubmap-search-sdk
46-
httpx-aiohttp==0.1.8
46+
httpx-aiohttp==0.1.9
4747
# via hubmap-search-sdk
4848
idna==3.4
4949
# via anyio

src/hubmap_search_sdk/_version.py

Lines changed: 1 addition & 1 deletion
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_search_sdk"
4-
__version__ = "1.0.0-alpha.35" # x-release-please-version
4+
__version__ = "1.0.0-alpha.36" # x-release-please-version

0 commit comments

Comments
 (0)