Skip to content

Commit f32db6e

Browse files
release: 1.9.0
1 parent 3e62dda commit f32db6e

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-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.0"
2+
".": "1.9.0"
33
}

CHANGELOG.md

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

3+
## 1.9.0 (2026-02-20)
4+
5+
Full Changelog: [v1.8.0...v1.9.0](https://github.com/moderation-api/sdk-python/compare/v1.8.0...v1.9.0)
6+
7+
### Features
8+
9+
* **api:** api update ([3e62dda](https://github.com/moderation-api/sdk-python/commit/3e62dda30d79c73a9b4fa3b7a202f2d2a518a260))
10+
11+
12+
### Chores
13+
14+
* format all `api.md` files ([5a7c325](https://github.com/moderation-api/sdk-python/commit/5a7c325071957fec9830ac78ca74942fc869ec58))
15+
* **internal:** bump dependencies ([1f203f8](https://github.com/moderation-api/sdk-python/commit/1f203f8daf18535d007d7c3f1246672ab8fea1a9))
16+
* **internal:** fix lint error on Python 3.14 ([784cacf](https://github.com/moderation-api/sdk-python/commit/784cacf3ebe73f8e83bc3e091d1d5ba385a907a7))
17+
* **internal:** remove mock server code ([4e8ce8c](https://github.com/moderation-api/sdk-python/commit/4e8ce8c633cefb04e03fd11e9705517556d00398))
18+
319
## 1.8.0 (2026-02-06)
420

521
Full Changelog: [v1.7.0...v1.8.0](https://github.com/moderation-api/sdk-python/compare/v1.7.0...v1.8.0)

pyproject.toml

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

src/moderation_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__ = "moderation_api"
4-
__version__ = "1.8.0" # x-release-please-version
4+
__version__ = "1.9.0" # x-release-please-version

0 commit comments

Comments
 (0)