Skip to content

Commit eacb686

Browse files
committed
chore: release v2.3.1
1 parent 6e7f1bd commit eacb686

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to the Kinde Python SDK will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.3.1] - 2026-07-06
9+
10+
### Fixed
11+
- **Dependencies (security)**: Updated `cryptography` (v48, then v49), `requests` (2.33.1, 2.34.0, then 2.34.2 with Python-version-specific pins), and `pytest` (^9.0.3, addressing CVE-2025-71176)
12+
- **CI**: Fixed the test suite for Django 6 on Python 3.9–3.11 and corrected the `requests` marker for Python 3.9
13+
14+
### Improved
15+
- **Dependencies**: Upgraded `django` to v6 and `pylint` to v4 for the development toolchain; bumped `actions/checkout` and `codecov/codecov-action` to v7
16+
- **Versioning**: Consolidated the SDK version into a single source of truth in `kinde_sdk/_version.py`, extracted shared helpers into `_sdk_generator_utils.py`, and made the OpenAPI generator configs derived artifacts via an `SDK_VERSION` placeholder
17+
- **Housekeeping**: Removed an incidental `poetry.lock` (the project uses setuptools)
18+
819
## [2.3.0] - 2026-04-16
920

1021
### Added

kinde_sdk/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
permanently hold the ``"SDK_VERSION"`` placeholder.
3434
"""
3535

36-
__version__ = "2.3.0"
36+
__version__ = "2.3.1"

0 commit comments

Comments
 (0)