Skip to content

Commit 7c3da7d

Browse files
authored
history: add Poetry 2.1.3 (#186)
1 parent cc0191c commit 7c3da7d

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

content/history.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ layout: single
44
title: History
55
---
66

7+
## [2.1.3] - 2025-05-04
8+
9+
### Changed
10+
11+
- Require `importlib-metadata<8.7` for Python 3.9 because of a breaking change in importlib-metadata 8.7 ([#10374](https://github.com/python-poetry/poetry/pull/10374)).
12+
13+
### Fixed
14+
15+
- Fix an issue where re-locking failed for incomplete multiple-constraints dependencies with explicit sources ([#10324](https://github.com/python-poetry/poetry/pull/10324)).
16+
- Fix an issue where the `--directory` option did not work if a plugin, which accesses the poetry instance during its activation, was installed ([#10352](https://github.com/python-poetry/poetry/pull/10352)).
17+
- Fix an issue where `poetry env activate -v` printed additional information to stdout instead of stderr so that the output could not be used as designed ([#10353](https://github.com/python-poetry/poetry/pull/10353)).
18+
- Fix an issue where the original error was not printed if building a git dependency failed ([#10366](https://github.com/python-poetry/poetry/pull/10366)).
19+
- Fix an issue where wheels for the wrong platform were installed in rare cases. ([#10361](https://github.com/python-poetry/poetry/pull/10361)).
20+
21+
### poetry-core ([`2.1.3`](https://github.com/python-poetry/poetry-core/releases/tag/2.1.3))
22+
23+
- Fix an issue where the union of specific inverse or partially inverse markers was not simplified ([#858](https://github.com/python-poetry/poetry-core/pull/858)).
24+
- Fix an issue where optional dependencies defined in the `project` section were treated as non-optional when a source was defined for them in the `tool.poetry` section ([#857](https://github.com/python-poetry/poetry-core/pull/857)).
25+
- Fix an issue where markers with `===` were not parsed correctly ([#860](https://github.com/python-poetry/poetry-core/pull/860)).
26+
- Fix an issue where local versions with upper case letters caused an error ([#859](https://github.com/python-poetry/poetry-core/pull/859)).
27+
- Fix an issue where `extra` markers with a value starting with "in" were not validated correctly ([#862](https://github.com/python-poetry/poetry-core/pull/862)).
28+
729
## [2.1.2] - 2025-03-29
830

931
### Changed
@@ -2376,7 +2398,8 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
23762398

23772399
Initial release
23782400

2379-
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.2...main
2401+
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.3...main
2402+
[2.1.3]: https://github.com/python-poetry/poetry/releases/tag/2.1.3
23802403
[2.1.2]: https://github.com/python-poetry/poetry/releases/tag/2.1.2
23812404
[2.1.1]: https://github.com/python-poetry/poetry/releases/tag/2.1.1
23822405
[2.1.0]: https://github.com/python-poetry/poetry/releases/tag/2.1.0

0 commit comments

Comments
 (0)