fix: add tldextract to all dependency group

The tldextract package was missing from the 'all' dependency group,
causing CI test failures. It was already in the 'server' group but
needed in 'all' for running unit tests in CI/CD.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
leex279
2025-10-19 15:52:59 +02:00
parent 957d8b94fb
commit 46ae55310f

View File

@@ -117,6 +117,7 @@ all = [
"cryptography>=41.0.0",
"slowapi>=0.1.9",
"docker>=6.1.0",
"tldextract>=5.0.0",
"logfire>=0.30.0",
# MCP specific (mcp version)
"mcp==1.12.2",