Skip to content

Commit db17ac0

Browse files
Pin beaufulsoup4<=4.12.3 (#126)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
1 parent 8f7d73b commit db17ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build-backend = "setuptools.build_meta"
2424

2525
[project]
2626
name = "mkdocs-ultralytics-plugin"
27-
version = "0.1.16"
27+
version = "0.1.17"
2828
description = "An MkDocs plugin that provides Ultralytics Docs customizations at https://docs.ultralytics.com."
2929
readme = "README.md"
3030
requires-python = ">=3.8"
@@ -58,7 +58,7 @@ classifiers = [
5858
] # Optional, for a list of valid classifiers, see https://pypi.org/classifiers/
5959
dependencies = [
6060
"mkdocs>=1.0",
61-
"beautifulsoup4>=4.9.3",
61+
"beautifulsoup4>=4.9.3,<=4.12.3",
6262
"pyyaml",
6363
"requests>=2.31.0",
6464
]

0 commit comments

Comments
 (0)