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.
2 parents 10bbc31 + 843a605 commit 78107f3Copy full SHA for 78107f3
extensions/champion-dashboard/manifest.json
@@ -15,7 +15,7 @@
15
},
16
"environment": {
17
"python": {
18
- "requires": "~=3.12.0"
+ "requires": ">=3.10"
19
}
20
21
"extension": {
@@ -29,7 +29,7 @@
29
"OpenTelemetry"
30
],
31
"minimumConnectVersion": "2025.11.0",
32
- "version": "1.0.3"
+ "version": "1.0.4"
33
34
"files": {
35
"requirements.txt": {
extensions/champion-dashboard/pyproject.toml
@@ -3,7 +3,7 @@ name = "champion-dashboard"
3
version = "0.1.0"
4
description = "Add your description here"
5
readme = "README.md"
6
-requires-python = ">=3.11.3"
+requires-python = ">=3.10"
7
dependencies = [
8
"datetime>=6.0",
9
"posit-sdk>=0.12.1",
0 commit comments