@@ -27,26 +27,26 @@ or a limitation of SkyWalking auto-instrumentation (welcome to contribute!)
2727| [ fastapi] ( https://fastapi.tiangolo.com ) | Python >=3.7 - [ '0.89.* ', '0.88.* '] ; | ` sw_fastapi ` |
2828| [ flask] ( https://flask.palletsprojects.com ) | Python >=3.7 - [ '2.0'] ; | ` sw_flask ` |
2929| [ grpcio] ( https://grpc.io/docs/languages/python ) | Python >=3.8 - [ '1.* '] ; | ` sw_grpc ` |
30- | [ happybase] ( https://happybase.readthedocs.io ) | Python >=3.7 - [ '1.2.0'] ; | ` sw_happybase ` |
30+ | [ happybase] ( https://happybase.readthedocs.io ) | Python >=3.10 - [ '1.2.0'] ; | ` sw_happybase ` |
3131| [ http_server] ( https://docs.python.org/3/library/http.server.html ) | Python >=3.7 - [ '* '] ; | ` sw_http_server ` |
3232| [ werkzeug] ( https://werkzeug.palletsprojects.com/ ) | Python >=3.7 - [ '1.0.1', '2.0'] ; | ` sw_http_server ` |
3333| [ httpx] ( https://www.python-httpx.org/ ) | Python >=3.7 - [ '0.23.* ', '0.22.* '] ; | ` sw_httpx ` |
34- | [ kafka-python] ( https://kafka-python.readthedocs.io ) | Python >=3.7 - [ '2.0'] ; | ` sw_kafka ` |
34+ | [ kafka-python] ( https://kafka-python.readthedocs.io ) | Python >=3.12 - [ '2.3' ] ; Python >=3.10 - [ '2.0'] ; | ` sw_kafka ` |
3535| [ loguru] ( https://pypi.org/project/loguru/ ) | Python >=3.7 - [ '0.6.0', '0.7.0'] ; | ` sw_loguru ` |
3636| [ mysqlclient] ( https://mysqlclient.readthedocs.io/ ) | Python >=3.7 - [ '2.1.* '] ; | ` sw_mysqlclient ` |
3737| [ neo4j] ( https://neo4j.com/docs/python-manual/5/ ) | Python >=3.7 - [ '5.* '] ; | ` sw_neo4j ` |
3838| [ psycopg[ binary]] ( https://www.psycopg.org/ ) | Python >=3.11 - [ '3.1.* '] ; Python >=3.7 - [ '3.0.18', '3.1.* '] ; | ` sw_psycopg ` |
3939| [ psycopg2-binary] ( https://www.psycopg.org/ ) | Python >=3.10 - NOT SUPPORTED YET; Python >=3.7 - [ '2.9'] ; | ` sw_psycopg2 ` |
40- | [ pulsar-client] ( https://github.com/apache/pulsar-client-python ) | Python >=3.8 - [ '3.3.0'] ; | ` sw_pulsar ` |
40+ | [ pulsar-client] ( https://github.com/apache/pulsar-client-python ) | Python >=3.12 - [ '3.9.0' ] ; Python >=3.10 - [ '3.3.0'] ; | ` sw_pulsar ` |
4141| [ pymongo] ( https://pymongo.readthedocs.io ) | Python >=3.7 - [ '3.11.* '] ; | ` sw_pymongo ` |
4242| [ pymysql] ( https://pymysql.readthedocs.io/en/latest/ ) | Python >=3.7 - [ '1.0'] ; | ` sw_pymysql ` |
43- | [ pyramid] ( https://trypyramid.com ) | Python >=3.7 - [ '1.10', '2.0'] ; | ` sw_pyramid ` |
43+ | [ pyramid] ( https://trypyramid.com ) | Python >=3.12 - [ '2.1' ] ; Python >=3.10 - [ '1.10', '2.0'] ; | ` sw_pyramid ` |
4444| [ pika] ( https://pika.readthedocs.io ) | Python >=3.7 - [ '1.2'] ; | ` sw_rabbitmq ` |
4545| [ redis] ( https://github.com/andymccurdy/redis-py/ ) | Python >=3.7 - [ '3.5.* ', '4.5.1'] ; | ` sw_redis ` |
4646| [ requests] ( https://requests.readthedocs.io/en/master/ ) | Python >=3.7 - [ '2.26', '2.25'] ; | ` sw_requests ` |
4747| [ sanic] ( https://sanic.readthedocs.io/en/latest ) | Python >=3.10 - NOT SUPPORTED YET; Python >=3.7 - [ '20.12'] ; | ` sw_sanic ` |
4848| [ tornado] ( https://www.tornadoweb.org ) | Python >=3.7 - [ '6.0', '6.1'] ; | ` sw_tornado ` |
49- | [ urllib3] ( https://urllib3.readthedocs.io/en/latest/ ) | Python >=3.7 - [ '1.26', '1.25'] ; | ` sw_urllib3 ` |
49+ | [ urllib3] ( https://urllib3.readthedocs.io/en/latest/ ) | Python >=3.12 - [ '2.0', '1.26' ] ; Python >=3.10 - [ '1.26', '1.25'] ; | ` sw_urllib3 ` |
5050| [ urllib_request] ( https://docs.python.org/3/library/urllib.request.html ) | Python >=3.7 - [ '* '] ; | ` sw_urllib_request ` |
5151| [ websockets] ( https://websockets.readthedocs.io ) | Python >=3.7 - [ '10.3', '10.4'] ; | ` sw_websockets ` |
5252### Notes
0 commit comments