Skip to content

Commit

Permalink
Merge pull request #81 from laws-africa/lxml-5
Browse files Browse the repository at this point in the history
lxml >= 5 is officially supported
  • Loading branch information
longhotsummer authored Dec 9, 2024
2 parents 2955b9c + b962206 commit f6fcad4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cobalt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]
dependencies = [
"iso8601 >= 0.1",
"lxml>=3.4.1,<5.0.0",
"lxml>=3.4.1",
]
dynamic = ["version"]

Expand Down

0 comments on commit f6fcad4

Please sign in to comment.