From 8b2557563790481da3e664382d7298b22ad14a4d Mon Sep 17 00:00:00 2001 From: Bruno Salzano Date: Tue, 26 May 2026 00:16:55 +0200 Subject: [PATCH] chore: upgraded dependencies upgraded flatdict that caused a build problem --- pyproject.toml | 2 +- uv.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f460159..5799139 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "PyYAML>=6.0.2", "Jinja2>=3.1.3", "requests>=2.31.0", - "flatdict==4.0.1", # è l’ultima disponibile su PyPI + "flatdict==4.1.0", # è l’ultima disponibile su PyPI "minio==7.1.13", "backoff==2.2.1", # ultima versione disponibile "psycopg-binary==3.1.18", diff --git a/uv.lock b/uv.lock index 2178c03..cb26843 100644 --- a/uv.lock +++ b/uv.lock @@ -491,9 +491,12 @@ wheels = [ [[package]] name = "flatdict" -version = "4.0.1" +version = "4.1.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/3e/0d/424de6e5612f1399ff69bf86500d6a62ff0a4843979701ae97f120c7f1fe/flatdict-4.0.1.tar.gz", hash = "sha256:cd32f08fd31ed21eb09ebc76f06b6bd12046a24f77beb1fd0281917e47f26742", size = 8341 } +sdist = { url = "https://files.pythonhosted.org/packages/1f/ba/e0461697020839f60741e493fc42b20a4cd3f91594ed3228f65ae9a50aee/flatdict-4.1.0.tar.gz", hash = "sha256:63bcd906a0859d91d0aace44b327178706c7fcf85a88c7ccf0825628376ad66b", size = 33930 } +wheels = [ + { url = "https://files.pythonhosted.org/packages/12/b5/6b6c496304047982b67d984ed2f77c183f73d69f7dbbc0cd2928252cc6b4/flatdict-4.1.0-py3-none-any.whl", hash = "sha256:24c3ff816733e472f91071031bd286c3826ecf2d646d5020af49fe10b20a5677", size = 7248 }, +] [[package]] name = "frozenlist" @@ -920,7 +923,7 @@ requires-dist = [ { name = "flasgger", specifier = "==0.9.7.1" }, { name = "flask", specifier = ">=3.1.1" }, { name = "flask-cors", specifier = ">=6.0.0" }, - { name = "flatdict", specifier = "==4.0.1" }, + { name = "flatdict", specifier = "==4.1.0" }, { name = "ipython", marker = "extra == 'dev'", specifier = ">=8.24.0" }, { name = "jinja2", specifier = ">=3.1.3" }, { name = "minio", specifier = "==7.1.13" },