Skip to content

Commit

Permalink
fix: update mkdocs-autorefs version constraint to resolve dependency …
Browse files Browse the repository at this point in the history
…conflict

Updated mkdocs-autorefs version constraint from >=0.4.1,<1.0.0 to >=1.4.0,<2.0.0 to
resolve a dependency conflict with mkdocstrings 0.28.2, which requires mkdocs-autorefs>=1.4.

🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
  • Loading branch information
strickvl committed Feb 25, 2025
1 parent 43fe0c7 commit 70d3128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ mkdocs = { version = "^1.6.1,<2.0.0", optional = true }
mkdocs-material = { version = ">=9.6.5,<10.0.0", optional = true }
mkdocs-awesome-pages-plugin = { version = ">=2.10.1,<3.0.0", optional = true }
mkdocstrings = { extras = ["python"], version = "^0.28.1,<1.0.0", optional = true }
mkdocs-autorefs = { version = ">=0.4.1,<1.0.0", optional = true }
mkdocs-autorefs = { version = ">=1.4.0,<2.0.0", optional = true }
mike = { version = ">=1.1.2,<2.0.0", optional = true }

# mypy type stubs
Expand Down

0 comments on commit 70d3128

Please sign in to comment.