File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
3
3
4
4
USER vscode
5
5
6
- RUN curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.24 .0" RYE_INSTALL_OPTION="--yes" bash
6
+ RUN curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.35 .0" RYE_INSTALL_OPTION="--yes" bash
7
7
ENV PATH=/home/vscode/.rye/shims:$PATH
8
8
9
9
RUN echo "[[ -d .venv ]] && source .venv/bin/activate" >> /home/vscode/.bashrc
Original file line number Diff line number Diff line change 21
21
curl -sSf https://rye.astral.sh/get | bash
22
22
echo "$HOME/.rye/shims" >> $GITHUB_PATH
23
23
env :
24
- RYE_VERSION : 0.24.0
24
+ RYE_VERSION : ' 0.35.0 '
25
25
RYE_INSTALL_OPTION : ' --yes'
26
26
27
27
- name : Install dependencies
41
41
curl -sSf https://rye.astral.sh/get | bash
42
42
echo "$HOME/.rye/shims" >> $GITHUB_PATH
43
43
env :
44
- RYE_VERSION : 0.24.0
44
+ RYE_VERSION : ' 0.35.0 '
45
45
RYE_INSTALL_OPTION : ' --yes'
46
46
47
47
- name : Bootstrap
Original file line number Diff line number Diff line change 21
21
curl -sSf https://rye.astral.sh/get | bash
22
22
echo "$HOME/.rye/shims" >> $GITHUB_PATH
23
23
env :
24
- RYE_VERSION : 0.24.0
25
- RYE_INSTALL_OPTION : " --yes"
24
+ RYE_VERSION : ' 0.35.0 '
25
+ RYE_INSTALL_OPTION : ' --yes'
26
26
27
27
- name : Publish to PyPI
28
28
run : |
Original file line number Diff line number Diff line change 1
1
configured_endpoints : 21
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-46c4a5f130f6e345a9aea686def3f4b271fd4f0a5c32393e8187c9f8903383c4 .yml
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-aa7ccedb699bed34cbd5517083853ccd969238cea910e80ac045b0621135e395 .yml
Original file line number Diff line number Diff line change 6
6
# features: []
7
7
# all-features: true
8
8
# with-sources: false
9
+ # generate-hashes: false
9
10
10
11
-e file:.
11
12
annotated-types==0.6.0
Original file line number Diff line number Diff line change 6
6
# features: []
7
7
# all-features: true
8
8
# with-sources: false
9
+ # generate-hashes: false
9
10
10
11
-e file:.
11
12
annotated-types==0.6.0
You can’t perform that action at this time.
0 commit comments