Skip to content

Commit 36265f9

Browse files
authored
python: bump pet version (#8893)
related to posit-dev/positron-builds#444 ### Release Notes <!-- Optionally, replace `N/A` with text to be included in the next release notes. The `N/A` bullets are ignored. If you refer to one or more Positron issues, these issues are used to collect information about the feature or bugfix, such as the relevant language pack as determined by Github labels of type `lang: `. The note will automatically be tagged with the language. These notes are typically filled by the Positron team. If you are an external contributor, you may ignore this section. --> #### New Features - N/A #### Bug Fixes - Update to use latest Python Environment Tools for Python interpreter discovery. ### QA Notes green ci, and normal discovery! i clicked around and everything looks to be acting as normal.
1 parent 4ae39ab commit 36265f9

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

extensions/positron-python/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1909,7 +1909,10 @@
19091909
}
19101910
}
19111911
},
1912-
"tags": ["positron-assistant", "requires-session:python"]
1912+
"tags": [
1913+
"positron-assistant",
1914+
"requires-session:python"
1915+
]
19131916
},
19141917
{
19151918
"name": "getInstalledPythonPackageVersion",
@@ -1925,7 +1928,10 @@
19251928
}
19261929
}
19271930
},
1928-
"tags": ["positron-assistant", "requires-session:python"]
1931+
"tags": [
1932+
"positron-assistant",
1933+
"requires-session:python"
1934+
]
19291935
},
19301936
{
19311937
"name": "get_python_environment_details",
@@ -2239,7 +2245,7 @@
22392245
},
22402246
"positron": {
22412247
"externalDependencies": {
2242-
"pet": "v2024.16.0"
2248+
"pet": "2025.12"
22432249
}
2244-
}
2250+
}
22452251
}

0 commit comments

Comments
 (0)