Skip to content

Commit a7e7eda

Browse files
committed
⬇️((project) downgrade minimum version of importlib-metadata
To stay compatible with Python 3.8, downgrading minimum version required for `importlib-metadata`.
1 parent a06be19 commit a7e7eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ keywords = ["LRS", "Analytics", "xAPI", "Open edX"]
3030
dependencies = [
3131
# By default, we only consider core dependencies required to use Ralph as a
3232
# library (mostly models).
33-
"importlib-metadata>=8.7, <8.8",
33+
"importlib-metadata>=8.5, <8.8",
3434
"langcodes>=3.2.0",
3535
"pydantic[email]>=2.5.3,<3.0",
3636
"pydantic_settings>=2.1.0,<3.0",

0 commit comments

Comments
 (0)