diff --git a/pyproject.toml b/pyproject.toml index 4bbeab6..9ca9909 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ requires-python = ">=3.10" dynamic = ["version"] dependencies = [ - "antlr4-python3-runtime~=4.9.3", + "antlr4-python3-runtime>=4.9.3,<4.14.0", "jsonasobj>=1.2.1", "requests", ] diff --git a/uv.lock b/uv.lock index 14aac4f..8d7a117 100644 --- a/uv.lock +++ b/uv.lock @@ -4,9 +4,12 @@ requires-python = ">=3.10" [[package]] name = "antlr4-python3-runtime" -version = "4.9.3" +version = "4.13.2" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz", hash = "sha256:f224469b4168294902bb1efa80a8bf7855f24c99aef99cbefc1bcd3cce77881b", size = 117034, upload-time = "2021-11-06T17:52:23.524Z" } +sdist = { url = "https://files.pythonhosted.org/packages/33/5f/2cdf6f7aca3b20d3f316e9f505292e1f256a32089bd702034c29ebde6242/antlr4_python3_runtime-4.13.2.tar.gz", hash = "sha256:909b647e1d2fc2b70180ac586df3933e38919c85f98ccc656a96cd3f25ef3916", size = 117467, upload-time = "2024-08-03T19:00:12.757Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/89/03/a851e84fcbb85214dc637b6378121ef9a0dd61b4c65264675d8a5c9b1ae7/antlr4_python3_runtime-4.13.2-py3-none-any.whl", hash = "sha256:fe3835eb8d33daece0e799090eda89719dbccee7aa39ef94eed3818cafa5a7e8", size = 144462, upload-time = "2024-08-03T19:00:11.134Z" }, +] [[package]] name = "certifi" @@ -322,7 +325,7 @@ dev = [ [package.metadata] requires-dist = [ - { name = "antlr4-python3-runtime", specifier = "~=4.9.3" }, + { name = "antlr4-python3-runtime", specifier = ">=4.9.3,<4.14.0" }, { name = "jsonasobj", specifier = ">=1.2.1" }, { name = "requests" }, ]