Update cloudinary==1.40.0

This commit is contained in:
JonnyWong16 2024-05-09 22:31:06 -07:00
parent 5e90f3bb31
commit 96c20ad893
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 7 additions and 5 deletions

View file

@ -38,7 +38,7 @@ CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAA
URI_SCHEME = "cloudinary"
API_VERSION = "v1_1"
VERSION = "1.39.1"
VERSION = "1.40.0"
_USER_PLATFORM_DETAILS = "; ".join((platform(), "Python {}".format(python_version())))