Skip to content

Commit

Permalink
fix pin version of fastapi-utils to known good version
Browse files Browse the repository at this point in the history
  • Loading branch information
leozqin committed May 14, 2024
1 parent 2e94e4a commit 9bf2071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "precis"
version = "0.1.3"
version = "0.1.4"
description = "A framework for automating your media diet"
requires-python = ">=3.11"
license = {file = "LICENSE"}
Expand Down Expand Up @@ -37,7 +37,7 @@ dependencies = [
"fastapi==0.110.1",
"uvicorn[standard]",
"tinydb",
"fastapi-utils",
"fastapi-utils==0.2.1",
"jinja2",
"html2text",
"lxml_html_clean",
Expand Down

0 comments on commit 9bf2071

Please sign in to comment.