Skip to content

Commit

Permalink
Update hugedict to 2.12.0 to fix rocksdb loader error (affect `enti…
Browse files Browse the repository at this point in the history
…ty_labels` database)
  • Loading branch information
Binh Vu committed Mar 8, 2024
1 parent 76d3fee commit e3fc615
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# CHANGE LOG

## [6.5.1]
## [6.5.2] (2024-03-08)

### Fixed

- Update hugedict to `2.12.0` to fix rocksdb loader error (affect `entity_labels` database)

## [6.5.1] (2024-03-08)

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kgdata"
version = "6.5.1"
version = "6.5.2"
description = "Library to process dumps of knowledge graphs (Wikipedia, DBpedia, Wikidata)"
readme = "README.md"
authors = [{ name = "Binh Vu", email = "[email protected]" }]
Expand Down Expand Up @@ -28,7 +28,7 @@ dependencies = [
'sem-desc >= 6.7.2, < 7.0.0',
'click >= 8.1.3, < 9.0.0',
'parsimonious >= 0.8.1, < 0.9.0',
'hugedict >= 2.12.5, < 3.0.0',
'hugedict >= 2.12.10, < 3.0.0',
'rsoup >= 3.1.7, < 4.0.0',
'lxml >= 4.9.0, < 5.0.0',
'ray >= 2.0.1, < 3.0.0',
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ dbpedia_db entity_redirections
# wikidata_db classes
# wikidata_db properties
# wikidata_db entities
# wikidata_db entity_labels
wikidata_db entity_labels
# wikidata_db entity_metadata
# wikidata_db entity_types
# wikidata_db entity_outlinks
Expand Down

0 comments on commit e3fc615

Please sign in to comment.