Skip to content

Commit 6cb9d02

Browse files
author
semantic-release
committed
3.5.4
Version generated by python-semantic-release [ci skip]
1 parent 44a69da commit 6cb9d02

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33

44

5+
## v3.5.4 (2025-10-09)
6+
7+
### Chore
8+
9+
* chore(deps): update dependency ruff to v0.14.0 (#353)
10+
11+
Co-authored-by: Renovate Bot <[email protected]> ([`0f6224d`](https://github.com/dialoguemd/fastapi-sqla/commit/0f6224d49cf95e7b7e718d0a0e63b255987d2b65))
12+
13+
* chore(deps): update dependency faker to v37.11.0 (#352)
14+
15+
Co-authored-by: Renovate Bot <[email protected]> ([`87972c0`](https://github.com/dialoguemd/fastapi-sqla/commit/87972c0d543d8f76648d8ed604a3def13016013d))
16+
17+
* chore(deps): lock file maintenance (#351)
18+
19+
Co-authored-by: Renovate Bot <[email protected]> ([`5c4c63f`](https://github.com/dialoguemd/fastapi-sqla/commit/5c4c63f860d697178c1c24c6c4c7f7a883263495))
20+
21+
* chore(deps): lock file maintenance (#347)
22+
23+
Co-authored-by: Renovate Bot <[email protected]> ([`0432baf`](https://github.com/dialoguemd/fastapi-sqla/commit/0432bafbcfd1f8a416f271c85d62f4de988b3452))
24+
25+
* chore(deps): update python dev dependencies (#350)
26+
27+
Co-authored-by: Renovate Bot <[email protected]> ([`f1349f6`](https://github.com/dialoguemd/fastapi-sqla/commit/f1349f6f834fb648eedd7a3761c1c8060abf2666))
28+
29+
* chore(deps): update dependency ruff to v0.13.2 (#349)
30+
31+
Co-authored-by: Renovate Bot <[email protected]> ([`522c3a8`](https://github.com/dialoguemd/fastapi-sqla/commit/522c3a8ede7a1afdbbe3a5dae6419de88e8e78d0))
32+
33+
### Fix
34+
35+
* fix(deps): update dependency sqlmodel to >=0.0.14,<0.0.28 (#355)
36+
37+
Co-authored-by: Renovate Bot <[email protected]> ([`44a69da`](https://github.com/dialoguemd/fastapi-sqla/commit/44a69dadeeb3f33fe995cc7d1b95dc3169db49b5))
38+
39+
540
## v3.5.3 (2025-09-29)
641

742
### Chore
@@ -16,6 +51,12 @@ Co-authored-by: Renovate Bot <[email protected]> ([`a368d64
1651

1752
Co-authored-by: Renovate Bot <[email protected]> ([`14514bc`](https://github.com/dialoguemd/fastapi-sqla/commit/14514bc5fad3cc26446be5071da28cd7b85a4fed))
1853

54+
### Unknown
55+
56+
* 3.5.3
57+
58+
Version generated by python-semantic-release [ci skip] ([`e0a27aa`](https://github.com/dialoguemd/fastapi-sqla/commit/e0a27aaa5843cda291b67a9bf02fa74529b411ab))
59+
1960

2061
## v3.5.2 (2025-09-18)
2162

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastapi-sqla"
3-
version = "3.5.3"
3+
version = "3.5.4"
44
description = "SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel, and pytest, ready for production."
55
authors = [
66
"Hadrien David <[email protected]>",

0 commit comments

Comments
 (0)