Skip to content

Commit 7384939

Browse files
committed
v0.75055 - html sanitizer fixes; beautifulsoup4, lxml
1 parent 8c5d8d8 commit 7384939

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ If you run into any issues, consult the logs or reach out on the repository's [I
236236
---
237237

238238
# Changelog
239-
- v0.75055 - fixes to the html sanitizer (for Telegram's API; better handling of malformed html), using BeautifulSoup4 for parsing now
239+
- v0.75055 - fixes to the html sanitizer (for Telegram's API; better handling of malformed html), using BeautifulSoup4+lxml for parsing now
240240
- v0.75054 - small fixes and more error catching in `calc_module.py`
241241
- v0.75053 - only include eligible territories in U.S. NWS queries
242242
- list of queried / eligible territories can be set in `config.ini` under the `NWS` section

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ httpx>=0.25.2
77
langdetect>=1.0.9
88
matplotlib>=3.8.2
99
holidays>=0.49
10+
lxml>=5.2.2
1011
nltk>=3.8.1
1112
openai>=1.6.1
1213
pydub>=0.25.1

0 commit comments

Comments
 (0)