Skip to content

[codex] dependency sweep#221

Merged
techmore merged 1 commit into
codex/python-main-baselinefrom
codex/dependency-sweep
Jun 19, 2026
Merged

[codex] dependency sweep#221
techmore merged 1 commit into
codex/python-main-baselinefrom
codex/dependency-sweep

Conversation

@techmore

Copy link
Copy Markdown
Owner

Summary

Minimal dependency sweep with patch-level upgrades only.

Changes

  • Flask-Cors 6.0.2 -> 6.0.5
  • python-socketio 5.16.1 -> 5.16.3
  • requests 2.32.5 -> 2.34.2
  • playwright 1.58.0 -> 1.60.0
  • cryptography 46.0.1 -> 49.0.0

Why

Keep the app current while minimizing churn. I left Flask, Flask-SocketIO, PyYAML, and netifaces unchanged because they were already current enough or have no maintained newer release.

Validation

  • Confirmed current pinned versions in requirements.txt
  • Verified latest releases on PyPI for the upgraded packages
  • No code changes beyond dependency pins

Notes

cryptography and playwright are the highest-risk bumps here and deserve a quick smoke test after merge.

@techmore techmore marked this pull request as ready for review June 19, 2026 10:47
@techmore techmore merged commit 26c1338 into codex/python-main-baseline Jun 19, 2026
0 of 6 checks passed
@techmore techmore deleted the codex/dependency-sweep branch June 19, 2026 10:47

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 94bdda889b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread requirements.txt
python-socketio==5.16.3
netifaces==0.11.0
requests==2.32.5
requests==2.34.2

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep requests compatible with documented Python 3.9 installs

This pin raises requests to a release whose PyPI metadata declares requires_python >=3.10, while the repo still documents Python 3.8+ support in the setup guides and the rest of the pinned stack still allows Python 3.9. On a Python 3.9 environment, pip install -r requirements.txt will reject this requirement before the app can start; either keep a 3.9-compatible requests pin or update the supported Python version everywhere.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant