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.
1 parent 1c189aa commit 2b952efCopy full SHA for 2b952ef
1 file changed
pyproject.toml
@@ -3,9 +3,9 @@ name = "cratedb-sqlparse-generator"
3
version = "0.0.1"
4
description = "Dependencies to build and generate cratedb-sqlparse parsers; same for all target languages"
5
readme = "README.md"
6
-requires-python = ">=3.12"
+requires-python = ">=3.10"
7
dependencies = [
8
- "antlr4-tools>=0.2.1",
9
- "requests>=2.32.3",
+ "antlr4-tools<0.3",
+ "requests<3",
10
]
11
tool.uv.package = false
0 commit comments