File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,11 +26,13 @@ boto3<=2
2626# InstallationStore/OAuthStateStore
2727# Since v3.20, we no longer support SQLAlchemy 1.3 or older.
2828# If you need to use a legacy version, please add our v3.19.5 code to your project.
29- SQLAlchemy>=2.0.49 ,<3
29+ SQLAlchemy>=2.0.51 ,<3
3030
3131# websockets
32- # Note: websockets 9 is not compatible with Python 3.10; floor at 9.1.
33- websockets>=9.1,<16
32+ websockets>=9.1,<12; python_version == "3.7"
33+ websockets>=9.1,<14; python_version == "3.8"
34+ websockets>=9.1,<16; python_version == "3.9"
35+ websockets>=16.1.1,<17; python_version >= "3.10"
3436
3537# websocket-client
3638websocket-client>=1,<2
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pytest-asyncio<2
1717
1818# pytest-timeout
1919# Note: per-test timeout so a hung test fails fast with a thread dump instead of stalling CI.
20- pytest-timeout>=2.2 ,<3
20+ pytest-timeout>=2.4.0 ,<3
2121
2222# pytest-cov
2323# Note: pytest-cov 7.1+ requires Python >=3.9; cap older interpreters below it.
You can’t perform that action at this time.
0 commit comments