Skip to content

Commit 2656332

Browse files
chore: daily sync of plugin metadata and READMEs [automated]
1 parent 5f2d998 commit 2656332

5 files changed

Lines changed: 10 additions & 8 deletions

File tree

plugins/advanced-alchemy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ compatibility:
1616
litestar: '>=2.0.0'
1717
icon: advanced-alchemy.png
1818
stars: 774
19-
monthly_downloads: 418920
20-
latest_version: 1.10.0
21-
updated_at: '2026-05-23T22:30:54'
19+
monthly_downloads: 413071
20+
latest_version: 1.11.0
21+
updated_at: '2026-05-31T18:14:26'
2222
created_at: '2023-09-17T17:39:42'
2323
python_compatibility_raw: '>=3.9'
2424
python_compatibility:

plugins/litestar-email.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ maintainers:
1515
compatibility:
1616
litestar: '>=2.0.0'
1717
icon: _default_icon.svg
18-
stars: 12
19-
monthly_downloads: 4358
18+
stars: 13
19+
monthly_downloads: 3793
2020
latest_version: 0.4.0
2121
updated_at: '2026-05-03T16:59:03'
2222
created_at: '2026-01-04T21:35:28'

plugins/litestar-saq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ compatibility:
1616
litestar: '>=2.0.0'
1717
icon: _default_icon.svg
1818
stars: 31
19-
monthly_downloads: 66487
19+
monthly_downloads: 66258
2020
latest_version: 0.7.1
2121
updated_at: '2026-03-03T02:25:31'
2222
created_at: '2023-10-04T03:57:48'

plugins/sqlspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ compatibility:
1616
litestar: '>=2.0.0'
1717
icon: _default_icon.svg
1818
stars: 76
19-
monthly_downloads: 11876
19+
monthly_downloads: 11460
2020
latest_version: 0.48.2
2121
updated_at: '2026-05-28T15:34:25'
2222
created_at: '2024-10-30T00:48:46'

readmes/advanced-alchemy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ offering:
4747
- Integrated support for UUID6 and UUID7 ([`uuid-utils`](https://github.com/aminalaee/uuid-utils) when installed, otherwise native in Python 3.14+, with UUID4 fallback on older versions).
4848
- Integrated support for Nano ID using [`fastnanoid`](https://github.com/oliverlambson/fastnanoid) (install with the `nanoid` extra)
4949
- Custom encrypted text type with multiple backend support including [`pgcrypto`](https://www.postgresql.org/docs/current/pgcrypto.html) for PostgreSQL and the Fernet implementation from [`cryptography`](https://cryptography.io/en/latest/) for other databases
50-
- Custom password hashing type with multiple backend support including [`Argon2`](https://github.com/P-H-C/phc-winner-argon2), [`Passlib`](https://passlib.readthedocs.io/en/stable/), and [`Pwdlib`](https://pwdlib.readthedocs.io/en/stable/) with automatic salt generation
50+
- Custom password hashing type with multiple backend support including [`Argon2`](https://github.com/P-H-C/phc-winner-argon2), [`Passlib`](https://passlib.readthedocs.io/en/stable/), and [`Pwdlib`](https://pwdlib.readthedocs.io/en/stable/) with automatic salt generation and rehash-on-verify for transparent hash upgrades on login
51+
- Custom TOTP shared-secret type that stores an authenticator seed encrypted at rest and verifies time-based one-time passwords via [`pyotp`](https://github.com/pyauth/pyotp) (install with the `pyotp` extra)
52+
- Custom one-time-code type that stores email/SMS verification codes hashed in JSON with built-in expiry, single-use redemption, attempt lockout, and a secure code generator
5153
- Pre-configured base classes with audit columns UUID or Big Integer primary keys and
5254
a [sentinel column](https://docs.sqlalchemy.org/en/20/core/connections.html#configuring-sentinel-columns).
5355
- Synchronous and asynchronous repositories featuring:

0 commit comments

Comments
 (0)