Trim21
Trim21
fix https://github.com/go-task/task/issues/1605 suppress https://github.com/go-task/task/pull/1608 add lock to all ordered map
# Pull Request Check List Resolves: https://github.com/python-poetry/poetry/issues/1488 again - [x] Added **tests** for changed code. - [ ] Updated **documentation** for changed code. https://github.com/python-poetry/poetry/issues/1488 once be fixed but it's broken...
# Summary ref: https://github.com/encode/httpx/issues/3170 bytes as query string are supported by url spec but not httpx, this PR add support for bytes query value types. it also fix a `QueryParams`...
close https://github.com/pypa/hatch/issues/1419 support updateing version with `hatch version ...` command. It need tomlkit to keep toml file style, so it's not supported by hatchling
```text $ hatch version a Old: 0.1.1 New: 0.1.1a0 ``` Is this expected? It didn't upgrade `0.1.1` to `0.1.2a0`, but `0.1.1a0`. `0.1.1a0` is lower than `0.1.1`.
### Bug description `/opt/hostedtoolcache/Python/3.11.9/x64/bin/python3 -m aqt install-src linux 6.5.* --outputdir /home/runner/work/actions-cron/Qt --archives qtbase` fall to run becase aqt think target is `"None"` but document says it's deprecated and its value...
I'm trying to install qt src and it raise a error `ValueError: Target 'None' is invalid` I'm not sure is this a bug of this actions or it's a bug...
BREAKING CHANGE: replace `requests` with `urllib3`, now `client.timeout` is a `urllib3.Timeout` instance.
in new version of docutils it's `rst2html` instead of `rst2html.py` https://github.com/docutils/docutils/blob/ff0b419256d6b7bfdd4363dd078c2255701de605/docutils/pyproject.toml#L91 ```toml [project.scripts] docutils = "docutils.__main__:main" rst2html = "docutils.core:rst2html" ```