You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by yi...@apache.org on 2023/02/18 05:12:02 UTC

[skywalking-python] branch fix-build updated: Fix release problem

This is an automated email from the ASF dual-hosted git repository.

yihaochen pushed a commit to branch fix-build
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/fix-build by this push:
     new 37918e3  Fix release problem
37918e3 is described below

commit 37918e35b41f49ccc49f335624a19de6e960663e
Author: Superskyyy (AWAY, busy graduating | Debug 人) <Su...@outlook.com>
AuthorDate: Sat Feb 18 05:11:54 2023 +0000

    Fix release problem
---
 CHANGELOG.md   | 1 +
 pyproject.toml | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f503c7..155526f 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] <Command>` 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 4ebafa3..27dbdbd 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 }