This is an automated email from the ASF dual-hosted git repository.
FreeOnePlus pushed a change to branch dependabot/uv/pyjwt-2.13.0
in repository https://gitbox.apache.org/repos/asf/doris-mcp-server.git
omit 6cdc8c4 chore(deps): bump pyjwt from 2.10.1 to 2.13.0
add e329af4 Add MCP 2025-06-18 host compatibility coverage (#194)
add 9e7c1a7 fix: classify Doris permission probe failures (#195)
add d18aa6a chore(deps): bump pyjwt from 2.10.1 to 2.13.0
add e3e860d fix: support PyJWT 2.13 typing
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6cdc8c4)
\
N -- N -- N refs/heads/dependabot/uv/pyjwt-2.13.0 (e3e860d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 14 ++++-
README.md | 6 ++
README.zh-CN.md | 6 ++
docs/getting-started/quickstart.md | 5 ++
docs/getting-started/quickstart.zh-CN.md | 4 ++
docs/integrations/hosts.md | 26 ++++++++-
docs/integrations/hosts.zh-CN.md | 24 +++++++-
docs/migration-1.0.0.md | 5 +-
docs/migration/1.0.0.md | 6 +-
docs/migration/1.0.0.zh-CN.md | 6 +-
docs/operations/deployment.md | 11 ++++
docs/operations/deployment.zh-CN.md | 10 ++++
docs/operations/troubleshooting.md | 5 +-
docs/operations/troubleshooting.zh-CN.md | 5 +-
docs/protocol/mcp-2026-07-28.md | 6 +-
docs/protocol/mcp-2026-07-28.zh-CN.md | 6 +-
docs/reference/configuration.md | 2 +-
docs/reference/configuration.zh-CN.md | 2 +-
docs/releases/1.0.0.md | 3 +-
docs/releases/1.0.0.zh-CN.md | 3 +-
doris_mcp_server/auth/jwt_manager.py | 7 ++-
doris_mcp_server/tools/capability_detector.py | 6 +-
test/protocol/test_http_transport_boundaries.py | 13 +++--
test/protocol/test_mcp_v2_protocol.py | 75 +++++++++++++++++++++++++
test/tools/test_capability_detector.py | 19 ++++++-
25 files changed, 242 insertions(+), 33 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]