Skip to content

Commit

Permalink
deps: Add upper bound on Python-Markdown 3.6 to temporarily prevent b…
Browse files Browse the repository at this point in the history
…reaking changes
  • Loading branch information
pawamoy committed Mar 13, 2024
1 parent 2062325 commit cd93ee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"markdown>=3.3,<3.6",
"mkdocstrings>=0.20",
"griffe>=0.37",
]
Expand Down

1 comment on commit cd93ee3

@ssbarnea
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Filed #143

Please sign in to comment.