diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f503c7e..155526f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - **BREAKING**: All agent core capabilities are now covered by test cases and enabled by default (Trace, Log, PVM runtime metrics, Profiler) - **BREAKING**: DockerHub Python agent images since v1.0.0 will no longer include the `run` part in `ENTRYPOINT ["sw-python", "run"]`, user should prefix their command with `[-d/--debug] run [-p/--prefork] ` for extra flexibility. + - Packaged wheel now provides a extra [all] option to support all three report protocols - Feature: - Add support for Python 3.11 (#285) diff --git a/pyproject.toml b/pyproject.toml index 4ebafa3d..27dbdbd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,13 +70,9 @@ sw-python = 'skywalking.bootstrap.cli.sw_python:start' python = ">=3.7, <3.12" grpcio = '*' grpcio-tools = '*' -contextvars = "2.4" packaging = '*' wrapt = '*' psutil = '*' -testcontainers = { version = "*", optional = true} -pyyaml = { version = "*", optional = true } -pytest = { version = "*", optional = true } requests = { version = ">=2.26.0", optional = true } kafka-python = { version = "*", optional = true }