You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Normalize dependency group names ([#868](https://github.com/python-poetry/poetry-core/pull/868)).
17
+
- Deprecate table values and values that are not valid SPDX expressions for `[project.license]` ([#870](https://github.com/python-poetry/poetry-core/pull/870)).
18
+
- Update list of supported licenses ([#872](https://github.com/python-poetry/poetry-core/pull/872)).
19
+
20
+
### Fixed
21
+
22
+
- Fix an issue where explicitly included files that are in `.gitignore` were not included in the distribution ([#874](https://github.com/python-poetry/poetry-core/pull/874)).
23
+
- Fix an issue where marker operations could result in invalid markers ([#875](https://github.com/python-poetry/poetry-core/pull/875)).
24
+
25
+
4
26
## [2.1.3] - 2025-05-04
5
27
6
28
### Changed
@@ -781,7 +803,8 @@ No changes.
781
803
- Fixed support for stub-only packages ([#28](https://github.com/python-poetry/core/pull/28)).
0 commit comments