We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd3d26 commit af8cfcfCopy full SHA for af8cfcf
.devcontainer/devcontainer.json
@@ -42,7 +42,7 @@
42
]
43
}
44
},
45
- "initializeCommand": "powershell.exe .\\.devcontainer\\initialize.ps1",
+ "initializeCommand": "powershell.exe ./.devcontainer/initialize.ps1",
46
"postCreateCommand": "python -m pip install --upgrade pip; pip3 install -r ${containerWorkspaceFolder}/requirements-dev.txt",
47
"remoteUser": "vscode",
48
"mounts": [
requirements.txt
@@ -1,10 +1,10 @@
1
-anyio>=4.4.0
+anyio>=4.9.0
2
cachetools
3
contextvars
4
cryptography
5
-fastapi[all]>=0.109.1
+fastapi[all]>=0.115.12
6
PyJWT
7
-starlette >= 0.40.0
+starlette >= 0.46.2
8
types-cachetools
9
types-requests
10
-zipp>=3.19.1
+zipp>=3.21.0
0 commit comments