Skip to content

Commit f22422c

Browse files
authored
Update pyecma376-2 and lxml lib versions (#419)
The current version of `lxml>=4.2,<5` fails on modern Debian 13 machines, as there is a dependency conflict with a base library. This adapts both `lxml` and `pyecma376-2` versions to work with the new Linux base libraries. Fixes #417
1 parent 863f90f commit f22422c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ classifiers = [
3636
]
3737
requires-python = ">=3.9"
3838
dependencies = [
39-
"lxml>=5.3",
39+
"lxml>=6.0.2",
4040
"python-dateutil>=2.8,<3",
41-
"pyecma376-2>=1.0.1"
41+
"pyecma376-2>=1.0.2"
4242
]
4343

4444
[project.optional-dependencies]

0 commit comments

Comments
 (0)