From 7088f3b9762d0b276fd07ca3dc5fb540cc675f4d Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 6 Jan 2025 13:29:44 -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 d29ff84f1..8da60795a 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 = { git = "https://github.com/wbond/oscrypto.git", rev = "1547f53" } +oscrypto = { git = "https://github.com/wbond/oscrypto.git" } packaging = "==24.1" poetry-dotenv-plugin = "==0.2.0" psycopg2-binary = "==2.9.9"