Release 0.5a3

Pin to httpx<1.0
This commit is contained in:
Simon Willison 2026-03-07 07:15:10 -08:00 committed by GitHub
commit 80786dadaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",
]