Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump curl-cffi from 0.5.10 to 0.6.1 in /src #21

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps curl-cffi from 0.5.10 to 0.6.1.

Release notes

Sourced from curl-cffi's releases.

v0.6.1

No release notes provided.

v0.6.0

No release notes provided.

v0.6.0b9

Features and bugfixes since v0.6.0b7:

  • Add native build for Windows(x86) and macOS(arm64) build.
  • Support file upload with the multipart parameter.
  • Suppress decode error for debugging.
  • Throw error when session was already closed.
  • Add cert for client certificate.
  • Add the proxy parameter for easier usage.
  • Add missing safari17_0

The minimium supported python version is now 3.8, except for macOS(arm64), which is 3.9.

Changelog

Sourced from curl-cffi's changelog.

Change Log

v0.6

The minimum Python version is now 3.8.

  • v0.6.1

    • AsyncSession.close is now a coroutine.
    • This is a bugfix release.
  • v0.6.0

    • Added more recent impersonate versions, up to Chrome 120 and Safari 17.0
    • Upgraded libcurl to 8.1.1
    • Added experimental websocket support
    • Supported proactive eventloop on Windows
    • Added win32 and macOS arm64 build targets
    • Added allow_redirects to Session parameters
    • Use certifi to replace packaged cacert.pem
    • Improved proxy support by accepting proxy=...
    • Bumped minimum python versiont to 3.8
    • Added files support
    • Added client certs support
    • Incorporated build time files for sdist
    • Bugfix: async curl timer leak

v0.5

  • v0.5.10
    • Add stream support
    • Add support for secure cookies
    • Add curl_infos to extract extra info after performing
    • Bugfix: timeout=None not working
  • v0.5.9
    • Add interface support
    • Make POST work as in real world
    • Add support for custom resolve
    • Switched to libcurl's COOKIELIST to sync cookies between python and curl
    • Add default_headers option for sessions like in curl-impersonate
    • Add curl_options for extra curl_options in Session
    • Add http_version option for limiting http version to 1.1 or whatever
    • Add debug option for extra curl debug info
    • Add CurlError.code
    • Bugfix: duplicated header lines for the same header
    • Bugfix: clearing headers when request fails
    • Bugfix: fix HEAD request
    • Bugfix: reset curl options when errors occur
  • v0.5.7

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 26, 2024
@bjia56
Copy link
Collaborator

bjia56 commented Feb 26, 2024

We should wait on this until lexiforest/curl_cffi#124 works reliably

Bumps [curl-cffi](https:/yifeikong/curl_cffi) from 0.5.10 to 0.6.1.
- [Release notes](https:/yifeikong/curl_cffi/releases)
- [Changelog](https:/yifeikong/curl_cffi/blob/main/docs/changelog.rst)
- [Commits](lexiforest/curl_cffi@v0.5.10...v0.6.1)

---
updated-dependencies:
- dependency-name: curl-cffi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/src/curl-cffi-0.6.1 branch from 865fbf8 to 8438b72 Compare February 26, 2024 23:44
@bjia56
Copy link
Collaborator

bjia56 commented Feb 27, 2024

Made modifications to the build scripts to get the wheel built here https://bjia56.github.io/armv7l-wheels/curl-cffi/

@bjia56 bjia56 merged commit be24cad into main Feb 27, 2024
@bjia56 bjia56 deleted the dependabot/pip/src/curl-cffi-0.6.1 branch February 27, 2024 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant