On Sat, Jul 18, 2026 at 7:48 PM Atanas Vladimirov <[email protected]> wrote: > > On 2026-07-14 18:43, Daniel Dickman wrote: > > CVSROOT: /cvs > > Module name: ports > > Changes by: [email protected] 2026/07/14 09:43:19 > > > > Modified files: > > www/py-fastapi : Makefile distinfo > > www/py-fastapi/pkg: PLIST > > > > Log message: > > update py-fastapi to 0.139.0 > > Hi, and thanks for the update. > > Just to mention that during a recent update (following -current) > I have updated to py-fastapi 0.139.0 package and found the hard way > that version 0.120.0 > https://fastapi.tiangolo.com/release-notes/#01200-2025-10-23 > adds a new (very small) dependency on annotated-doc. > You might want to add that to the dependency list :) >
Thank you, and I'm aware. There's an XXX comment in the Makefile currently: $ grep -n3 py-annotated-doc /usr/ports/www/py-fastapi/Makefile 22- --ignore tests/test_tutorial/test_graphql \ 23- --ignore tests/test_tutorial/test_wsgi 24- 25:# XXX: needs devel/py-annotated-doc 26-RUN_DEPENDS = devel/py-pydantic \ 27- devel/py-typing-extensions \ 28- devel/py-typing-inspection \
