Files
ports/misc/py-crewai-cli/files/patch-pyproject.toml
2026-07-17 18:51:48 -07:00

36 lines
810 B
TOML

--- pyproject.toml.orig 2026-07-17 21:05:33 UTC
+++ pyproject.toml
@@ -8,22 +8,22 @@ dependencies = [
]
requires-python = ">=3.10, <3.14"
dependencies = [
- "crewai-core==1.15.4",
+ "crewai-core>=1.15.2",
"click>=8.1.7,<9",
- "pydantic>=2.11.9,<2.13",
- "pydantic-settings~=2.10.1",
- "appdirs~=1.4.4",
+ "pydantic>=2.11.9",
+ "pydantic-settings>=2.10.1",
+ "appdirs>=1.4.4",
"cryptography>=42.0",
- "httpx~=0.28.1",
+ "httpx>=0.28.1",
"pyjwt>=2.13.0,<3",
"rich>=13.7.1",
- "tomli~=2.0.2",
- "tomli-w~=1.1.0",
+ "tomli>=2.0.2",
+ "tomli-w>=1.1.0",
"packaging>=23.0",
"python-dotenv>=1.2.2,<2",
- "uv~=0.11.6",
- "textual>=7.5.0",
- "certifi",
+ "uv>=0.11.6",
+ "textual>=6.12.0",
+ "certifi>=0",
]
[project.urls]