We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c61cb9 commit d67e5feCopy full SHA for d67e5fe
src/package_version.rs
@@ -190,7 +190,7 @@ pub fn default_version(package: &PythonPackage) -> String {
190
PythonPackage::Maturin => "1.7.4".to_string(),
191
PythonPackage::Mkdocs => "1.6.1".to_string(),
192
PythonPackage::MkdocsMaterial => "9.5.44".to_string(),
193
- PythonPackage::Mkdocstrings => "0.26.2".to_string(),
+ PythonPackage::Mkdocstrings => "0.27.0".to_string(),
194
PythonPackage::MyPy => "1.13.0".to_string(),
195
PythonPackage::PreCommit => "4.0.0".to_string(),
196
PythonPackage::Pytest => "8.3.3".to_string(),
0 commit comments