Skip to content

Commit 5900c7c

Browse files
authored
Delay including typing-extensions
1 parent aa7f2df commit 5900c7c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ exceptiongroup >= 1.0.0rc9
2323
immutables >= 0.6
2424

2525
# types used in annotations
26-
# TODO: for some reason bumping this fails docs build
26+
# TODO: fix support for importing typing-extensions
2727
pyOpenSSL < 25.0.0

docs-requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ attrs==25.1.0
88
# outcome
99
babel==2.17.0
1010
# via sphinx
11-
beautifulsoup4==4.13.3
11+
beautifulsoup4==4.12.3
1212
# via sphinx-codeautolink
1313
certifi==2025.1.31
1414
# via requests
@@ -102,7 +102,5 @@ sphinxcontrib-trio==1.1.2
102102
# via -r docs-requirements.in
103103
towncrier==24.8.0
104104
# via -r docs-requirements.in
105-
typing-extensions==4.12.2
106-
# via beautifulsoup4
107105
urllib3==2.3.0
108106
# via requests

0 commit comments

Comments
 (0)