warehouse icon indicating copy to clipboard operation
warehouse copied to clipboard

The Python Package Index

Results 375 warehouse issues
Sort by recently updated
recently updated
newest added

Something about our Release Descriptions tables is causing orphaned records. This was discovered in #14788 when fixing the `backref` to `back_populates` relationship flags. This SQL query will expose the orphaned...

bug :bug:
data quality

Recreation of https://github.com/pypi/warehouse/pull/16063, due to unknown GitHub issues.

documentation

Bumps node from 22.5.1-bookworm to 22.6.0-bookworm. Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | node |...

dependencies
docker

**What's the problem this feature will solve?** It’s currently possible to upload duplicate distributions like the following ``` Requests-1.0.0-py3-none-any.whl requests-1.0.0-py3-none-any.whl requests-01.0.0-py3-none-any.whl ``` When installing `requests==1.0.0`, Poetry would select the first...

bug :bug:

> Hey -- i seem to have the same issue... I've tested with both authy, google authenticator + Microsoft authenticator > > ![Screenshot from 2023-10-06 13-45-59](https://user-images.githubusercontent.com/15642823/273075546-5f18b782-81b5-4235-aa55-544e403377b3.png) > > This is...

2FA

**Describe the bug** While uploading wheels for a new version of 11.8.3, wheel upload was blocked for python 3.9 linux-x64 reporting ``` 400 File already exists. See https://pypi.org/help/#file-name-reuse for more...

bug :bug:
awaiting-response

Provide up-front validation of the project name within a pending publisher by: - Extracting the validation logic from `ProjectService.create_project` to a new `ProjectService.check_project_name` routine - Update `ProjectService.create_project` to call `check_project_name`...

trusted-publishing

## What is this? This PR adds support for pre-filling the Trusted Publisher form via URL parameters. That is, opening the following URL (while logged in): ```https://pypi.org/manage/project/my_project/settings/publishing/?provider=github&owner=my_user&repository=my_project&workflow_filename=my_workflow.yml``` will open the...

trusted-publishing

This PR builds on top of the work in https://github.com/pypi/warehouse/pull/15891. The goal is to: - Add a new `verified` boolean field to each `ReleaseURL` that is set to `True` if...

trusted-publishing

**Describe the bug** It seems that @outlook.com is blocked from registering new accounts. The following message appears when trying to register a new account on https://pypi.org/account/register: `You can't use an...

requires triaging
bug :bug: