Open Kagee opened 3 years ago
misp-modules has a versioned dependency on chardet 3.0.4 https://github.com/MISP/misp-modules/blob/main/REQUIREMENTS#L30
faup added chardet as a unversioned dependency stricaud/faup@b5c82fb a couple of daus ago, so it defaults to 4.0.0.
A quick read-through of https://github.com/chardet/chardet/releases/tag/4.0.0 indicated that there were no API changes, so misp-modules could in theory swap to 4.0.0?
Example of where this breaks: https://github.com/coolacid/docker-misp/issues/121
A followup on this - suggest bumping aiohttp to 3.7.4.post0 so that it can use chardet 4.0.0.
Thismay be fixed in master but not in a tagged version yet.
https://github.com/MISP/misp-modules/commit/05578b6a0dea60f2e904dff4d2806591fb976083
misp-modules has a versioned dependency on chardet 3.0.4 https://github.com/MISP/misp-modules/blob/main/REQUIREMENTS#L30
faup added chardet as a unversioned dependency stricaud/faup@b5c82fb a couple of daus ago, so it defaults to 4.0.0.
A quick read-through of https://github.com/chardet/chardet/releases/tag/4.0.0 indicated that there were no API changes, so misp-modules could in theory swap to 4.0.0?
Example of where this breaks: https://github.com/coolacid/docker-misp/issues/121