-
Notifications
You must be signed in to change notification settings - Fork 132
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
Version bump for certain packages #1121
Conversation
Note with mysql-connector-python at 8.3.0 we lose connectivity to older mysql versions (5.5 and 5.6, but we do keep 5.7) but does get official support for Python 3.12. See https://dev.mysql.com/doc/connector-python/en/connector-python-versions.html. OTOH, 5.5 and 5.6 have been beyond end-of-life for a few years now (https://en.wikipedia.org/wiki/MySQL#Release_history). Even 5.7 is past its support window. |
The |
As it says in the logs, You probably just need to set google-api-core to a specific version or update some other packages that depend on it. |
I'm also looking at updating the circleci workflow so that it uses uv which should help avoid timeouts during package resolution because this workflow has now taken 46+ minutes to complete and that's ridiculous. |
Sounds good @bmos - I tried pinning the google-api-core and it went ~30 minutes fussing around before timing out again. I'll await your PR getting merged in. |
It might also be good to post about these in the Slack if you are there. |
curlify 2.2.1 will probably solve that as it removes ">= 3" shlex version (which does not exist) |
I'll cut out the mysql upgrade for now so this isn't a breaking change. Will also pin curlify. Will that fix things? Guess we'll find out. |
Issue for upgrading |
Due to some packages found in security review, incrementing these packages in
requirements.txt
.