Problem
README lists pydantic under Dynamic type checkers with a stale GitHub URL that GitHub 301-redirects to the current canonical repo.
Steps
curl -I https://github.com/samuelcolvin/pydantic
- Observe
HTTP/1.1 301 Moved Permanently and Location: https://github.com/pydantic/pydantic.
Expected
Link target: https://github.com/pydantic/pydantic (repo transferred to the pydantic org).
Actual
README.md line 37:
- [pydantic](https://github.com/samuelcolvin/pydantic) - Data parsing using Python type hinting. Supports dataclasses.
resolves via 301 redirect.
Environment
Repo master @ commit for README sha 3b9768133128bf929197279197ecdaa04458d927; verified 2026-07-04 with curl 8.x on Windows 11.
Thanks for maintaining typeddjango/awesome-python-typing!
Problem
README lists
pydanticunder Dynamic type checkers with a stale GitHub URL that GitHub 301-redirects to the current canonical repo.Steps
curl -I https://github.com/samuelcolvin/pydanticHTTP/1.1 301 Moved PermanentlyandLocation: https://github.com/pydantic/pydantic.Expected
Link target:
https://github.com/pydantic/pydantic(repo transferred to thepydanticorg).Actual
README.mdline 37:resolves via 301 redirect.
Environment
Repo master @ commit for README sha
3b9768133128bf929197279197ecdaa04458d927; verified 2026-07-04 withcurl8.x on Windows 11.Thanks for maintaining typeddjango/awesome-python-typing!