We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba510e commit 341071aCopy full SHA for 341071a
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Change Log
2
3
+## [1.8.4] - 2024-10-14
4
+
5
+### Added
6
7
+- **Add official support for Python 3.13** ([#9523](https://github.com/python-poetry/poetry/pull/9523)).
8
9
+### Changed
10
11
+- Require `virtualenv>=20.26.6` to mitigate potential command injection when running `poetry shell` in untrusted projects ([#9757](https://github.com/python-poetry/poetry/pull/9757)).
12
13
+### poetry-core ([`1.9.1`](https://github.com/python-poetry/poetry-core/releases/tag/1.9.1))
14
15
+- Add `3.13` to the list of available Python versions ([#747](https://github.com/python-poetry/poetry-core/pull/747)).
16
17
## [1.8.3] - 2024-05-08
18
0 commit comments