6.9.1 version, I got deprecation warning about warn. Can you fix these annoying messages?
C:\Python37\lib\site-packages\ldclient\client.py:287: DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead
+ str(default) + " for feature key: " + key)
6.9.1 version, I got deprecation warning about
warn. Can you fix these annoying messages?