Skip to content

Commit 14c91d6

Browse files
committed
chore: bump to 0.6.8
1 parent 9c37e14 commit 14c91d6

File tree

4 files changed

+110
-109
lines changed

4 files changed

+110
-109
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.15.8
4+
rev: v0.15.9
55
hooks:
66
- id: ruff-check
77
args: [--fix, --exit-non-zero-on-fix]

doc/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
Changelog
22
=========
33

4-
[0.6.8] - Unreleased
4+
[0.6.8] - 2026-04-03
55
--------------------
66

77
Added
88
^^^^^
9+
- :class:`~scim2_models.SCIMValidator` and :class:`~scim2_models.SCIMSerializer` Pydantic Annotated markers to inject a SCIM :class:`~scim2_models.Context` during validation and serialization. :issue:`130`
910
- :class:`~scim2_models.MutabilityException` handler in framework integration examples (FastAPI, Flask, Django).
1011

1112
Deprecated

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "scim2-models"
7-
version = "0.6.7"
7+
version = "0.6.8"
88
description = "SCIM2 models serialization and validation with pydantic"
99
authors = [{name="Yaal Coop", email="contact@yaal.coop"}]
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)