Skip to content

Commit d196ab6

Browse files
Unpins the dependencies on mkdocs and httpx (#43)
1 parent 6224ac1 commit d196ab6

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.4] - 2023-07-28 :parasol_on_ground:
9+
10+
- Unpins the dependencies on `mkdocs` and `httpx`, to fix
11+
[#42](https://github.com/Neoteroi/mkdocs-plugins/issues/42).
12+
813
## [1.0.3] - 2023-07-18 :cat:
914

1015
- Adds support for icons in cards (by @Andy2003).

neoteroi/mkdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.3"
1+
__version__ = "1.0.4"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ classifiers = [
2525
keywords = ["MkDocs", "OpenAPI", "Swagger", "Markdown", "plugins", "extensions", "documentation"]
2626
dependencies = [
2727
"essentials-openapi",
28-
"mkdocs~=1.4.0",
29-
"httpx<1",
28+
"mkdocs",
29+
"httpx",
3030
"click",
3131
"Jinja2",
3232
"rich",

0 commit comments

Comments
 (0)