From 803a29333d7cb20543b1f7edd6bee83505a1ecaa Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 6 Jan 2025 13:25:13 -0800 Subject: [PATCH] try oscrypto 1.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dc568d89e..bffe8a25a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ marshmallow = "==3.22.0" marshmallow-sqlalchemy = "==1.0.0" newrelic = "*" notifications-python-client = "==10.0.0" -oscrypto = "==1.3.0" +oscrypto = { git = "https://github.com/wbond/oscrypto.git", tag = "v.1.3.1" } packaging = "==24.1" poetry-dotenv-plugin = "==0.2.0" psycopg2-binary = "==2.9.9"