Skip to content

Commit

Permalink
Update link to Pydantic issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Dec 3, 2024
1 parent cf51689 commit ab65381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ updates:
ignore:
# https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92
- dependency-name: towncrier
# https://github.com/pydantic/pydantic/issues/10494
# https://github.com/pydantic/pydantic/issues/10964
- dependency-name: pydantic
# https://til.simonwillison.net/github/dependabot-python-setup
groups:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ include = [

[tool.poetry.dependencies]
python = "^3.10"
# https://github.com/pydantic/pydantic/issues/10494
# https://github.com/pydantic/pydantic/issues/10964
pydantic = "~2.8.2"
typing-extensions = "^4.12.2"
pydantic-settings = {version = "^2.5.2", optional = true}
Expand Down

0 comments on commit ab65381

Please sign in to comment.