@@ -13,7 +13,7 @@ or a limitation of SkyWalking auto-instrumentation (welcome to contribute!)
1313### Plugin Support Table
1414| Library | Python Version - Lib Version | Plugin Name |
1515| :--- | :--- | :--- |
16- | [ aiohttp] ( https://docs.aiohttp.org ) | Python >=3.10 - [ '3.9', '3.11'] ; | ` sw_aiohttp ` |
16+ | [ aiohttp] ( https://docs.aiohttp.org ) | Python >=3.10 - [ '3.9. * ', '3.11. * '] ; | ` sw_aiohttp ` |
1717| [ aioredis] ( https://aioredis.readthedocs.io/ ) | Python >=3.7 - [ '2.0.* '] ; | ` sw_aioredis ` |
1818| [ aiormq] ( https://pypi.org/project/aiormq/ ) | Python >=3.7 - [ '6.3', '6.4'] ; | ` sw_aiormq ` |
1919| [ amqp] ( https://pypi.org/project/amqp/ ) | Python >=3.7 - [ '2.6.1'] ; | ` sw_amqp ` |
@@ -24,7 +24,7 @@ or a limitation of SkyWalking auto-instrumentation (welcome to contribute!)
2424| [ django] ( https://www.djangoproject.com/ ) | Python >=3.13 - [ '5.1'] ; Python >=3.10 - [ '3.2'] ; | ` sw_django ` |
2525| [ elasticsearch] ( https://github.com/elastic/elasticsearch-py ) | Python >=3.7 - [ '7.13', '7.14', '7.15'] ; | ` sw_elasticsearch ` |
2626| [ hug] ( https://falcon.readthedocs.io/en/stable/ ) | Python >=3.11 - NOT SUPPORTED YET; Python >=3.10 - [ '2.5', '2.6'] ; Python >=3.7 - [ '2.4.1', '2.5', '2.6'] ; | ` sw_falcon ` |
27- | [ falcon] ( https://falcon.readthedocs.io/en/stable/ ) | Python >=3.13 - [ '4.2'] ; Python >=3.10 - [ '3.1', '4.2'] ; | ` sw_falcon_v3 ` |
27+ | [ falcon] ( https://falcon.readthedocs.io/en/stable/ ) | Python >=3.13 - [ '4.2. * '] ; Python >=3.10 - [ '3.1. * ', '4.2. * '] ; | ` sw_falcon_v3 ` |
2828| [ fastapi] ( https://fastapi.tiangolo.com ) | Python >=3.7 - [ '0.89.* ', '0.88.* '] ; | ` sw_fastapi ` |
2929| [ flask] ( https://flask.palletsprojects.com ) | Python >=3.14 - [ '3.0'] ; Python >=3.10 - [ '2.0'] ; | ` sw_flask ` |
3030| [ grpcio] ( https://grpc.io/docs/languages/python ) | Python >=3.8 - [ '1.* '] ; | ` sw_grpc ` |
@@ -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.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 ` |
0 commit comments