From 18be05fd945d01d5cd936b668fc1dbf73988a3f8 Mon Sep 17 00:00:00 2001 From: Mattia Almansi Date: Thu, 24 Oct 2024 13:33:34 +0200 Subject: [PATCH] pin multiurl (#109) --- pyproject.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 967ec24..eceda65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,9 +15,15 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Topic :: Scientific/Engineering" ] -dependencies = ["attrs", "multiurl", "requests", "typing-extensions"] +dependencies = [ + "attrs", + "multiurl >= 0.3.2", + "requests", + "typing-extensions" +] description = "CADS API Python client" dynamic = ["version"] license = {file = "LICENSE"}