ports/misc/py-instructor/files/patch-pyproject.toml
Po-Chuan Hsieh 5f95f20d44
misc/py-instructor: Allow build with py-typer 0.10.0+
- Bump PORTREVISION for package change

Obtained from:	c6273700c9
Approved by:	tagattie (maintainer, via private mail)
2024-05-20 01:18:32 +08:00

13 lines
363 B
TOML

Obtained from: https://github.com/jxnl/instructor/commit/c6273700c9ef7eea4acb88ac9eebb559d300a6a2
--- pyproject.toml.orig 2024-01-23 17:39:46 UTC
+++ pyproject.toml
@@ -13,7 +13,7 @@ docstring-parser = "^0.15"
openai = "^1.1.0"
pydantic = "^2.0.2"
docstring-parser = "^0.15"
-typer = "^0.9.0"
+typer = ">=0.9.0,<1.0.0"
rich = "^13.7.0"
aiohttp = "^3.9.1"