mirror of
https://github.com/simonw/dclient.git
synced 2026-07-21 08:24:32 +02:00
Release 0.5a3
Pin to httpx<1.0
This commit is contained in:
parent
ed589d34cf
commit
80786dadaf
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "dclient"
|
||||
version = "0.5a2"
|
||||
version = "0.5a3"
|
||||
description = "A client CLI utility for Datasette instances"
|
||||
readme = "README.md"
|
||||
authors = [{name = "Simon Willison"}]
|
||||
|
|
@ -9,7 +9,7 @@ requires-python = ">=3.10"
|
|||
dependencies = [
|
||||
"click",
|
||||
"click-default-group",
|
||||
"httpx",
|
||||
"httpx<1.0",
|
||||
"sqlite-utils",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue