Return the ISO-8601 upload time for deepagents SDK version.
Reads from CACHE_FILE under sdk_release_times, falling back to a
single PyPI fetch on cache miss and writing the result back so
subsequent calls stay local.
Installed SDK version string.
Skip the cache read and always hit PyPI.
The result is still written back to the cache.