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:36:26 UTC

[skywalking-python] branch master updated: Fix release problem (#290)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6f745cd  Fix release problem (#290)
6f745cd is described below

commit 6f745cdbec7cf003c60d71857bf987a280e88430
Author: Superskyyy (AWAY, busy graduating | Debug 人) <Su...@outlook.com>
AuthorDate: Sat Feb 18 00:36:21 2023 -0500

    Fix release problem (#290)
---
 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 }