Skip to content

Commit

Permalink
fix: bump python-multipart dependency (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewiscowles1986 authored Nov 20, 2024
1 parent 4b948aa commit deda778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webworker.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async function startDatasette(settings) {
# Workaround for Requested 'h11<0.13,>=0.11', but h11==0.13.0 is already installed
await micropip.install("h11==0.12.0")
await micropip.install("httpx==0.23")
await micropip.install("python-multipart==0.0.12")
await micropip.install("python-multipart==0.0.15")
# To avoid possible 'from typing_extensions import deprecated' error:
await micropip.install('typing-extensions>=4.12.2')
await micropip.install("${datasetteToInstall}", pre=${pre})
Expand Down

0 comments on commit deda778

Please sign in to comment.