shubhamdipt / passbolt-python-api

An Api for passbolt in python
MIT License
12 stars 15 forks source link

wrong dependency versions in package v0.3.5 distributed @ pypi #28

Closed bbenno closed 3 months ago

bbenno commented 3 months ago

The current package version 0.3.5 distributed at pypi lacks the version updates of f004481013fed187eb88f68ba0da526c3130aded
(i.e. loosening dependency constraints: requests==2.26.0requests>=2.26.0 and typing-extensions==4.0.0typing-extensions>=4.0.0).

Steps to reproduce / verify

  1. Download source distribution files (direct link)
  2. Inspect passbolt_python_api-0.3.5/passbolt_python_api.egg-info/PKG-INFO or .../requires.txt

Related: https://github.com/netzbegruenung/passbolt-salt/issues/7

shubhamdipt commented 3 months ago

Should be fixed now in 0.3.6 version.