Skip to content

Commit 39bd5e9

Browse files
committed
chore: update dependencies and fix documentation
Dependencies: - mcp: 1.23.1 → 1.25.0 - starlette: 0.50.0 → 0.51.0 - instructor: 1.13.0 → 1.14.1 - humanize: 4.14.0 → 4.15.0 - certifi: 2025.11.12 → 2026.1.4 Documentation: - Fix DOCKER_README version badge: v1.1.1 → v1.2.0 - Update last updated dates to January 13, 2026
1 parent 5427f59 commit 39bd5e9

File tree

2 files changed

+27
-24
lines changed

2 files changed

+27
-24
lines changed

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,22 @@ description = "Enterprise PostgreSQL MCP Server - Enhanced fork with comprehensi
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"mcp[cli]>=1.23.0",
8+
"mcp[cli]>=1.25.0",
99
"psycopg[binary]>=3.2.6",
10-
"humanize>=4.11.0",
10+
"humanize>=4.15.0",
1111
"pglast==7.11",
1212
"attrs>=25.3.0",
1313
"psycopg-pool>=3.2.6",
14-
"instructor>=1.7.9",
14+
"instructor>=1.14.1",
1515
"h11>=0.16.0",
1616
"setuptools>=78.1.1",
17-
# Security: Force updated versions to fix CVEs (Dec 6, 2025 update)
18-
"starlette>=0.49.1", # CVE-2025-62727, CVE-2025-54121
17+
# Security: Force updated versions to fix CVEs
18+
"starlette>=0.51.0", # CVE-2025-62727, CVE-2025-54121
1919
"urllib3>=2.6.3", # CVE-2026-21441 (data amplification attack)
2020
"requests>=2.32.4", # CVE-2024-47081
2121
"aiohttp>=3.13.3", # CVE-2025-69223 + 7 security fixes
2222
"filelock>=3.20.1", # CVE-2025-68146 (race condition fix)
23+
"certifi>=2026.1.4", # Updated SSL certificates
2324
]
2425
license = "mit"
2526
license-files = ["LICENSE"]

uv.lock

Lines changed: 21 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)