Skip to content

Commit

Permalink
Install APIs too, yay.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Jul 6, 2023
1 parent f3149e2 commit 14f455e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/before-you-deprecate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ Here is a (non-exhaustive) list of potential API surface that you may need or wa

* your package depends on ``foo>1.2.3``. Are these pins part of your public API, and bumping the lower-pinned version of ``foo`` a breaking change? Doing so may of course affect users who are using ``foo==1.2.3`` alongside another of their own dependencies.

* today, your package has no binary (non-Python) dependencies. Is that a permanent promise of its installation "API"?

* ...

There are many many more.
Expand Down

0 comments on commit 14f455e

Please sign in to comment.