Skip to content

Releases: matrix-org/setup-python-poetry

v1.2.2

13 Apr 11:17
8fe7cb1
Compare
Choose a tag to compare

What's Changed

  • Only hash ./poetry.lock to compute the cache key for venvs by @squahtx in #19

Full Changelog: v1.2.1...v1.2.2

v1.2.1

28 Mar 14:24
73f6764
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.2.1

v1.2.0

14 Mar 17:41
674f70d
Compare
Choose a tag to compare

What's Changed

  • Allow using Poetry dependency groups (--with). (#16).

Full Changelog: v1.1.6...v1.2.0

v1.1.6

16 Jan 14:54
c5014a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.1.6

v1.1.5

18 Oct 12:17
b59e913
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

v1.1.4

01 Sep 09:00
b4b0ae0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.1.1.3...v1.1.4

v.1.1.3

06 May 09:22
1417468
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v.1.1.3

v1.1.2

05 May 19:21
71e0c44
Compare
Choose a tag to compare

What's Changed

  • Install deps and project in one go by @DMRobertson in #4. This fixes optional extras getting uninstalled when using poetry 1.2 betas.

Full Changelog: v1.1.1...v1.1.2

1.1.1

25 Apr 11:08
Compare
Choose a tag to compare

Use pip list rather than poetry show at the end of installation. This is more useful for debugging because it's easier to see the precise contents of the virtualenv.

Full Changelog: v1.1.0...v1.1.1

1.1.0

30 Mar 13:16
aac14af
Compare
Choose a tag to compare

What's Changed

  • Fail if poetry.lock has fallen out of sync with pyproject.toml by @squahtx in #2
  • Allow specifying extras by @DMRobertson in #3

Full Changelog: v1.0.0...v1.1.0