Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package description v2.5.0 too long for Azure DevOps Artifatcs #8148

Closed
1 task done
abij opened this issue Nov 16, 2023 · 1 comment
Closed
1 task done

Package description v2.5.0 too long for Azure DevOps Artifatcs #8148

abij opened this issue Nov 16, 2023 · 1 comment
Labels
bug V2 Bug related to Pydantic V2 pending Awaiting a response / confirmation

Comments

@abij
Copy link

abij commented Nov 16, 2023

Initial Checks

  • I confirm that I'm using Pydantic V2

Description

We have a private repo using Azure DevOps Artifacts, which as a limitation on package descripion:
When uploading Pydantic 2.5.0 it raises the error status_code 400:

  • Bad Request - The package description exceeds the maximum length of 324608 bytes

The previous version (2.4.2) description just fits in the byte space.
I suggest to merge the (large) changelog and point to this file and keep less active items, since it start with v1.0b1 (2019-10-01).

Example Code

twine upload -r azure_devops_private_feed pydantic-2.5.0-py3-none-any.whl

Python, Pydantic & OS Version

Issue when uploading: pydantic-2.5.0-py3-none-any.whl
@abij abij added bug V2 Bug related to Pydantic V2 pending Awaiting a response / confirmation labels Nov 16, 2023
@abij
Copy link
Author

abij commented Nov 16, 2023

The 2.5.1 is good, thanks to #8097

@abij abij closed this as completed Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug V2 Bug related to Pydantic V2 pending Awaiting a response / confirmation
Projects
None yet
Development

No branches or pull requests

1 participant