Skip to content

Commit 93cc4f0

Browse files
author
semantic-release
committed
3.5.1
Version generated by python-semantic-release [ci skip]
1 parent 5e55016 commit 93cc4f0

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v3.5.1 (2025-07-10)
6+
7+
### Chore
8+
9+
* chore(deps): lock file maintenance (#307)
10+
11+
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> ([`fb2ad2a`](https://github.com/dialoguemd/fastapi-sqla/commit/fb2ad2a59ca26b8fdca730c875b00270400884b0))
12+
13+
* chore(deps): update dependency ruff to v0.11.8 (#306)
14+
15+
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> ([`33ebf3b`](https://github.com/dialoguemd/fastapi-sqla/commit/33ebf3b38608b318119ec0433ebbeeed1d02cbb4))
16+
17+
* chore(deps): lock file maintenance (#305)
18+
19+
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> ([`f7b0df0`](https://github.com/dialoguemd/fastapi-sqla/commit/f7b0df045b6f2b0177b54361817e81580f532a3d))
20+
21+
* chore(deps): update dependency ruff to v0.11.7 (#304)
22+
23+
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> ([`e293ac2`](https://github.com/dialoguemd/fastapi-sqla/commit/e293ac222334fb70c7766521346e853adfbf7cce))
24+
25+
* chore(deps): update dependency greenlet to v3.2.1 (#303)
26+
27+
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> ([`1b0d797`](https://github.com/dialoguemd/fastapi-sqla/commit/1b0d7972eb535042f88eecc31173e38c4d9d50ab))
28+
29+
* chore(deps): lock file maintenance (#302)
30+
31+
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> ([`219893e`](https://github.com/dialoguemd/fastapi-sqla/commit/219893e49416add298a8a54b9aa44094e94b7b5f))
32+
33+
* chore(deps): update dependency ruff to v0.11.6 (#301)
34+
35+
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> ([`9400e4a`](https://github.com/dialoguemd/fastapi-sqla/commit/9400e4aaac7470620e720e55b1fdd0a199bf531e))
36+
37+
* chore(deps): update dependency greenlet to v3.2.0 (#300)
38+
39+
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> ([`ff93e56`](https://github.com/dialoguemd/fastapi-sqla/commit/ff93e569f4def3a55aa0eefd8098ca7b8a679917))
40+
41+
### Fix
42+
43+
* fix(deps): update dependency fastapi to >=0.95.1,<0.117 (#314)
44+
45+
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> ([`5e55016`](https://github.com/dialoguemd/fastapi-sqla/commit/5e55016e009b582821ca49e5d2319bf7845f7040))
46+
47+
### Unknown
48+
49+
* chore(orbs) decommission slack (PLAT-98) (#308) ([`e66eeb5`](https://github.com/dialoguemd/fastapi-sqla/commit/e66eeb51cd0cf78b1ff88e02335ba0dca11cc636))
50+
51+
552
## v3.5.0 (2025-04-15)
653

754
### Chore
@@ -180,6 +227,12 @@ Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> ([`0135faa
180227

181228
* feat(pytest): support startup in tests (#299) ([`a070743`](https://github.com/dialoguemd/fastapi-sqla/commit/a0707432484fdfb2a6b4c2714e275fa011b44056))
182229

230+
### Unknown
231+
232+
* 3.5.0
233+
234+
Version generated by python-semantic-release [ci skip] ([`d694b00`](https://github.com/dialoguemd/fastapi-sqla/commit/d694b003a3ffeb9400f68343cf3abc367ad49db0))
235+
183236

184237
## v3.4.8 (2025-01-16)
185238

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.0"
3+
version = "3.5.1"
44
description = "SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel, and pytest, ready for production."
55
authors = [
66
"Hadrien David <hadrien.david@dialogue.co>",

0 commit comments

Comments
 (0)