Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
fix: upgrade mwparsefromhell to solve memory leak (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaranto authored Sep 20, 2023
1 parent f548b5d commit 7c2d216
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.11.13]
* Force mwparserfromhell to use version older than 0.6.5 as there was a memory leak solved.
https://github.com/earwig/mwparserfromhell/pull/303

## [2.11.12]
* Switch yamlconf to wmf maintained fork.

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ more-itertools >= 7.2.0, < 7.2.999
mwapi >= 0.5.0, < 0.6.999
mwbase >= 0.1.4, < 0.1.999
mwtypes >= 0.2.0, < 0.3.999
mwparserfromhell >= 0.6.1, < 0.6.999
mwparserfromhell >= 0.6.5, < 0.6.999
mysqltsv >= 0.0.7, < 0.0.999
nltk >= 3.6.6
numpy >= 1.21.5, < 1.25.0
Expand Down
2 changes: 1 addition & 1 deletion revscoring/about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__name__ = "revscoring"
__version__ = "2.11.12"
__version__ = "2.11.13"
__author__ = "Aaron Halfaker"
__author_email__ = "[email protected]"
__description__ = ("A set of utilities for generating quality scores for" +
Expand Down

0 comments on commit 7c2d216

Please sign in to comment.