File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
extensions/package-vulnerability-scanner Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3333 "checksum" : " e3063b5ce9771a34d7fa23f2234d3668"
3434 },
3535 "requirements.txt" : {
36- "checksum" : " 3b9b57b849bc53863f92c720581ee6d8 "
36+ "checksum" : " 9fc5cc5fb559eded1f323793b73e82c5 "
3737 }
3838 },
3939 "extension" : {
4444 "category" : " extension" ,
4545 "minimumConnectVersion" : " 2025.04.0" ,
4646 "requiredFeatures" : [" API Publishing" ],
47- "version" : " 2.0.0 "
47+ "version" : " 2.0.1 "
4848 }
4949}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ readme = "README.md"
66requires-python = " >=3.8"
77dependencies = [
88 " fastapi[standard]>=0.115.12" ,
9+ " starlette>=0.47.2" ,
910 " httpx>=0.28.1" ,
1011 " posit-sdk>=0.10.0" ,
1112]
Original file line number Diff line number Diff line change 11httpx
22fastapi
3+ starlette >= 0.47.2
34posit-sdk
You can’t perform that action at this time.
0 commit comments