Skip to content

Releases: pypa/pipenv

Release v2023.8.22

22 Aug 10:31
8f2757b
Compare
Choose a tag to compare

What's Changed

  • Add back --skip-lock flag using the new utilities. by @matteius in #5847
  • Handle edge case where it is expected ssh:// urls to have at least one @ symbol by @matteius in #5851
  • Update install.py by @mathisfo in #5852

New Contributors

Full Changelog: v2023.8.21...v2023.8.22

Release v2023.8.21

22 Aug 02:19
d0aca13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.8.20...v2023.8.21

Release v2023.8.20

20 Aug 12:21
96fe0e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.8.19...v2023.8.20

Release v2023.8.19

19 Aug 20:50
1caaf9f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2023.7.23...v2023.8.19

Release v2023.7.23

23 Jul 20:59
836e756
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2023.7.11...v2023.7.23

Release v2023.7.11

11 Jul 18:59
de35673
Compare
Choose a tag to compare

What's Changed

  • Fix markers being included as None/null by @matteius in #5788
  • Invoke the resolver in the same process as pipenv rather than utilzing subprocess. by @matteius in #5787

Full Changelog: v2023.7.9...v2023.7.11

Release v2023.7.9

09 Jul 20:02
0fe379d
Compare
Choose a tag to compare

What's Changed

  • Drop the --keep-outdated flag and --selective-upgrade flags by @matteius in #5730
  • Fix extras not being included for pypi packages in requirements command by @matteius in #5784

Full Changelog: v2023.7.4...v2023.7.9

Release v2023.7.4

05 Jul 02:17
1808923
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2023.7.3...v2023.7.4

Release v2023.7.3

02 Jul 20:02
e790186
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2023.7.1...v2023.7.3

Release v2023.7.1

01 Jul 23:39
d976c6c
Compare
Choose a tag to compare

What's Changed

  • requirements command improvements, fixes issue 5755. by @matteius in #5757
  • ci: ruff --select=FLY,UP --target-version=py37 --fix . by @cclauss in #5762
  • Consider the PIP_CLIENT_CERT value when creating the requests session. by @matteius in #5761
  • Vendor: bump dparse to 0.6.3 by @oz123 in #5750
  • Ensure we consider the dependencies listed in the pyproject.toml by @matteius in #5768
  • Patch for setup.py egg_info issue by @matteius in #5760
  • Upgrade pydantic to 1.10.10 by @matteius in #5769
  • Add docker build, update docs for using docker images by @oz123 in #5754

Full Changelog: v2023.6.26...v2023.7.1