Skip to content

Commit 298bfb2

Browse files
wu-shengclaude
andcommitted
fix: restrict sanic 23.12 to <3.14, protocol.connection_task errors
sanic 23.12.* has 'protocol.connection_task uncaught' errors on Python 3.14. Only test 24.12.* on 3.14+. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2dc695b commit 298bfb2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/en/setup/Plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ or a limitation of SkyWalking auto-instrumentation (welcome to contribute!)
4646
| [redis](https://github.com/andymccurdy/redis-py/) | Python >=3.7 - ['3.5.*', '4.5.1']; | `sw_redis` |
4747
| [requests](https://requests.readthedocs.io/en/master/) | Python >=3.7 - ['2.26', '2.25']; | `sw_requests` |
4848
| [sanic](https://sanic.readthedocs.io/en/latest) | Python >=3.10 - NOT SUPPORTED YET; Python >=3.7 - ['20.12']; | `sw_sanic` |
49-
| [sanic](https://sanic.readthedocs.io/en/latest) | Python >=3.10 - ['23.12.*', '24.12.*']; | `sw_sanic_v2` |
49+
| [sanic](https://sanic.readthedocs.io/en/latest) | Python >=3.14 - ['24.12.*']; Python >=3.10 - ['23.12.*', '24.12.*']; | `sw_sanic_v2` |
5050
| [tornado](https://www.tornadoweb.org) | Python >=3.14 - ['6.4']; Python >=3.10 - ['6.0', '6.1']; | `sw_tornado` |
5151
| [urllib3](https://urllib3.readthedocs.io/en/latest/) | Python >=3.12 - NOT SUPPORTED YET; Python >=3.10 - ['1.26', '1.25']; | `sw_urllib3` |
5252
| [urllib3](https://urllib3.readthedocs.io/en/latest/) | Python >=3.12 - ['2.3', '2.0']; | `sw_urllib3_v2` |

skywalking/plugins/sw_sanic_v2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
link_vector = ['https://sanic.readthedocs.io/en/latest']
2929
support_matrix = {
3030
'sanic': {
31+
'>=3.14': ['24.12.*'],
3132
'>=3.10': ['23.12.*', '24.12.*'],
3233
}
3334
}

0 commit comments

Comments
 (0)