VirusTotal / vt-py

The official Python 3 client library for VirusTotal
https://virustotal.github.io/vt-py/
Apache License 2.0
531 stars 121 forks source link

Pin aiohtp to 3.8.6 for python 3.7; use a newer version for python > 3.7 #187

Closed sim0nx closed 4 months ago

sim0nx commented 5 months ago

The recently merged MR https://github.com/VirusTotal/vt-py/pull/184 broke Python 3.12 compatibility.

This patch fixes that while keeping aiohttp pinned to 3.8.6 for Python 3.7

Merging this would be highly appreciated as distros start rolling out Python 3.12

google-cla[bot] commented 5 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.