From 14cc695d3bbe4a4c95db95a4143992722204aac9 Mon Sep 17 00:00:00 2001 From: degoNDL Date: Sat, 25 Apr 2026 13:12:40 -0300 Subject: [PATCH 1/2] SCRUM-146 chore: remove psycopg[binary] redundante, mantendo psycopg2-binary --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6e53f65..05e3ee9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,7 @@ fastapi uvicorn[standard] sqlalchemy alembic -psycopg2 -psycopg[binary] +psycopg2-binary pydantic-settings python-dotenv pytest From 48cf6eca36bdd98f96b161875c32a27a9182fb29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Apr 2026 09:01:08 +0000 Subject: [PATCH 2/2] SCRUM-197 chore: auto-bump version to 0.1.3 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index d917d3e..b1e80bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.2 +0.1.3