Skip to content

Commit 6635180

Browse files
authored
requirements: Update xml_sitemap_writer to 0.6.0.
0.5.0 is incompatible with python 3.12 and more recent, with the following error observed in CI: ``` Traceback (most recent call last): File "/builds/gasche/types-chat-archive/zulip-archive/archive.py", line 52, in <module> from lib.sitemap import build_sitemap File "/builds/gasche/types-chat-archive/zulip-archive/lib/sitemap.py", line 4, in <module> from xml_sitemap_writer import XMLSitemap File "/root/.local/lib/python3.13/site-packages/xml_sitemap_writer.py", line 8, in <module> from typing.io import IO # pylint:disable=import-error ``` (The incompatibility is due to the removal of 'typing.io' in 3.12, see [here](Almenon/AREPL-vscode#416 (comment)) for some discussion.) I have checked manually that the zulip-archive works fine with xml_sitemap_writer 0.6.0, which supports python 3.12 and 3.13.
1 parent 5ff6072 commit 6635180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pyyaml==5.2
2-
xml-sitemap-writer==0.5.0
2+
xml-sitemap-writer==0.6.0
33
zulip==0.8.2

0 commit comments

Comments
 (0)