File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " taskdog-client"
3- version = " 0.18.0 "
3+ version = " 0.18.1 "
44description = " HTTP API client for Taskdog server"
55readme = " README.md"
66requires-python = " >=3.12"
@@ -10,7 +10,7 @@ authors = [
1010license = { text = " MIT" }
1111
1212dependencies = [
13- " taskdog-core==0.18.0 " ,
13+ " taskdog-core==0.18.1 " ,
1414 " httpx>=0.27.0" ,
1515 " websockets>=14.0" ,
1616]
Original file line number Diff line number Diff line change 11[project ]
22name = " taskdog-core"
3- version = " 0.18.0 "
3+ version = " 0.18.1 "
44description = " Core business logic and infrastructure for Taskdog"
55readme = " README.md"
66requires-python = " >=3.12"
Original file line number Diff line number Diff line change 11[project ]
22name = " taskdog-mcp"
3- version = " 0.18.0 "
3+ version = " 0.18.1 "
44description = " MCP server for Taskdog - enables Claude Desktop integration"
55readme = " README.md"
66requires-python = " >=3.12"
@@ -10,8 +10,8 @@ authors = [
1010license = { text = " MIT" }
1111
1212dependencies = [
13- " taskdog-client==0.18.0 " ,
14- " taskdog-core==0.18.0 " ,
13+ " taskdog-client==0.18.1 " ,
14+ " taskdog-core==0.18.1 " ,
1515 " mcp>=1.2.0" ,
1616]
1717
Original file line number Diff line number Diff line change 11[project ]
22name = " taskdog-server"
3- version = " 0.18.0 "
3+ version = " 0.18.1 "
44description = " FastAPI server for Taskdog task management system"
55readme = " README.md"
66requires-python = " >=3.12"
@@ -10,7 +10,7 @@ authors = [
1010license = { text = " MIT" }
1111
1212dependencies = [
13- " taskdog-core==0.18.0 " ,
13+ " taskdog-core==0.18.1 " ,
1414 " fastapi>=0.115.0" ,
1515 " uvicorn[standard]>=0.32.0" ,
1616 " pydantic>=2.10.0" ,
Original file line number Diff line number Diff line change 11[project ]
22name = " taskdog-ui"
3- version = " 0.18.0 "
3+ version = " 0.18.1 "
44description = " CLI and TUI for Taskdog task management system"
55readme = " README.md"
66requires-python = " >=3.12"
@@ -10,8 +10,8 @@ authors = [
1010license = { text = " MIT" }
1111
1212dependencies = [
13- " taskdog-core==0.18.0 " ,
14- " taskdog-client==0.18.0 " ,
13+ " taskdog-core==0.18.1 " ,
14+ " taskdog-client==0.18.1 " ,
1515 " click>=8.3.0" ,
1616 " rich>=14.2.0" ,
1717 " textual>=8.0.0" ,
@@ -28,7 +28,7 @@ dev = [
2828 " ruff>=0.7.0" ,
2929]
3030server = [
31- " taskdog-server==0.18.0 " ,
31+ " taskdog-server==0.18.1 " ,
3232]
3333
3434[project .scripts ]
Original file line number Diff line number Diff line change 11[project ]
22name = " taskdog-workspace"
3- version = " 0.18.0 "
3+ version = " 0.18.1 "
44description = " Taskdog monorepo workspace"
55readme = " README.md"
66requires-python = " >=3.12"
You can’t perform that action at this time.
0 commit comments