Skip to content

Commit f070c68

Browse files
Fix a syntax error in pyproject.toml for samsha-regression-tests.
1 parent ac96c0c commit f070c68

2 files changed

Lines changed: 2476 additions & 1 deletion

File tree

apps/utils/samhsa-regression-tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "1.0.0"
44
requires-python = ">=3.14"
55
dependencies = [
66
"aiohttp>=3.13.0",
7-
"psycopg[binary]>=3.2.10"",
7+
"psycopg[binary]>=3.2.10",
88
"asyncclick>=8.3.0.5",
99
"anyio>=4.11.0",
1010
"pydantic",

0 commit comments

Comments
 (0)