Commit 19081a5
Drop Python 3.8/3.9 support, add 3.13/3.14 classifiers (#847)
* Use Job.id property instead of removed get_id() method
rq v2.7 refactored Job.id from `id = property(get_id, set_id)` to a
`@property` decorator, removing get_id() as a callable method.
Job.id has been available since rq v0.5.0 so this is backwards compatible.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Support FastMCP 3.x while maintaining 2.x backwards compatibility
FastMCP 3.0 replaced private _call_tool_mcp()/_list_tools_mcp() with
public call_tool()/list_tools() methods, and changed get_tool() to
return None instead of raising when a tool is not found.
- Update instrumentation to handle get_tool() returning None
- Update tests with compat helpers that use the correct API based on
the installed fastmcp version
- Remove the fastmcp<3 version pin from tox.ini (no longer needed)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Drop Python 3.8/3.9 support, add 3.13/3.14 classifiers
Align python_requires and classifiers with CI matrix which tests
3.10-3.14. Requested by requests 2.33.0 dropping Python 3.9.
Closes #839
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent b2caa75 commit 19081a5
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
| 86 | + | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
0 commit comments