Good Idea to update python lib

Hello!
I want to ask if is is a “good” idea to update the pyhton lib pyscard if there are new version?

I Java It is almost always a good Idea to update libraries but I am not sure whether this is also true for Python libs.
regards
T.L.

Both for Java and for Python it is the same - for example one could follow the following process:

  • Review release notes
  • Review code changes
  • Consider running built-in tests
  • Run your own integration tests based on how you plan to use the library, if needed.
  • See if it works and be ready to go back to the previous release if it does not.