chore(deps): update dependency curl_cffi to ^0.10.0 #106

Merged
Xefir merged 1 commits from renovate/curl_cffi-0.x into master 2025-03-13 08:30:29 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
curl_cffi dependencies minor ^0.9.0 -> ^0.10.0

Release Notes

lexiforest/curl_cffi (curl_cffi)

v0.10.0

Compare Source

We added support for using curl_cffi directly

import curl_cffi as cc
r = cc.get("https://www.example.com")

What's Changed

New Contributors

Full Changelog: https://github.com/lexiforest/curl_cffi/compare/v0.9.0...v0.10.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [curl_cffi](https://github.com/lexiforest/curl_cffi) | dependencies | minor | `^0.9.0` -> `^0.10.0` | --- ### Release Notes <details> <summary>lexiforest/curl_cffi (curl_cffi)</summary> ### [`v0.10.0`](https://github.com/lexiforest/curl_cffi/releases/tag/v0.10.0) [Compare Source](https://github.com/lexiforest/curl_cffi/compare/v0.9.0...v0.10.0) We added support for using curl_cffi directly ```py import curl_cffi as cc r = cc.get("https://www.example.com") ``` #### What's Changed - fix: preserve Headers encoding by [@&#8203;serozhenka](https://github.com/serozhenka) in https://github.com/lexiforest/curl_cffi/pull/401 - fix: mark the optional params in SessionRequestParams as optional by [@&#8203;ckroeper](https://github.com/ckroeper) in https://github.com/lexiforest/curl_cffi/pull/502 - Add primary and local ports to response by [@&#8203;2tunnels](https://github.com/2tunnels) in https://github.com/lexiforest/curl_cffi/pull/503 - curl.getinfo: support new options like TOTAL_TIME_T, SPEED_DOWNLOAD_T by [@&#8203;el1s7](https://github.com/el1s7) in https://github.com/lexiforest/curl_cffi/pull/481 - docs: update README.md by [@&#8203;eltociear](https://github.com/eltociear) in https://github.com/lexiforest/curl_cffi/pull/506 - bugfix: do not unquote url when params are provided, close [#&#8203;394](https://github.com/lexiforest/curl_cffi/issues/394) by [@&#8203;lexiforest](https://github.com/lexiforest) in https://github.com/lexiforest/curl_cffi/pull/507 - Fix `websocket.recv` hangs by [@&#8203;lexiforest](https://github.com/lexiforest) in https://github.com/lexiforest/curl_cffi/pull/510 - Fix stream abort, close [#&#8203;471](https://github.com/lexiforest/curl_cffi/issues/471) by [@&#8203;lexiforest](https://github.com/lexiforest) in https://github.com/lexiforest/curl_cffi/pull/511 - Expose requests interface on the top package by [@&#8203;lexiforest](https://github.com/lexiforest) in https://github.com/lexiforest/curl_cffi/pull/468 #### New Contributors - [@&#8203;serozhenka](https://github.com/serozhenka) made their first contribution in https://github.com/lexiforest/curl_cffi/pull/401 - [@&#8203;ckroeper](https://github.com/ckroeper) made their first contribution in https://github.com/lexiforest/curl_cffi/pull/502 - [@&#8203;2tunnels](https://github.com/2tunnels) made their first contribution in https://github.com/lexiforest/curl_cffi/pull/503 - [@&#8203;el1s7](https://github.com/el1s7) made their first contribution in https://github.com/lexiforest/curl_cffi/pull/481 - [@&#8203;eltociear](https://github.com/eltociear) made their first contribution in https://github.com/lexiforest/curl_cffi/pull/506 **Full Changelog**: https://github.com/lexiforest/curl_cffi/compare/v0.9.0...v0.10.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjE4MS42IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Renovate added 1 commit 2025-03-13 00:02:25 +00:00
Xefir merged commit ee0a258e1d into master 2025-03-13 08:30:29 +00:00
Xefir deleted branch renovate/curl_cffi-0.x 2025-03-13 08:30:30 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Xefir/Auberge_Vagabonde#106
No description provided.