dspy
dspy copied to clipboard
How can I check the current version of the dspy package?
I've tried the following methods without success
import dspy
print(dspy.__version__)
and
import importlib.metadata
importlib.metadata.version('dspy')