Skip to content

Commit 2d1b09a

Browse files
release: 1.9.0
1 parent 2adeeb5 commit 2d1b09a

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
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.8.2"
2+
".": "1.9.0"
33
}

CHANGELOG.md

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

3+
## 1.9.0 (2025-11-18)
4+
5+
Full Changelog: [v1.8.2...v1.9.0](https://github.com/GRID-is/api-sdk-py/compare/v1.8.2...v1.9.0)
6+
7+
### Features
8+
9+
* **api:** api update ([1fa7527](https://github.com/GRID-is/api-sdk-py/commit/1fa752707eb9544e405847003849ae89930b6779))
10+
* **api:** api update ([7fec694](https://github.com/GRID-is/api-sdk-py/commit/7fec69437520ff1fc08583df288d319150d0f48d))
11+
12+
13+
### Bug Fixes
14+
15+
* compat with Python 3.14 ([bf3e37a](https://github.com/GRID-is/api-sdk-py/commit/bf3e37a063d9476179b244fd24c6234366420bae))
16+
* **compat:** update signatures of `model_dump` and `model_dump_json` for Pydantic v1 ([43cb15d](https://github.com/GRID-is/api-sdk-py/commit/43cb15dc4f97a8b4ab20ac930092d8bfe0756fe4))
17+
18+
19+
### Chores
20+
21+
* **package:** drop Python 3.8 support ([1629ff2](https://github.com/GRID-is/api-sdk-py/commit/1629ff2e7ecf1722a847f2f91a5405a50918e9e6))
22+
323
## 1.8.2 (2025-11-04)
424

525
Full Changelog: [v1.8.1...v1.8.2](https://github.com/GRID-is/api-sdk-py/compare/v1.8.1...v1.8.2)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "grid_api"
3-
version = "1.8.2"
3+
version = "1.9.0"
44
description = "The official Python library for the GRID API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/grid_api/_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__ = "grid_api"
4-
__version__ = "1.8.2" # x-release-please-version
4+
__version__ = "1.9.0" # x-release-please-version

0 commit comments

Comments
 (0)