)]}'
{
  "commit": "ff1388356b0d47b6249dc606ae4ba521df54a06f",
  "tree": "e8bebc9d65a448f3b48aa2c528985436b966dd2c",
  "parents": [
    "ccf3141bbe85f1bd7396febe08ff367101826205"
  ],
  "author": {
    "name": "dependabot[bot]",
    "email": "49699333+dependabot[bot]@users.noreply.github.com",
    "time": "Tue Apr 15 17:40:02 2025 +0900"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Tue Apr 15 08:40:02 2025 +0000"
  },
  "message": "build(deps): bump typing-extensions from 4.12.2 to 4.13.2 in /docs (#2776)\n\nBumps [typing-extensions](https://github.com/python/typing_extensions)\nfrom 4.12.2 to 4.13.2.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca\nhref\u003d\"https://github.com/python/typing_extensions/releases\"\u003etyping-extensions\u0027s\nreleases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e4.13.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix \u003ccode\u003eTypeError\u003c/code\u003e when taking the union of\n\u003ccode\u003etyping_extensions.TypeAliasType\u003c/code\u003e and a\n\u003ccode\u003etyping.TypeAliasType\u003c/code\u003e on Python 3.12 and 3.13.\nPatch by \u003ca href\u003d\"https://github.com/jorenham\"\u003eJoren\nHammudoglu\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eBackport from CPython PR \u003ca\nhref\u003d\"https://redirect.github.com/python/cpython/pull/132160\"\u003e#132160\u003c/a\u003e\nto avoid having user arguments shadowed in generated\n\u003ccode\u003e__new__\u003c/code\u003e by\n\u003ccode\u003e@typing_extensions.deprecated\u003c/code\u003e.\nPatch by \u003ca href\u003d\"https://github.com/Viicos\"\u003eVictorien Plot\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.13.1\u003c/h2\u003e\n\u003cp\u003eThis is a bugfix release fixing two edge cases that appear on old\nbugfix releases of CPython.\u003c/p\u003e\n\u003cp\u003eBugfixes:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eFix regression in 4.13.0 on Python 3.10.2 causing a\n\u003ccode\u003eTypeError\u003c/code\u003e when using \u003ccode\u003eConcatenate\u003c/code\u003e.\nPatch by \u003ca href\u003d\"https://github.com/Daraan\"\u003eDaraan\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eFix \u003ccode\u003eTypeError\u003c/code\u003e when using\n\u003ccode\u003eevaluate_forward_ref\u003c/code\u003e on Python 3.10.1-2 and 3.9.8-10.\nPatch by \u003ca href\u003d\"https://github.com/Daraan\"\u003eDaraan\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.13.0\u003c/h2\u003e\n\u003cp\u003eNew features:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003etyping_extensions.TypeForm\u003c/code\u003e from PEP 747. Patch by\nJelle Zijlstra.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003etyping_extensions.get_annotations\u003c/code\u003e, a backport of\n\u003ccode\u003einspect.get_annotations\u003c/code\u003e that adds features specified\nby PEP 649. Patches by Jelle Zijlstra and Alex Waygood.\u003c/li\u003e\n\u003cli\u003eBackport \u003ccode\u003eevaluate_forward_ref\u003c/code\u003e from CPython PR\n\u003ca\nhref\u003d\"https://redirect.github.com/python/cpython/pull/119891\"\u003e#119891\u003c/a\u003e\nto evaluate \u003ccode\u003eForwardRef\u003c/code\u003es.\nPatch by \u003ca href\u003d\"https://github.com/Daraan\"\u003eDaraan\u003c/a\u003e, backporting a\nCPython PR by Jelle Zijlstra.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eBugfixes and changed features:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate PEP 728 implementation to a newer version of the PEP. Patch\nby Jelle Zijlstra.\u003c/li\u003e\n\u003cli\u003eCopy the coroutine status of functions and methods wrapped\nwith \u003ccode\u003e@typing_extensions.deprecated\u003c/code\u003e. Patch by Sebastian\nRittau.\u003c/li\u003e\n\u003cli\u003eFix bug where \u003ccode\u003eTypeAliasType\u003c/code\u003e instances could be\nsubscripted even\nwhere they were not generic. Patch by \u003ca\nhref\u003d\"https://github.com/Daraan\"\u003eDaraan\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eFix bug where a subscripted \u003ccode\u003eTypeAliasType\u003c/code\u003e instance did\nnot have all\nattributes of the original \u003ccode\u003eTypeAliasType\u003c/code\u003e instance on older\nPython versions.\nPatch by \u003ca href\u003d\"https://github.com/Daraan\"\u003eDaraan\u003c/a\u003e and Alex\nWaygood.\u003c/li\u003e\n\u003cli\u003eFix bug where subscripted \u003ccode\u003eTypeAliasType\u003c/code\u003e instances (and\nsome other\nsubscripted objects) had wrong parameters if they were directly\nsubscripted with an \u003ccode\u003eUnpack\u003c/code\u003e object.\nPatch by \u003ca href\u003d\"https://github.com/Daraan\"\u003eDaraan\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eBackport to Python 3.10 the ability to substitute \u003ccode\u003e...\u003c/code\u003e\nin generic \u003ccode\u003eCallable\u003c/code\u003e\naliases that have a \u003ccode\u003eConcatenate\u003c/code\u003e special form as their\nargument.\nPatch by \u003ca href\u003d\"https://github.com/Daraan\"\u003eDaraan\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eExtended the \u003ccode\u003eConcatenate\u003c/code\u003e backport for Python 3.8-3.10\nto now accept\n\u003ccode\u003eEllipsis\u003c/code\u003e as an argument. Patch by \u003ca\nhref\u003d\"https://github.com/Daraan\"\u003eDaraan\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eFix backport of \u003ccode\u003eget_type_hints\u003c/code\u003e to reflect Python 3.11+\nbehavior which does not add\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca\nhref\u003d\"https://github.com/python/typing_extensions/blob/main/CHANGELOG.md\"\u003etyping-extensions\u0027s\nchangelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eRelease 4.13.2 (April 10, 2025)\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eFix \u003ccode\u003eTypeError\u003c/code\u003e when taking the union of\n\u003ccode\u003etyping_extensions.TypeAliasType\u003c/code\u003e and a\n\u003ccode\u003etyping.TypeAliasType\u003c/code\u003e on Python 3.12 and 3.13.\nPatch by \u003ca href\u003d\"https://github.com/jorenham\"\u003eJoren\nHammudoglu\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eBackport from CPython PR \u003ca\nhref\u003d\"https://redirect.github.com/python/cpython/pull/132160\"\u003e#132160\u003c/a\u003e\nto avoid having user arguments shadowed in generated\n\u003ccode\u003e__new__\u003c/code\u003e by\n\u003ccode\u003e@typing_extensions.deprecated\u003c/code\u003e.\nPatch by \u003ca href\u003d\"https://github.com/Viicos\"\u003eVictorien Plot\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease 4.13.1 (April 3, 2025)\u003c/h1\u003e\n\u003cp\u003eBugfixes:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eFix regression in 4.13.0 on Python 3.10.2 causing a\n\u003ccode\u003eTypeError\u003c/code\u003e when using \u003ccode\u003eConcatenate\u003c/code\u003e.\nPatch by \u003ca href\u003d\"https://github.com/Daraan\"\u003eDaraan\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eFix \u003ccode\u003eTypeError\u003c/code\u003e when using\n\u003ccode\u003eevaluate_forward_ref\u003c/code\u003e on Python 3.10.1-2 and 3.9.8-10.\nPatch by \u003ca href\u003d\"https://github.com/Daraan\"\u003eDaraan\u003c/a\u003e.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch1\u003eRelease 4.13.0 (March 25, 2025)\u003c/h1\u003e\n\u003cp\u003eNo user-facing changes since 4.13.0rc1.\u003c/p\u003e\n\u003ch1\u003eRelease 4.13.0rc1 (March 18, 2025)\u003c/h1\u003e\n\u003cp\u003eNew features:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003etyping_extensions.TypeForm\u003c/code\u003e from PEP 747. Patch by\nJelle Zijlstra.\u003c/li\u003e\n\u003cli\u003eAdd \u003ccode\u003etyping_extensions.get_annotations\u003c/code\u003e, a backport of\n\u003ccode\u003einspect.get_annotations\u003c/code\u003e that adds features specified\nby PEP 649. Patches by Jelle Zijlstra and Alex Waygood.\u003c/li\u003e\n\u003cli\u003eBackport \u003ccode\u003eevaluate_forward_ref\u003c/code\u003e from CPython PR\n\u003ca\nhref\u003d\"https://redirect.github.com/python/cpython/pull/119891\"\u003e#119891\u003c/a\u003e\nto evaluate \u003ccode\u003eForwardRef\u003c/code\u003es.\nPatch by \u003ca href\u003d\"https://github.com/Daraan\"\u003eDaraan\u003c/a\u003e, backporting a\nCPython PR by Jelle Zijlstra.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eBugfixes and changed features:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate PEP 728 implementation to a newer version of the PEP. Patch\nby Jelle Zijlstra.\u003c/li\u003e\n\u003cli\u003eCopy the coroutine status of functions and methods wrapped\nwith \u003ccode\u003e@typing_extensions.deprecated\u003c/code\u003e. Patch by Sebastian\nRittau.\u003c/li\u003e\n\u003cli\u003eFix bug where \u003ccode\u003eTypeAliasType\u003c/code\u003e instances could be\nsubscripted even\nwhere they were not generic. Patch by \u003ca\nhref\u003d\"https://github.com/Daraan\"\u003eDaraan\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eFix bug where a subscripted \u003ccode\u003eTypeAliasType\u003c/code\u003e instance did\nnot have all\nattributes of the original \u003ccode\u003eTypeAliasType\u003c/code\u003e instance on older\nPython versions.\nPatch by \u003ca href\u003d\"https://github.com/Daraan\"\u003eDaraan\u003c/a\u003e and Alex\nWaygood.\u003c/li\u003e\n\u003cli\u003eFix bug where subscripted \u003ccode\u003eTypeAliasType\u003c/code\u003e instances (and\nsome other\nsubscripted objects) had wrong parameters if they were directly\nsubscripted with an \u003ccode\u003eUnpack\u003c/code\u003e object.\nPatch by \u003ca href\u003d\"https://github.com/Daraan\"\u003eDaraan\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eBackport to Python 3.10 the ability to substitute \u003ccode\u003e...\u003c/code\u003e\nin generic \u003ccode\u003eCallable\u003c/code\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/python/typing_extensions/commit/4525e9dbbd177b4ef8a84f55ff5fe127582a071d\"\u003e\u003ccode\u003e4525e9d\u003c/code\u003e\u003c/a\u003e\nPrepare release 4.13.2 (\u003ca\nhref\u003d\"https://redirect.github.com/python/typing_extensions/issues/583\"\u003e#583\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/python/typing_extensions/commit/88a0c200ceb0ccfe4329d3db8a1a863a2381e44c\"\u003e\u003ccode\u003e88a0c20\u003c/code\u003e\u003c/a\u003e\nDo not shadow user arguments in generated \u003ccode\u003e__new__\u003c/code\u003e by\n\u003ccode\u003e@deprecated\u003c/code\u003e (\u003ca\nhref\u003d\"https://redirect.github.com/python/typing_extensions/issues/581\"\u003e#581\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/python/typing_extensions/commit/281d7b0ca6edad384e641d1066b759c280602919\"\u003e\u003ccode\u003e281d7b0\u003c/code\u003e\u003c/a\u003e\nAdd 3rd party tests for litestar (\u003ca\nhref\u003d\"https://redirect.github.com/python/typing_extensions/issues/578\"\u003e#578\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/python/typing_extensions/commit/8092c3996f4902ad9c74ac2d1d8dd19371ecbaa3\"\u003e\u003ccode\u003e8092c39\u003c/code\u003e\u003c/a\u003e\nfix \u003ccode\u003eTypeAliasType\u003c/code\u003e union with\n\u003ccode\u003etyping.TypeAliasType\u003c/code\u003e (\u003ca\nhref\u003d\"https://redirect.github.com/python/typing_extensions/issues/575\"\u003e#575\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/python/typing_extensions/commit/45a8847aad979d2f1f7dff075ac52df5df7b7adb\"\u003e\u003ccode\u003e45a8847\u003c/code\u003e\u003c/a\u003e\nPrepare release 4.13.1 (\u003ca\nhref\u003d\"https://redirect.github.com/python/typing_extensions/issues/573\"\u003e#573\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/python/typing_extensions/commit/f264e58146479d2d8456dd6e660d785dc07d6f26\"\u003e\u003ccode\u003ef264e58\u003c/code\u003e\u003c/a\u003e\nMove CI to \u0026quot;ubuntu-latest\u0026quot; (round 2) (\u003ca\nhref\u003d\"https://redirect.github.com/python/typing_extensions/issues/570\"\u003e#570\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/python/typing_extensions/commit/5ce0e69b20992f8bf410849a31381cd656e3eb6b\"\u003e\u003ccode\u003e5ce0e69\u003c/code\u003e\u003c/a\u003e\nFix TypeError with evaluate_forward_ref on some 3.10 and 3.9 versions\n(\u003ca\nhref\u003d\"https://redirect.github.com/python/typing_extensions/issues/558\"\u003e#558\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/python/typing_extensions/commit/304f5cb17d709950ece3e9c84a76174bf7405b90\"\u003e\u003ccode\u003e304f5cb\u003c/code\u003e\u003c/a\u003e\nAdd SQLAlchemy to third-party daily tests (\u003ca\nhref\u003d\"https://redirect.github.com/python/typing_extensions/issues/561\"\u003e#561\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/python/typing_extensions/commit/ebe2b9405c493749429de6c82c8daddd1107c9e2\"\u003e\u003ccode\u003eebe2b94\u003c/code\u003e\u003c/a\u003e\nFix duplicated keywords for typing._ConcatenateGenericAlias in 3.10.2\n(\u003ca\nhref\u003d\"https://redirect.github.com/python/typing_extensions/issues/557\"\u003e#557\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca\nhref\u003d\"https://github.com/python/typing_extensions/commit/9f93d6fb752698504d80b1ed0c73b0a2a9d0cff6\"\u003e\u003ccode\u003e9f93d6f\u003c/code\u003e\u003c/a\u003e\nAdd intersphinx links for 3.13 typing features (\u003ca\nhref\u003d\"https://redirect.github.com/python/typing_extensions/issues/550\"\u003e#550\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca\nhref\u003d\"https://github.com/python/typing_extensions/compare/4.12.2...4.13.2\"\u003ecompare\nview\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name\u003dtyping-extensions\u0026package-manager\u003dpip\u0026previous-version\u003d4.12.2\u0026new-version\u003d4.13.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don\u0027t\nalter it yourself. You can also trigger a rebase manually by commenting\n`@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits\nthat have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after\nyour CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge\nand block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating\nit. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all\nof the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop\nDependabot creating any more for this major version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop\nDependabot creating any more for this minor version (unless you reopen\nthe PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop\nDependabot creating any more for this dependency (unless you reopen the\nPR or upgrade to it yourself)\n\n\n\u003c/details\u003e\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "8d1cbabffc9d8f7841058f44abe5aa864a722858",
      "old_mode": 33188,
      "old_path": "docs/requirements.txt",
      "new_id": "e2fb59565aa84401a522892a06db1cc040d4be98",
      "new_mode": 33188,
      "new_path": "docs/requirements.txt"
    }
  ]
}
