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 exceeds maximum length in Azure DevOps #8103

Closed
1 task done
thasler opened this issue Nov 14, 2023 · 1 comment
Closed
1 task done

Package description exceeds maximum length in Azure DevOps #8103

thasler opened this issue Nov 14, 2023 · 1 comment
Labels
bug V2 Bug related to Pydantic V2

Comments

@thasler
Copy link

thasler commented Nov 14, 2023

Initial Checks

  • I confirm that I'm using Pydantic V2

Description

We have a custom PyPI feed on Azure DevOps and have issues with downloading pydantic from it.

As the description contains the ever growing changelog, its size reaches a limit in Azure DevOps:
HTTP error 400 Client Error: Bad Request - The package description exceeds the maximum length of 324608 bytes.

To Reproduce
Create an Azure DevOps feed and try to download pydantic>=2.5 package from it.

I suggest to only include the changes of the corresponding version of the package, and linking to the homepage for the rest.

Example Code

No response

Python, Pydantic & OS Version

pydantic 2.5.0
@thasler thasler added bug V2 Bug related to Pydantic V2 pending Awaiting a response / confirmation labels Nov 14, 2023
@hramezani
Copy link
Member

Thanks @thasler for reporting this.

Duplicate of #8096

Fixed in #8097

It will be included in the next patch release

@hramezani hramezani removed the pending Awaiting a response / confirmation label Nov 14, 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
Projects
None yet
Development

No branches or pull requests

2 participants