breuerfelix / chromedriver-py

chromedriver self updated binaries for all platforms
https://pypi.org/project/chromedriver-py/
Apache License 2.0
50 stars 16 forks source link

Latest chrome versions don't appear to be getting added on PyPI #39

Closed RileyXX closed 7 months ago

RileyXX commented 7 months ago

Latest chrome versions don't appear to be getting added on PyPI.

chromedriver-py PyPI release history: https://pypi.org/project/chromedriver-py/#history

Latest version available currently on chromedriver-py PyPI page is 120.0.6099.109 Dec 18, 2023.

According to https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json the latest stable version is 121.0.6167.85 as well as dev and beta builds for 122 and 123.

I just noticed this today haven't had much time to look into it. I'm not sure if the latest stable build was just pushed recently to JSON or something. If so there might just be a delay in the PyPI package update. But I did do a google search and 121 stable apparently released Jan 17th so I'm not 100% sure if there is an issue with the project updating or not but might be worth checking. I'll check back on this soon.

breuerfelix commented 7 months ago

You are right, there is a problem! Pypi enforces Two factor Auth since 2024 and i need to change the auth method to some API token. I will fix it this weekend! Thanks for noticing :) Maybe i should add some alert that triggers when my pipeline fails :D

RileyXX commented 7 months ago

Oh yeah that makes sense I remember seeing something about PyPI auth changes for 2024. Thanks for checking on it!

breuerfelix commented 7 months ago

@RileyXX its running again! i won't update all missing versions in between (since i covered all major ones). If you need a specific version, ping me here with the ones so i can start actions which will upload those :) Thats a no brainer once i have the versions!