Skip to content

Releases: pypa/pipenv

Release v2023.12.1

05 Feb 01:03
80363b9
Compare
Choose a tag to compare

What's Changed

  • Issue-6079 Remove debug print statements that mistakenly got released by @matteius in #6082

Full Changelog: v2023.12.0...v2023.12.1

Release v2023.12.0

01 Feb 23:27
d4483dd
Compare
Choose a tag to compare

What's Changed

  • NOTE: this is our second semver release with a plan to release major version 3000 later this winter/Spring.
  • Convert from pydantic to vanilla dataclasses (includes pythonfinder 2.1.0) by @matteius in #6065
  • Remove forcing CI code path to use nt shell code path by @matteius in #6072
  • Only editable entry should trigger editable installs by @matteius in #6069

Full Changelog: v2023.11.17...v2023.12.0

Release v2023.11.17

22 Jan 03:04
7a640f2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2023.11.15...v2023.11.17

Release v2023.11.15

15 Nov 23:32
7ec8fee
Compare
Choose a tag to compare

What's Changed

  • Treat all return paths of this method as strings by @matteius in #6017

Full Changelog: v2023.11.14...v2023.11.15

Release v2023.11.14

14 Nov 23:34
ff5cbbb
Compare
Choose a tag to compare

What's Changed

  • Restore this code that should prevent the string has no attribute update bug. by @matteius in #6007
  • Pass through pipfile index urls when creating https session so that keyring fully works by @mungojam in #5994
  • Fix issue-6011 direct file url path by @matteius in #6012
  • Ignore existing venv dir when PIPENV_VENV_IN_PROJECT is false by @arnaud-dezandee in #6009
  • Assume that vcs and direct URL installs need to be reinstalled by @matteius in #5936

New Contributors

Full Changelog: v2023.10.24...v2023.11.14

Release v2023.10.24

24 Oct 22:25
07787da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.10.20...v2023.10.24

Release v2023.10.20

20 Oct 12:52
fd4147b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2023.10.3...v2023.10.20

Release v2023.10.3

03 Oct 13:23
71efe85
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2023.9.8...v2023.10.3

Release v2023.9.8

08 Sep 12:42
cdbb2c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.9.7...v2023.9.8

Release v2023.9.7

07 Sep 14:56
778b8ed
Compare
Choose a tag to compare

What's Changed

  • Update build to use exclusively pyproject.toml by @kalebmckale in #5836
  • Add PIPENV_REQUESTS_TIMEOUT and use it for requests session (Re-send due to force push) by @birdhackor in #5907
  • pre-commit: Add pyproject-fmt by @cclauss in #5916
  • Issue 5827 restore ignore compatibility finder by @matteius in #5887
  • 5881-Full conversion from rst to md by @thiagogquinto in #5909
  • Handle case where setup name is referencing a variable that is a string by @matteius in #5905
  • include markers from Pipfile when skipping lock by @matteius in #5920
  • Drop 3.7 test runner by @matteius in #5922
  • Better handling of local file install edge cases; handle local file extras by @matteius in #5919
  • Fallback to default vcs ref and determine package name from the pip line where possible by @matteius in #5921

New Contributors

Full Changelog: v2023.9.1...v2023.9.7