From d4d72890b89056b2ecb3b5bf04d2741a384e9a7d Mon Sep 17 00:00:00 2001 From: Tawakalt Date: Tue, 15 Aug 2023 17:16:52 +0200 Subject: [PATCH] add ticket ID to comment --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 84d4907a4fc8..b2bb4cfc2465 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,6 +152,7 @@ portalocker = "^2.7.0" structlog = "^23.1.0" structlog-sentry = "^2.0.2" # pin dnspython to avoid dependency incompatibility +# in order to fix https://rasahq.atlassian.net/browse/ATO-1419 dnspython = "2.3.0" [[tool.poetry.dependencies.tensorflow-io-gcs-filesystem]]