From 9b689f2cf8018fc115182252be3056b3a4f5b642 Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 10 Feb 2024 10:15:18 +0100 Subject: [PATCH] Fix 'ModuleNotFoundError: No module named 'mkdocstrings_handlers' --- CHANGELOG.md | 1 + pydantic_redis/__init__.py | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ac7bdb..5295e99c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pydantic_redis/__init__.py b/pydantic_redis/__init__.py index 45417da5..bc51ff98 100644 --- a/pydantic_redis/__init__.py +++ b/pydantic_redis/__init__.py @@ -17,4 +17,4 @@ __all__ = [Store, RedisConfig, Model, asyncio] -__version__ = "0.4.3" +__version__ = "0.5.0" diff --git a/requirements.txt b/requirements.txt index 9dab44e1..1b46a541 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,6 @@ pre-commit build pytest-asyncio mkdocs -mkdocstrings +mkdocstrings[python]>=0.18 mkdocs-material mdx_include