From 05123687afa1653fabee4b9e623532aca70c9246 Mon Sep 17 00:00:00 2001 From: LittleCoinCoin Date: Sun, 31 Aug 2025 01:22:43 +0900 Subject: [PATCH] fix(deps): fixed Hatch for entrypoint retrieval Hatchling suggered from not being able to connect to local servers after `Hatch-Validator` and `Hatch` failed to correctly adapt the public API. The issue lied in failing to provide a unique name for the entry file instead of the dictionary containing the file names of the mcp server and the hatch mcp wrapper. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8743d4e..606bb03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "ollama==0.5.1", "openai==1.97.0", - "hatch @ git+https://github.com/CrackingShells/Hatch.git@v0.6.1" + "hatch @ git+https://github.com/CrackingShells/Hatch.git@v0.6.2" ] [project.scripts]