From d02e928477c0db857c85c157cc75a622b368a38b Mon Sep 17 00:00:00 2001 From: "Dung LT." Date: Wed, 18 Sep 2024 14:17:46 +0700 Subject: [PATCH] Update: dependencies xmljson --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6f4cb52..e33b65b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ websockets = "^13.0.1" pydantic = "^2.9.1" pyjwt = "^2.9.0" pycryptodome = "^3.20.0" -xmljson = "^^0.2.1" +xmljson = "^0.2.1" [build-system] requires = ["poetry-core"]