Hi,
My app was working OK a few weeks ago, but now it's giving me the error "
Version v13 is deprecated. Requests to this version will be blocked."
So I updated the Google Ads API for Python (using "pip install --upgrade google-ads"). Now I have the latest version installed, but the app still gives me the v13 error.
I've been searching in my code and I can't find anywhere where I mention "v13", "version" or anything related, so I guess it's designed to use the latest version available (v15 now I guess). But my app seems to be still trying to use v13 for some reason.
Any clues to solve this?
It could be a temporary cache/token issue or do I have to make changes in my code?
Thanks!