Skip to content

Commit 5c4f590

Browse files
authored
Fix: Remove mkdocs from dependencies (#68)
* Fix: Remove mkdocs from dependencies * Add changelog entry
1 parent 9496412 commit 5c4f590

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
## Latest Changes
1111

1212

13+
### Fix
14+
15+
* Remove mkdocs dependency from hypermedias main dependencies. It should only be in the dev group.
16+
1317
## Version 6.0.0
1418

1519
It has been annoying us for a while that we couldn't type the fastapi helpers.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ authors = [
1111
]
1212

1313
dependencies = [
14-
"mkdocs-material>=9.7.1",
1514
"typing-extensions>=4.12.2",
1615
]
1716

uv.lock

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)