Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontapp_mcp_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"fastmcp>=2.13.0",
"frontapp-openapi-client>=0.51.0",
"prefab-ui>=0.19,<0.20",
"pydantic>=2.12.0",
"pydantic>=2.13.4",
"python-dotenv>=1.0.0",
"structlog>=25.5.0",
"aiosqlite>=0.20.0",
Expand Down
34 changes: 17 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ dependencies = [
"tenacity>=9.1.0",
"python-dotenv>=1.0.0",
# Security-critical: urllib3 >= 2.6.3 fixes CVE-2025-66471, CVE-2025-66418, and CVE-2026-21441
"urllib3>=2.6.3",
"pydantic>=2.13.3",
"urllib3>=2.7.0",
"pydantic>=2.13.4",
"email-validator>=2.2.0", # Required for Pydantic EmailStr fields
"typing-extensions>=4.13.0",
"httpx-retries>=0.5.0",
"typing-extensions>=4.16.0",
"httpx-retries>=0.6.0",
]

[project.urls]
Expand All @@ -65,43 +65,43 @@ frontapp-release = "semantic_release.cli:main"
[project.optional-dependencies]
dev = [
# Testing
"pytest>=9.0.0",
"pytest-asyncio>=0.26.0",
"pytest>=9.1.1",
"pytest-asyncio>=1.4.0",
"pytest-cov>=7.0.0",
"pytest-mock>=3.14.0",
"pytest-timeout>=2.4.0",
"pytest-xdist>=3.6.1",
"tox>=4.53.1",
"tox>=4.57.0",
# Code quality and linting
"ruff>=0.15.12",
"ruff>=0.15.22",
"pre-commit>=4.5.0",
# Build tools
"build>=1.5.0",
# YAML linting
"yamllint>=1.37.0",
# OpenAPI validation
"pyyaml>=6.0.0",
"openapi-spec-validator>=0.7.0",
"openapi-spec-validator>=0.9.0",
# Type stubs
"types-python-dateutil>=2.9.0",
"types-PyYAML>=6.0.0",
"types-urllib3>=1.26.0",
# OpenAPI tools
"openapi-python-client>=0.25.2",
"openapi-python-client>=0.29.0",
# Semantic release
"python-semantic-release>=10.5.0",
"python-semantic-release>=10.6.1",
# MCP server (workspace member) — needed to run frontapp_mcp_server/tests/
"frontapp-mcp-server",
]

docs = [
# Documentation - MkDocs
"mkdocs>=1.6.0",
"mkdocs-material>=9.7.0",
"mkdocs-material>=9.7.7",
"mkdocstrings[python]>=1.0.4",
"mkdocs-gen-files>=0.5.0",
"mkdocs-literate-nav>=0.6.0",
"mkdocs-swagger-ui-tag>=0.7.1",
"mkdocs-swagger-ui-tag>=0.8.1",
]

[build-system]
Expand All @@ -111,11 +111,11 @@ build-backend = "hatchling.build"
[dependency-groups]
dev = [
"aiofiles>=25.1.0",
"aiohttp>=3.13.3",
"aiohttp>=3.14.1",
"brotli>=1.2.0",
"openapi-spec-validator>=0.8.5",
"poethepoet>=0.45.0",
"ty>=0.0.34",
"openapi-spec-validator>=0.9.0",
"poethepoet>=0.48.0",
"ty>=0.0.61",
"types-jsonschema>=4.25.1.20251009",
]

Expand Down
Loading
Loading