Skip to content

Commit

Permalink
Unpins the dependencies on mkdocs and httpx (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPrevato authored Jul 28, 2023
1 parent 6224ac1 commit d196ab6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.4] - 2023-07-28 :parasol_on_ground:

- Unpins the dependencies on `mkdocs` and `httpx`, to fix
[#42](https://github.com/Neoteroi/mkdocs-plugins/issues/42).

## [1.0.3] - 2023-07-18 :cat:

- Adds support for icons in cards (by @Andy2003).
Expand Down
2 changes: 1 addition & 1 deletion neoteroi/mkdocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.3"
__version__ = "1.0.4"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ classifiers = [
keywords = ["MkDocs", "OpenAPI", "Swagger", "Markdown", "plugins", "extensions", "documentation"]
dependencies = [
"essentials-openapi",
"mkdocs~=1.4.0",
"httpx<1",
"mkdocs",
"httpx",
"click",
"Jinja2",
"rich",
Expand Down

0 comments on commit d196ab6

Please sign in to comment.