Skip to content

Commit

Permalink
Upgrade importlib-metadata to 7.2.1 for compatibility with ralph-malp…
Browse files Browse the repository at this point in the history
…h==5.0.1
  • Loading branch information
Badatos committed Dec 2, 2024
1 parent 14c3457 commit ff15569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pod/xapi/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""
To use Ralph:
pip3 install ralph-malph==3.3.0
pip3 install ralph-malph==5.0.1
from ralph.models.xapi.fields.actors import AccountActorField
from ralph.models.xapi.video.statements import VideoPlayed
actor = AccountActorField(
Expand Down
2 changes: 1 addition & 1 deletion requirements-conteneur.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r ./requirements-dev.txt
importlib-metadata==4.13.0
importlib-metadata==7.2.1

0 comments on commit ff15569

Please sign in to comment.