Skip to content

Commit 84eeadc

Browse files
committed
release: bump version to 2.1.3
1 parent aa08f25 commit 84eeadc

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Change Log
22

3+
## [2.1.3] - 2025-05-04
4+
5+
### Changed
6+
7+
- 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)).
8+
9+
### Fixed
10+
11+
- Fix an issue where re-locking failed for incomplete multiple-constraints dependencies with explicit sources ([#10324](https://github.com/python-poetry/poetry/pull/10324)).
12+
- 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)).
13+
- 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)).
14+
- 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)).
15+
- Fix an issue where wheels for the wrong platform were installed in rare cases. ([#10361](https://github.com/python-poetry/poetry/pull/10361)).
16+
17+
### poetry-core ([`2.1.3`](https://github.com/python-poetry/poetry-core/releases/tag/2.1.3))
18+
19+
- 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)).
20+
- 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)).
21+
- Fix an issue where markers with `===` were not parsed correctly ([#860](https://github.com/python-poetry/poetry-core/pull/860)).
22+
- Fix an issue where local versions with upper case letters caused an error ([#859](https://github.com/python-poetry/poetry-core/pull/859)).
23+
- 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)).
24+
25+
326
## [2.1.2] - 2025-03-29
427

528
### Changed
@@ -2488,7 +2511,8 @@ Initial release
24882511

24892512

24902513

2491-
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.2...main
2514+
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.1.3...main
2515+
[2.1.3]: https://github.com/python-poetry/poetry/releases/tag/2.1.3
24922516
[2.1.2]: https://github.com/python-poetry/poetry/releases/tag/2.1.2
24932517
[2.1.1]: https://github.com/python-poetry/poetry/releases/tag/2.1.1
24942518
[2.1.0]: https://github.com/python-poetry/poetry/releases/tag/2.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "poetry"
3-
version = "2.1.2"
3+
version = "2.1.3"
44
description = "Python dependency management and packaging made easy."
55
requires-python = ">=3.9,<4.0"
66
dependencies = [

0 commit comments

Comments
 (0)