crate / cratedb-toolkit

CrateDB Toolkit, an SDK for CrateDB and CrateDB Cloud.
https://cratedb-toolkit.readthedocs.io/
GNU Affero General Public License v3.0
7 stars 3 forks source link

Release v0.0.16 upload to PyPI failed #222

Closed hammerhead closed 2 months ago

hammerhead commented 2 months ago

Pushing the latest release to PyPI failed due to a dependency issue:

Uploading distributions to https://upload.pypi.org/legacy/
Uploading cratedb_toolkit-0.0.16-py3-none-any.whl
WARNING  Error during upload. Retry with the --verbose option for more details. 
ERROR    HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/        
         Can't have direct dependency: lorrystream@                             
         git+https://github.com/daq-tools/lorrystream.git@55cf456fdcd3 ; extra  
         == "kinesis". See                                                      
         https://packaging.python.org/specifications/core-metadata for more     
         information.    

Full log: https://github.com/crate/cratedb-toolkit/actions/runs/10089117641/job/27896022759

amotl commented 2 months ago

Hi. That other patch will probably need to converge before being able to run a release. I will try to bring it in as soon as possible.

amotl commented 2 months ago

Hi. Version v0.0.17 has been released, so I guess it is safe to close this issue. Thanks again, and please let us know about any problems when using it.