Skip to content

Commit

Permalink
Fix 'ModuleNotFoundError: No module named 'mkdocstrings_handlers'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinitto committed Feb 10, 2024
1 parent 413ca66 commit 9b689f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed

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

## [0.4.3] - 2022-12-29

Expand Down
2 changes: 1 addition & 1 deletion pydantic_redis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

__all__ = [Store, RedisConfig, Model, asyncio]

__version__ = "0.4.3"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ pre-commit
build
pytest-asyncio
mkdocs
mkdocstrings
mkdocstrings[python]>=0.18
mkdocs-material
mdx_include

0 comments on commit 9b689f2

Please sign in to comment.