From 73849399f12eceffd7c05194041576a291450c82 Mon Sep 17 00:00:00 2001 From: FlyingFathead Date: Mon, 21 Oct 2024 18:52:45 +0300 Subject: [PATCH] `v0.75055` - html sanitizer fixes; beautifulsoup4, lxml --- README.md | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b6bea2..7345fe0 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ If you run into any issues, consult the logs or reach out on the repository's [I --- # Changelog -- v0.75055 - fixes to the html sanitizer (for Telegram's API; better handling of malformed html), using BeautifulSoup4 for parsing now +- v0.75055 - fixes to the html sanitizer (for Telegram's API; better handling of malformed html), using BeautifulSoup4+lxml for parsing now - v0.75054 - small fixes and more error catching in `calc_module.py` - v0.75053 - only include eligible territories in U.S. NWS queries - list of queried / eligible territories can be set in `config.ini` under the `NWS` section diff --git a/requirements.txt b/requirements.txt index e606025..15de439 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,7 @@ httpx>=0.25.2 langdetect>=1.0.9 matplotlib>=3.8.2 holidays>=0.49 +lxml>=5.2.2 nltk>=3.8.1 openai>=1.6.1 pydub>=0.25.1