What's the best way to get the AnyIO version number with Python? #713
-
I've been working with AnyIO 3 for a while now and would like to add support for AnyIO 4. As shown in the version history, AnyIO 4 makes some backwards incompatible changes and adds some new features. To help support multiple versions of a package, I would typically import and read the version number with something like The Line 35 in 4a23745 The only place I see the version number referenced is in the source code for the docs, where Line 4 in 4a23745 Lines 21 to 23 in 4a23745 So is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, that is the best way to get the version number of any installed Python library. |
Beta Was this translation helpful? Give feedback.
Yes, that is the best way to get the version number of any installed Python library.