File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 22Release notes
33=============
44
5+ 0.6.0 (unreleased)
6+ ==================
7+
8+ | Extended easy intersphinx configuration to:
9+ | `pydantic <https://docs.pydantic.dev/latest/>`_
10+
11+
5120.5.0 (2025-09-16)
613==================
714
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Features
3939 | `lxml <https://lxml.de/apidoc/>`_
4040 | `packaging <https://packaging.pypa.io/en/stable/>`_
4141 | `parsel <https://parsel.readthedocs.io/en/latest/>`_
42+ | `pydantic <https://docs.pydantic.dev/latest/>`_
4243 | `pytest <https://docs.pytest.org/en/stable/>`_
4344 | `python-scrapinghub <https://python-scrapinghub.readthedocs.io/en/latest/>`_
4445 | `python-zyte-api <https://python-zyte-api.readthedocs.io/en/stable/>`_
Original file line number Diff line number Diff line change 1414 "lxml" : ("https://lxml.de/apidoc/" , None ),
1515 "packaging" : ("https://packaging.pypa.io/en/stable/" , None ),
1616 "parsel" : ("https://parsel.readthedocs.io/en/latest/" , None ),
17+ "pydantic" : ("https://docs.pydantic.dev/latest/" , None ),
1718 "pytest" : ("https://docs.pytest.org/en/stable/" , None ),
1819 "python" : ("https://docs.python.org/3" , None ),
1920 "python-scrapinghub" : (
You can’t perform that action at this time.
0 commit comments