pydantic-aioredis
pydantic-aioredis copied to clipboard
build(deps): bump poetry from 1.5.1 to 1.8.2 in /docs
Bumps poetry from 1.5.1 to 1.8.2.
Release notes
Sourced from poetry's releases.
1.8.2
Fixed
- Harden
lazy-wheelerror handling if the index server is behaving badly in an unexpected way (#9051).- Improve
lazy-wheelerror handling if the index server does not handle HTTP range requests correctly (#9082).- Improve
lazy-wheelerror handling if the index server pretends to support HTTP range requests but does not respect them (#9084).- Improve
lazy-wheelto allow redirects for HEAD requests (#9087).- Improve debug logging for
lazy-wheelerrors (#9059).- Fix an issue where the hash of a metadata file could not be calculated correctly due to an encoding issue (#9048).
- Fix an issue where
poetry addfailed in non-package mode if no project name was set (#9046).- Fix an issue where a hint to non-package mode was not compliant with the final name of the setting (#9073).
1.8.1
Fixed
- Update the minimum required version of
packaging(#9031).- Handle unexpected responses from servers that do not support HTTP range requests with negative offsets more robust (#9030).
Docs
- Rename
masterbranch tomain(#9022).1.8.0
Added
- Add a
non-packagemode for use cases where Poetry is only used for dependency management (#8650).- Add support for PEP 658 to fetch metadata without having to download wheels (#5509).
- Add a
lazy-wheelconfig option (default:true) to reduce wheel downloads during dependency resolution (#8815, #8941).- Improve performance of dependency resolution by using shallow copies instead of deep copies (#8671).
poetry checkvalidates that no unknown sources are referenced in dependencies (#8709).- Add archive validation during installation for further hash algorithms (#8851).
- Add a
tokey intool.poetry.packagesto allow custom subpackage names (#8791).- Add a config option to disable
keyring(#8910).- Add a
--syncoption topoetry update(#8931).- Add an
--outputoption topoetry build(#8828).- Add a
--dist-diroption topoetry publish(#8828).Changed
- The implicit PyPI source is disabled if at least one primary source is configured (#8771).
- Deprecate source priority
default(#8771).- Upgrade the warning about an inconsistent lockfile to an error (#8737).
- Deprecate setting
installer.modern-installationtofalse(#8988).- Drop support for
pip<19(#8894).- Require
requests-toolbelt>=1(#8680).- Allow
platformdirs4.x (#8668).- Allow and require
xattr1.x on macOS (#8801).- Improve venv shell activation in
fish(#8804).- Rename
systemtobasein output ofpoetry env info(#8832).- Use pretty name in output of
poetry version(#8849).
... (truncated)
Changelog
Sourced from poetry's changelog.
[1.8.2] - 2024-03-02
Fixed
- Harden
lazy-wheelerror handling if the index server is behaving badly in an unexpected way (#9051).- Improve
lazy-wheelerror handling if the index server does not handle HTTP range requests correctly (#9082).- Improve
lazy-wheelerror handling if the index server pretends to support HTTP range requests but does not respect them (#9084).- Improve
lazy-wheelto allow redirects for HEAD requests (#9087).- Improve debug logging for
lazy-wheelerrors (#9059).- Fix an issue where the hash of a metadata file could not be calculated correctly due to an encoding issue (#9048).
- Fix an issue where
poetry addfailed in non-package mode if no project name was set (#9046).- Fix an issue where a hint to non-package mode was not compliant with the final name of the setting (#9073).
[1.8.1] - 2024-02-26
Fixed
- Update the minimum required version of
packaging(#9031).- Handle unexpected responses from servers that do not support HTTP range requests with negative offsets more robust (#9030).
Docs
- Rename
masterbranch tomain(#9022).[1.8.0] - 2024-02-25
Added
- Add a
non-packagemode for use cases where Poetry is only used for dependency management (#8650).- Add support for PEP 658 to fetch metadata without having to download wheels (#5509).
- Add a
lazy-wheelconfig option (default:true) to reduce wheel downloads during dependency resolution (#8815, #8941).- Improve performance of dependency resolution by using shallow copies instead of deep copies (#8671).
poetry checkvalidates that no unknown sources are referenced in dependencies (#8709).- Add archive validation during installation for further hash algorithms (#8851).
- Add a
tokey intool.poetry.packagesto allow custom subpackage names (#8791).- Add a config option to disable
keyring(#8910).- Add a
--syncoption topoetry update(#8931).- Add an
--outputoption topoetry build(#8828).- Add a
--dist-diroption topoetry publish(#8828).Changed
- The implicit PyPI source is disabled if at least one primary source is configured (#8771).
- Deprecate source priority
default(#8771).- Upgrade the warning about an inconsistent lockfile to an error (#8737).
- Deprecate setting
installer.modern-installationtofalse(#8988).- Drop support for
pip<19(#8894).
... (truncated)
Commits
c3e22d6release: bump version to 1.8.270d4f58Improve error message when installing non-package in package-mode03f3232Hash metadata as bytes (#9049)33b7618lazy-wheel: allow redirects for HEAD request58995delazy-wheel: improve handling of servers that tell us that they support range ...d8afecblazy-wheel: be more robust with regard to Artifactory's incorrect handling of...3e43146repo/http: add debug log for lazy wheel errorf2bfacbharden lazy wheel wheel error handling304c54anon-package-mode: fixpoetry add(#9046)78f7dd6release: bump version to 1.8.1- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot will merge this PR once CI passes on it, as requested by @andrewthetechie.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
One of your CI runs failed on this pull request, so Dependabot won't merge it.
Dependabot will still automatically merge this pull request if you amend it and your tests pass.
@dependabot recreate