Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Modernize and upgrade application#1540

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
TheCrazyLex wants to merge7 commits intoFlareSolverr:master
base:master
Choose a base branch
Loading
fromTheCrazyLex:modernize-and-update-application

Conversation

TheCrazyLex
Copy link

This Pull Request contains multiple upgrades to dependencies and software used, as well as some accompanying fixes and improvements:

  • Switches to Python 3.13 and appropriately updates undetected_chromedriver
  • Updates Selenium to the newest version
  • Updates all used dependencies to their newest versions application-wide
  • Updates GitHub Actions used and Ubuntu version in runners
  • Updates to Chromium v138
  • Other minor improvements

In terms of testing, this definitely still needs some, but this is what I have tested:

  • Works locally on macOS → Can solve basic CF captchas
  • Works in Docker with linux/arm64 → Can solve basic CF captchas
  • Does not introduce any new test failures
  • build_package.py still works with the updated dependencies

The CI changes in .github/ were not tested, but are not expected to introduce major issues.

TheCrazyLexand others added7 commitsJuly 11, 2025 18:40
This commit addresses several points to ensure compatibility with Python 3.13 and incorporates modern Python practices:- Replaced `distutils.version.LooseVersion` with `packaging.version.Version` in `patcher.py` and added `packaging` to dependencies.- Modernized `os.system` calls in `patcher.py` to use `subprocess.run` for better control and error handling.- Updated `setup.py`:    - Bumped versions for `selenium`, `requests`, `websockets`, and `packaging`.    - Replaced `codecs.open` with standard `open`.    - Added Python 3.12 and 3.13 classifiers.- Updated `super()` calls in `__init__.py` to the concise Python 3 syntax.
- The now-updated dependencies and uc all support Python 3.13- Uses newest CI actions and updates pyinstaller version
@TheCrazyLex
Copy link
Author

@ilike2burnthing Please review when you can :)

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@TheCrazyLex

[8]ページ先頭

©2009-2025 Movatter.jp