Skip to content

Commit 6f745cd

Browse files
authored
Fix release problem (#290)
1 parent a9f13a0 commit 6f745cd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- **BREAKING**: All agent core capabilities are now covered by test cases and enabled by default (Trace, Log, PVM runtime metrics, Profiler)
1313
- **BREAKING**: DockerHub Python agent images since v1.0.0 will no longer include the `run` part in `ENTRYPOINT ["sw-python", "run"]`,
1414
user should prefix their command with `[-d/--debug] run [-p/--prefork] <Command>` for extra flexibility.
15+
- Packaged wheel now provides a extra [all] option to support all three report protocols
1516

1617
- Feature:
1718
- Add support for Python 3.11 (#285)

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,9 @@ sw-python = 'skywalking.bootstrap.cli.sw_python:start'
7070
python = ">=3.7, <3.12"
7171
grpcio = '*'
7272
grpcio-tools = '*'
73-
contextvars = "2.4"
7473
packaging = '*'
7574
wrapt = '*'
7675
psutil = '*'
77-
testcontainers = { version = "*", optional = true}
78-
pyyaml = { version = "*", optional = true }
79-
pytest = { version = "*", optional = true }
8076
requests = { version = ">=2.26.0", optional = true }
8177
kafka-python = { version = "*", optional = true }
8278

0 commit comments

Comments
 (0)