File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 111.0
22 1.0 will be a complete api overhaul
33
4+ 0.12.3
5+ * pin "BeautifulSoup4<4.15.0"
6+ * See `https://git.launchpad.net/beautifulsoup/tree/CHANGELOG`
7+ > 4.13.0 (20250202)
8+ > These things now give DeprecationWarnings when you try to use them,
9+ and are scheduled to be removed in Beautiful Soup 4.15.0.
10+ * fixes #47
11+
4120.12.2
513 * Support Python 3.13 via `legacy-cgi` package.
614 Thank you, https://github.com/Dryusdan.
Original file line number Diff line number Diff line change 2727 long_description = fp .read ()
2828
2929requires = [
30- "BeautifulSoup4" ,
30+ "BeautifulSoup4<4.15.0 " ,
3131 "requests>=2.19.1" ,
3232 "requests-toolbelt>=0.8.0" ,
3333]
Original file line number Diff line number Diff line change 4646# ==============================================================================
4747
4848
49- __VERSION__ = "0.12.2 "
49+ __VERSION__ = "0.12.3 "
5050
5151
5252# ------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments