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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Change Log
2
2
3
+
## [1.10.0] - 2026-01-18
4
+
5
+
### Added
6
+
7
+
- Add support for exporting `pylock.toml` files ([#357](https://github.com/python-poetry/poetry-plugin-export/pull/357)).
8
+
9
+
### Changed
10
+
11
+
- Drop support for Python 3.9 ([#349](https://github.com/python-poetry/poetry-plugin-export/pull/349)).
12
+
13
+
### Fixed
14
+
15
+
- Fix an issue where a `"dependency walk failed"` error message gave an outdated advice ([#353](https://github.com/python-poetry/poetry-plugin-export/pull/353)).
16
+
17
+
3
18
## [1.9.0] - 2025-01-12
4
19
5
20
### Added
@@ -230,7 +245,8 @@ This release fixes test suite compatibility with upcoming Poetry releases. No fu
230
245
- Added support for dependency groups. [#6](https://github.com/python-poetry/poetry-plugin-export/pull/6)
0 commit comments