warehouse
warehouse copied to clipboard
The Python Package Index
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...
Recreation of https://github.com/pypi/warehouse/pull/16063, due to unknown GitHub issues.
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 |...
**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...
> Hey -- i seem to have the same issue... I've tested with both authy, google authenticator + Microsoft authenticator > >  > > This is...
**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...
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`...
## 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...
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...
**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...