lexiforest / curl_cffi

Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser tls/ja3/http2 fingerprints.
https://curl-cffi.readthedocs.io/
MIT License
2.54k stars 269 forks source link

Tag 0.7.0 is gone? #327

Closed drupol closed 5 months ago

drupol commented 5 months ago

Hello,

Some maintainers of the Nix ecosystem noticed that the 0.7.0 tag is no longer available. We have a few requests and concerns regarding this:

  1. Could you please provide some insight into why the 0.7.0 tag was deleted?
  2. Would it be possible to tag a new 0.7.1 version?

Version 0.7.0 is necessary for us to build duckduckgo-search, and its absence is causing significant issues for our build process. Tags are crucial for our distribution as they directly impact the build and stability of our packages. Deleting tags can lead to substantial problems for downstream distributions like ours that depend on specific versions for consistency and reproducibility.

Understanding the reasons behind this change would be very helpful. Additionally, we kindly request that you avoid deleting tags in the future if possible. Maintaining these tags ensures that all downstream distributions can reliably build and depend on your project without unexpected breakages.

Thank you!

perklet commented 5 months ago

0.7.0 has never been released, the latest version is 0.7.0b4, which is a pre-release beta version. AFAIK, The DDGoSearch package now depends on pyreqwest-impersonate, not curl-cffi any more.

drupol commented 5 months ago

Thank you very much for your quick answer, going to update all of that in nix during the day.