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

[BUG] Release 2.5.0 breaks Azure Devops pipy install #8113

Closed
1 task done
wmoreira-bees opened this issue Nov 14, 2023 · 1 comment
Closed
1 task done

[BUG] Release 2.5.0 breaks Azure Devops pipy install #8113

wmoreira-bees opened this issue Nov 14, 2023 · 1 comment
Labels
bug V2 Bug related to Pydantic V2 pending Awaiting a response / confirmation

Comments

@wmoreira-bees
Copy link

Initial Checks

  • I confirm that I'm using Pydantic V2

Description

With the new release, the package descritption exceeeds the maximum bytes lengths of azure devops, this is also happens

because of HTTP error 400 Client Error: Bad Request - The package description exceeds the maximum length of 324608 bytes. for url: https://pkgs.dev.azure.com//f9f2f3f2-8e28-4d73-9aaf-6554466d25f7/_packaging/6b3096f7-815b-4372-91c6-aca167f50fd9/pypi/download/pydantic/2.5/pydantic-2.5.0-py3-none-any.whl

This happened with other libraries before (e.g: azure-cli) - adressed on this PR Azure/azure-cli#18485

Example Code

`pip install pydantic` on any azure devops environmnet (artifactory / azure databricks )

Python, Pydantic & OS Version

pydantic 2.5, python 3.10.
@wmoreira-bees wmoreira-bees added bug V2 Bug related to Pydantic V2 pending Awaiting a response / confirmation labels Nov 14, 2023
@wmoreira-bees
Copy link
Author

Already fixed by #8097

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