Skip to content

Commit 692ae8f

Browse files
Apply suggestion from @YuriiMotov
Co-authored-by: Motov Yurii <[email protected]>
1 parent cb84d05 commit 692ae8f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/advanced/sa-column.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ This allows you to use advanced SQLAlchemy features and third‑party column typ
2020

2121
Use a third‑party SQLAlchemy type from `sqlalchemy-utils` to encrypt a string field. The key idea is that the field uses a full SQLAlchemy `Column(...)` via `sa_column`.
2222

23-
/// warning | Deprecation
24-
25-
`EncryptedType` is deprecated in SQLAlchemy‑Utils since version `0.36.6`. Use `StringEncryptedType` instead.
26-
27-
<a href="https://sqlalchemy-utils.readthedocs.io/en/latest/data_types.html#encryptedtype" class="external-link" target="_blank">See the upstream deprecation note</a>.
28-
29-
///
30-
31-
Note: `StringEncryptedType` provides explicit string type handling and better compatibility with SQLAlchemy 2.x.
3223

3324
{* ./docs_src/advanced/sa_column/tutorial001.py *}
3425

0 commit comments

Comments
 (0)