From b7fd9667f08ac61e4a103631d4ff2d9e3ac1759b Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Mon, 22 Apr 2024 16:28:03 -0400
Subject: [PATCH] =?UTF-8?q?ci:=20don=E2=80=99t=20pin=20Poetry=20version?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4370c1f6..c788b6d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ build-openapi-scheme:
     - apt-get update
     - apt-get install -y gcc libldap2-dev libsasl2-dev libmagic-dev
     - python3 -m pip install --upgrade pip
-    - python3 -m pip install poetry==1.8.1
+    - python3 -m pip install poetry
     - poetry install --without dev,test --no-root
   script:
     - mkdir public
-- 
GitLab