From 538de6a51ea19f8d3918ac77299dcc7e10ed9f35 Mon Sep 17 00:00:00 2001 From: Greg Kempe Date: Mon, 9 Dec 2024 14:03:33 +0200 Subject: [PATCH 1/2] lxml >= 5 is officially supported --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d1848b..26c48f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] dependencies = [ "iso8601 >= 0.1", - "lxml>=3.4.1,<5.0.0", + "lxml>=3.4.1", ] dynamic = ["version"] From b962206f8b7c078226631017277d0caf0c217f45 Mon Sep 17 00:00:00 2001 From: Greg Kempe Date: Mon, 9 Dec 2024 14:05:28 +0200 Subject: [PATCH 2/2] v9.0.1 --- cobalt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobalt/__init__.py b/cobalt/__init__.py index caeba1c..cae7f64 100644 --- a/cobalt/__init__.py +++ b/cobalt/__init__.py @@ -8,7 +8,7 @@ from .portion import PortionStructure, Portion from .uri import FrbrUri -__version__ = '9.0.0' +__version__ = '9.0.1' __all__ = [ 'Act', 'AkomaNtosoDocument', 'Amendment', 'AmendmentEvent', 'AmendmentList', 'AmendmentStructure',