Skip to content

Commit 5c797d3

Browse files
KI7MTclaude
andcommitted
fix: require Python >=3.11, pin adif-mcp>=0.9.6 (v0.2.2)
- Bump requires-python from >=3.10 to >=3.11 (matches adif-mcp) - Pin adif-mcp>=0.9.6 (keyrings.alt dep, case normalization) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b3bb03e commit 5c797d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[project]
22
name = "qrz-mcp"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "MCP server for QRZ.com — callsign lookup, DXCC resolution, logbook queries"
55
readme = "README.md"
66
license = {text = "GPL-3.0-or-later"}
77
authors = [{name = "Greg Beam, KI7MT"}]
8-
requires-python = ">=3.10"
8+
requires-python = ">=3.11"
99
dependencies = [
10-
"adif-mcp>=0.6.2",
10+
"adif-mcp>=0.9.6",
1111
"fastmcp>=3.0",
1212
]
1313
keywords = [

0 commit comments

Comments
 (0)