We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
beaufulsoup4<=4.12.3
1 parent 8f7d73b commit db17ac0Copy full SHA for db17ac0
pyproject.toml
@@ -24,7 +24,7 @@ build-backend = "setuptools.build_meta"
24
25
[project]
26
name = "mkdocs-ultralytics-plugin"
27
-version = "0.1.16"
+version = "0.1.17"
28
description = "An MkDocs plugin that provides Ultralytics Docs customizations at https://docs.ultralytics.com."
29
readme = "README.md"
30
requires-python = ">=3.8"
@@ -58,7 +58,7 @@ classifiers = [
58
] # Optional, for a list of valid classifiers, see https://pypi.org/classifiers/
59
dependencies = [
60
"mkdocs>=1.0",
61
- "beautifulsoup4>=4.9.3",
+ "beautifulsoup4>=4.9.3,<=4.12.3",
62
"pyyaml",
63
"requests>=2.31.0",
64
]
0 commit comments