File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 10
10
copyright = "2024-2025, Peng Ding"
11
11
author = "Peng Ding"
12
12
html_title = "ToolRegistry"
13
- release = "0.4.6.post2 "
13
+ release = "0.4.7.alpha "
14
14
15
15
import os
16
16
import sys
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " toolregistry"
7
- version = " 0.4.6.post2 "
7
+ version = " 0.4.7.alpha "
8
8
authors = [{ name = " Oaklight" , email = " oaklight@gmx.com" }]
9
9
description = " A library for managing tool registries"
10
10
readme = " README.md"
@@ -22,22 +22,18 @@ dependencies = [
22
22
" deprecated>=1.2.18" ,
23
23
" dill>=0.4.0" ,
24
24
" httpx>=0.28.1" ,
25
- " fake-useragent>=2.0.0" ,
25
+ " fake-useragent>=2.0.0" , # 2.0.0 is the max version compatible with Python 3.8
26
26
" beautifulsoup4>=4.13.4" ,
27
27
]
28
28
29
29
[project .optional-dependencies ]
30
- mcp = [" mcp>=1.6.0 " ] # Add mcp optional dependencies here
30
+ mcp = [" fastmcp>=2.2.5 " ] # Add mcp optional dependencies here
31
31
openapi = [
32
32
" prance>=23.6.21.0" ,
33
33
" openapi-spec-validator>=0.7.1" ,
34
34
" PyYAML>=6.0.2" ,
35
35
] # Add openapi optional dependencies here
36
- dev = [
37
- " mypy>=1.14.1" ,
38
- " build>=1.2.2.post1" ,
39
- " twine>=6.1.0" ,
40
- ]
36
+ dev = [" mypy>=1.14.1" , " build>=1.2.2.post1" , " twine>=6.1.0" ]
41
37
42
38
[project .urls ]
43
39
Homepage = " https://github.com/Oaklight/ToolRegistry"
Original file line number Diff line number Diff line change 3
3
4
4
__all__ = ["ToolRegistry" , "Tool" ]
5
5
6
- __version__ = "0.4.6.post2 "
6
+ __version__ = "0.4.7.alpha "
You can’t perform that action at this time.
0 commit comments