Azure / partnercenter-cli-extension

Partner Center Azure CLI Extension
MIT License
12 stars 11 forks source link

[Bug Report]: Unpinned pydantic version in requirements.txt file #212

Closed bobjac closed 1 year ago

bobjac commented 1 year ago

cli command

az partnercenter marketplace --help

Extension version

0.2.2

Describe the bug

The requirements.txt file has a dependency on pydantic. Repentantly pydantic released a new version (2.0) that broke existing code. The requirements.txt file should have a hard link to a specific version of a dependency.

To reproduce

Create a new virtual environment and pull all python dependencies with pip.

Code snippet

No response

Relevant log output

No response