Skip to content

Commit

Permalink
Fix release problem (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
Superskyyy committed Feb 18, 2023
1 parent a9f13a0 commit 6f745cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit 6f745cd

Please sign in to comment.