You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix an opaque error when creating a manifest using Python <= 3.10 with a
version requirement in a pyproject.toml file. A warning is shown rather
than an error when the tomllib package is not present. (#1226)
Address CRAN test failures caused by some openssl configurations. (#1255)