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

Commit

Permalink
pin multiurl (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 authored Oct 24, 2024
1 parent 6faa836 commit 18be05f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 18be05f

Please sign in to comment.