Bump charset-normalizer from 3.3.2 to 3.4.0
Bumps charset-normalizer from 3.3.2 to 3.4.0.
Release notes
Sourced from charset-normalizer's releases.
Version 3.4.0
🚀 charset-normalizer is raising awareness around HTTP/2, and HTTP/3!Did you know that Internet Explorer 11 shipped with an optional HTTP/2 support back in 2013? also libcurl did ship it in 2014[...] All of this while our community is still struggling to make a firm advancement in HTTP clients. Now, many of you use Requests as the defacto http client, now, and for many years now, Requests has been frozen. Being left in a vegetative state and not evolving, this blocked millions of developers from using more advanced features.
We promptly invite Python developers to look at the drop-in replacement for Requests, namely Niquests. It leverage charset-normalizer in a better way! Check it out, you will be positively surprised! Don't wait another decade.
We are thankful to
@microsoft
and involved parties for funding our work through the Microsoft FOSS Fund program.3.4.0 (2024-10-08)
Added
- Argument
--no-preemptive
in the CLI to prevent the detector to search for hints.- Support for Python 3.13 (#512)
Fixed
- Relax the TypeError exception thrown when trying to compare a CharsetMatch with anything else than a CharsetMatch.
- Improved the general reliability of the detector based on user feedbacks. (#520) (#509) (#498) (#407) (#537)
- Declared charset in content (preemptive detection) not changed when converting to utf-8 bytes. (#381)
Changelog
Sourced from charset-normalizer's changelog.
3.4.0 (2024-10-08)
Added
- Argument
--no-preemptive
in the CLI to prevent the detector to search for hints.- Support for Python 3.13 (#512)
Fixed
- Relax the TypeError exception thrown when trying to compare a CharsetMatch with anything else than a CharsetMatch.
- Improved the general reliability of the detector based on user feedbacks. (#520) (#509) (#498) (#407) (#537)
- Declared charset in content (preemptive detection) not changed when converting to utf-8 bytes. (#381)
Commits
-
f3118e3
🔧 change download/upload artifact version to last working version -
33e67e8
🔧 set compile-generator in generator_generic_slsa3 action -
73dd24c
🔧 add explicit build deps to setuptools -
78f1e9b
🔧 attempt to fix cd.yml *3 -
56ae702
🔧 attempt to fix cd.yml *2 -
9720055
🔧 attempt to fix cd.yml (macos part) -
1e10d06
Update CHANGELOG.md -
36c103a
🔖 Release 3.4.0 (#545) -
7658dfc
⬆ Bump github/codeql-action from 3.26.11 to 3.26.12 (#544) -
ca2535d
⬆ Bump github/codeql-action from 3.26.9 to 3.26.11 (#542) - Additional commits viewable in compare view