Skip to content
This repository was archived by the owner on Jun 25, 2026. It is now read-only.

Commit 2b952ef

Browse files
committed
Chore: Relax dependencies to reduce Dependabot traffic
1 parent 1c189aa commit 2b952ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name = "cratedb-sqlparse-generator"
33
version = "0.0.1"
44
description = "Dependencies to build and generate cratedb-sqlparse parsers; same for all target languages"
55
readme = "README.md"
6-
requires-python = ">=3.12"
6+
requires-python = ">=3.10"
77
dependencies = [
8-
"antlr4-tools>=0.2.1",
9-
"requests>=2.32.3",
8+
"antlr4-tools<0.3",
9+
"requests<3",
1010
]
1111
tool.uv.package = false

0 commit comments

Comments
 (0)