From d8ba8538a35c5105113b3ccd21f2576cb5715587 Mon Sep 17 00:00:00 2001 From: Luik Date: Mon, 21 Oct 2024 17:47:14 +0200 Subject: [PATCH] Pin to release 0.9 isntead of commit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb38e72..436a85d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "eventsourcing==9.3", "sqlalchemy==2.0.32", "psycopg2==2.9.9", - "eventsourcing_sqlalchemy @ git+https://github.com/pyeventsourcing/eventsourcing-sqlalchemy@105a48a9ffa5e5573b24f3e19a48d238135ac91d#egg=eventsourcing_sqlalchemy" # Pinned to a specific commit + "eventsourcing_sqlalchemy==0.9" ] [tool.setuptools.packages]