-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b16a3b
commit 5198303
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
layout: single | ||
title: "Announcing Poetry 1.1.14" | ||
date: 2022-07-08 00:00:00 | ||
categories: [releases] | ||
tags: ["1.x", "1.1"] | ||
--- | ||
|
||
The Poetry team is pleased to announce the immediate availability of Poetry **1.1.14**. | ||
|
||
<!--more--> | ||
|
||
This release is a bugfix release necessary due to a breaking change on PyPI JSON API. | ||
|
||
If you have a previous version of Poetry installed via the [official installer](/docs/#installation), | ||
getting Poetry **1.1.14** is as easy as: | ||
|
||
```bash | ||
$ poetry self update | ||
``` | ||
|
||
Afterwards you have to clear the Poetry cache manually to get everything working again: | ||
|
||
```bash | ||
$ poetry cache clear --all pypi | ||
``` | ||
|
||
## Fixed | ||
|
||
- Fixed an issue where dependencies hashes could not be retrieved when locking due to a breaking change on PyPI JSON API ([#5973](https://github.com/python-poetry/poetry/pull/5973)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters