Sourced from pipenv's releases.
Release v2023.11.15
What's Changed
- Treat all return paths of this method as strings by
@matteius
in pypa/pipenv#6017Full Changelog: https://github.com/pypa/pipenv/compare/v2023.11.14...v2023.11.15
Release v2023.11.14
What's Changed
- Restore this code that should prevent the string has no attribute update bug. by
@matteius
in pypa/pipenv#6007- Pass through pipfile index urls when creating https session so that keyring fully works by
@mungojam
in pypa/pipenv#5994- Fix issue-6011 direct file url path by
@matteius
in pypa/pipenv#6012- Ignore existing venv dir when PIPENV_VENV_IN_PROJECT is false by
@arnaud-dezandee
in pypa/pipenv#6009- Assume that vcs and direct URL installs need to be reinstalled by
@matteius
in pypa/pipenv#5936New Contributors
@arnaud-dezandee
made their first contribution in pypa/pipenv#6009Full Changelog: https://github.com/pypa/pipenv/compare/v2023.10.24...v2023.11.14
Sourced from pipenv's changelog.
2023.11.15 (2023-11-15)
Pipenv 2023.11.15 (2023-11-15)
Bug Fixes
- Fix regression with path installs on most recent release
2023.11.14
[#6017](https://github.com/pypa/pipenv/issues/6017) <https://github.com/pypa/pipenv/issues/6017>
_2023.11.14 (2023-11-14)
Pipenv 2023.11.14 (2023-11-14)
Behavior Changes
- pipenv now ignores existing venv dir when
PIPENV_VENV_IN_PROJECT
is false.[#6009](https://github.com/pypa/pipenv/issues/6009) <https://github.com/pypa/pipenv/issues/6009>
_Bug Fixes
- Assume the vcs and direct URL installs need to be reinstalled.
[#5936](https://github.com/pypa/pipenv/issues/5936) <https://github.com/pypa/pipenv/issues/5936>
_- Pass through pipfile index urls when creating https session so that keyring fully works
[#5994](https://github.com/pypa/pipenv/issues/5994) <https://github.com/pypa/pipenv/issues/5994>
_- Fix Using dependencies from a URL fails on Windows.
[#6011](https://github.com/pypa/pipenv/issues/6011) <https://github.com/pypa/pipenv/issues/6011>
_
7ec8fee
Release v2023.11.1585ba107
Treat all return paths of this method as strings (#6017)acbcdcc
Bumped version.ff5cbbb
Release v2023.11.1455258f7
Assume that vcs and direct URL installs need to be reinstalled (#5936)9eb07b4
add news fragment on behalf of contributorbb0ca90
Ignore existing venv dir when PIPENV_VENV_IN_PROJECT is false (#6009)cd961a4
Fix issue-6011 direct file url path (#6012)bc668e6
Merge pull request #5994
from mungojam/fix-keyring-warnings023b6bc
Add news entry