Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
76 views

Objective I'm using mypy to type check my code. Locally, this works fine by running mypy --install-types once on setup. It installs e.g. scipy-stubs, because the stubs are in an extra package. It ...
Mo_'s user avatar
  • 2,070
1 vote
1 answer
66 views

I am currently defining ORMs and DTOs in my fastapi application, and using SQLAlchemy 2.0 for this job. Many sources, including the official docs, specify that the way to use mapped types with ORMs is ...
xxixx's user avatar
  • 11