We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e586ca + 7cd6df0 commit 62897d4Copy full SHA for 62897d4
pyproject.toml
@@ -8,7 +8,7 @@ dependencies = [
8
"mcp[cli]>=1.10.0",
9
"psycopg[binary]>=3.2.6",
10
"humanize>=4.8.0",
11
- "pglast==7.8",
+ "pglast==7.10",
12
"attrs>=25.3.0",
13
"psycopg-pool>=3.2.6",
14
"instructor>=1.7.9",
@@ -66,10 +66,10 @@ asyncio_default_fixture_loop_scope = "function"
66
[dependency-groups]
67
dev = [
68
"docker>=7.1.0",
69
- "pyright==1.1.406",
+ "pyright==1.1.407",
70
"pytest-asyncio>=0.26.0",
71
"pytest>=8.3.5",
72
- "ruff==0.14.1",
+ "ruff==0.14.2",
73
]
74
75
[tool.black]
0 commit comments