Skip to content

Commit 9b689f2

Browse files
committed
Fix 'ModuleNotFoundError: No module named 'mkdocstrings_handlers'
1 parent 413ca66 commit 9b689f2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
### Fixed
1919

2020
- Fixed orjson.JSONDecodeError when models have optional string fields
21+
- Fixed ModuleNotFoundError: No module named 'mkdocstrings_handlers'
2122

2223
## [0.4.3] - 2022-12-29
2324

pydantic_redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
__all__ = [Store, RedisConfig, Model, asyncio]
1919

20-
__version__ = "0.4.3"
20+
__version__ = "0.5.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ pre-commit
1212
build
1313
pytest-asyncio
1414
mkdocs
15-
mkdocstrings
15+
mkdocstrings[python]>=0.18
1616
mkdocs-material
1717
mdx_include

0 commit comments

Comments
 (0)