Skip to content

Commit e7d3847

Browse files
release: 1.1.0
1 parent 6c44a32 commit e7d3847

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-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.0.2"
2+
".": "1.1.0"
33
}

CHANGELOG.md

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

3+
## 1.1.0 (2025-12-18)
4+
5+
Full Changelog: [v1.0.2...v1.1.0](https://github.com/moderation-api/sdk-python/compare/v1.0.2...v1.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([6c44a32](https://github.com/moderation-api/sdk-python/commit/6c44a32976994920a0caceca0c77e59b8aca5219))
10+
11+
12+
### Bug Fixes
13+
14+
* use async_to_httpx_files in patch method ([e533ec4](https://github.com/moderation-api/sdk-python/commit/e533ec49c12007c031a7660997d6b23658dd6cc5))
15+
16+
17+
### Chores
18+
19+
* **internal:** add missing files argument to base client ([0b9d250](https://github.com/moderation-api/sdk-python/commit/0b9d250739e8d607cc70e1aba126f46ef830d23b))
20+
* speedup initial import ([5ff9c69](https://github.com/moderation-api/sdk-python/commit/5ff9c698d4acb2c3c312711ef11632bc3ad754d7))
21+
22+
23+
### Refactors
24+
25+
* **internal:** switch from rye to uv ([4f4101f](https://github.com/moderation-api/sdk-python/commit/4f4101fd1680a9e9929821fa50242bfe871b6bd9))
26+
327
## 1.0.2 (2025-12-09)
428

529
Full Changelog: [v1.0.1...v1.0.2](https://github.com/moderation-api/sdk-python/compare/v1.0.1...v1.0.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 = "moderation_api"
3-
version = "1.0.2"
3+
version = "1.1.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.0.2" # x-release-please-version
4+
__version__ = "1.1.0" # x-release-please-version

0 commit comments

Comments
 (0)