We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7f2df commit 5900c7cCopy full SHA for 5900c7c
2 files changed
docs-requirements.in
@@ -23,5 +23,5 @@ exceptiongroup >= 1.0.0rc9
23
immutables >= 0.6
24
25
# types used in annotations
26
-# TODO: for some reason bumping this fails docs build
+# TODO: fix support for importing typing-extensions
27
pyOpenSSL < 25.0.0
docs-requirements.txt
@@ -8,7 +8,7 @@ attrs==25.1.0
8
# outcome
9
babel==2.17.0
10
# via sphinx
11
-beautifulsoup4==4.13.3
+beautifulsoup4==4.12.3
12
# via sphinx-codeautolink
13
certifi==2025.1.31
14
# via requests
@@ -102,7 +102,5 @@ sphinxcontrib-trio==1.1.2
102
# via -r docs-requirements.in
103
towncrier==24.8.0
104
105
-typing-extensions==4.12.2
106
- # via beautifulsoup4
107
urllib3==2.3.0
108
0 commit comments