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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@
9
9
10
10
## Latest Changes
11
11
12
+
13
+
## Version 6.0.0
14
+
12
15
It has been annoying us for a while that we couldn't type the fastapi helpers.
13
16
14
17
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