You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything in this section will be included in the next official release.
25
+
26
+
**Breaking Changes**
27
+
28
+
- Migrate from poetry to uv ([#703](https://github.com/seapagan/fastapi-template/pull/703)) by [seapagan](https://github.com/seapagan)
29
+
30
+
**Documentation**
31
+
32
+
- Clarify docs ([#595](https://github.com/seapagan/fastapi-template/pull/595)) by [seapagan](https://github.com/seapagan)
33
+
34
+
**Dependency Updates**
35
+
36
+
- Update postgres Docker tag to v17 ([#706](https://github.com/seapagan/fastapi-template/pull/706)) by [renovate[bot]](https://github.com/apps/renovate)
37
+
- Bump sqlalchemy from 2.0.32 to 2.0.35 ([#679](https://github.com/seapagan/fastapi-template/pull/679)) by [dependabot[bot]](https://github.com/apps/dependabot)
38
+
- Bump pymdown-extensions from 10.9 to 10.10.2 ([#671](https://github.com/seapagan/fastapi-template/pull/671)) by [dependabot[bot]](https://github.com/apps/dependabot)
39
+
- Bump alembic from 1.13.2 to 1.13.3 ([#670](https://github.com/seapagan/fastapi-template/pull/670)) by [dependabot[bot]](https://github.com/apps/dependabot)
40
+
- Bump ruff from 0.6.5 to 0.6.7 ([#669](https://github.com/seapagan/fastapi-template/pull/669)) by [dependabot[bot]](https://github.com/apps/dependabot)
41
+
- Bump pydantic-settings from 2.4.0 to 2.5.2 ([#667](https://github.com/seapagan/fastapi-template/pull/667)) by [dependabot[bot]](https://github.com/apps/dependabot)
42
+
- Bump pymarkdownlnt from 0.9.22 to 0.9.23 ([#666](https://github.com/seapagan/fastapi-template/pull/666)) by [dependabot[bot]](https://github.com/apps/dependabot)
43
+
- Bump pytest-env from 1.1.4 to 1.1.5 ([#665](https://github.com/seapagan/fastapi-template/pull/665)) by [dependabot[bot]](https://github.com/apps/dependabot)
44
+
- Bump rich from 13.8.0 to 13.8.1 ([#664](https://github.com/seapagan/fastapi-template/pull/664)) by [dependabot[bot]](https://github.com/apps/dependabot)
45
+
- Bump anyio from 4.4.0 to 4.6.0 ([#663](https://github.com/seapagan/fastapi-template/pull/663)) by [dependabot[bot]](https://github.com/apps/dependabot)
This is the long-delayed release of `0.5.0`:partying_face:
190
+
**_A New Hope_**
150
191
151
-
There are many breaking changes; check the documentation, discussions and all the 0.5.0 alpha and beta releases for information.
152
-
153
-
- Make the API an installable package and CLI command ([#276](https://github.com/seapagan/fastapi-template/pull/276)) by [seapagan](https://github.com/seapagan)
154
-
- Convert db to sqlalchemy 2 ([#140](https://github.com/seapagan/fastapi-template/pull/140)) by [seapagan](https://github.com/seapagan)
This is the long-delayed release of `0.5.0`:partying_face:
193
+
194
+
There are many breaking changes; check the documentation, discussions and all the 0.5.0 alpha and beta releases for information.
195
+
196
+
- Make the API an installable package and CLI command ([#276](https://github.com/seapagan/fastapi-template/pull/276)) by [seapagan](https://github.com/seapagan)
197
+
- Convert db to sqlalchemy 2 ([#140](https://github.com/seapagan/fastapi-template/pull/140)) by [seapagan](https://github.com/seapagan)
This version contains **minor breaking changes** to the way you will run the CLI
212
253
tool. See the documentation for more information.
213
254
214
-
215
255
**Breaking Changes**
216
256
217
257
- Make the API an installable package and CLI command ([#276](https://github.com/seapagan/fastapi-template/pull/276)) by [seapagan](https://github.com/seapagan)
@@ -363,7 +403,7 @@ tool. See the documentation for more information.
0 commit comments