Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 18be05f

Browse files
authored
pin multiurl (#109)
1 parent 6faa836 commit 18be05f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,15 @@ classifiers = [
1515
"Programming Language :: Python :: 3.10",
1616
"Programming Language :: Python :: 3.11",
1717
"Programming Language :: Python :: 3.12",
18+
"Programming Language :: Python :: 3.13",
1819
"Topic :: Scientific/Engineering"
1920
]
20-
dependencies = ["attrs", "multiurl", "requests", "typing-extensions"]
21+
dependencies = [
22+
"attrs",
23+
"multiurl >= 0.3.2",
24+
"requests",
25+
"typing-extensions"
26+
]
2127
description = "CADS API Python client"
2228
dynamic = ["version"]
2329
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)