Skip to content

Commit 9496412

Browse files
authored
Pin version in chanagelog before releasing (#67)
1 parent f108238 commit 9496412

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
## Latest Changes
1111

12+
13+
## Version 6.0.0
14+
1215
It has been annoying us for a while that we couldn't type the fastapi helpers.
1316

1417
Now we figured out how to use the extras feature and we just guard the imports in a try except and log that if they are going to be used you need to install the extras with `uv add hypermedia --extras fastapi` or `pip install hypermedia[fastapi]`. This will allow us to add typed helpers for other frameworks such as `flask` or `django` without introducing new dependencies in the main package.

0 commit comments

Comments
 (0)