File tree Expand file tree Collapse file tree 8 files changed +15
-8
lines changed Expand file tree Collapse file tree 8 files changed +15
-8
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}
33
44USER vscode
55
6- RUN curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.44 .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
77ENV PATH=/home/vscode/.rye/shims:$PATH
88
99RUN echo "[[ -d .venv ]] && source .venv/bin/activate || export PATH=\$ PATH" >> /home/vscode/.bashrc
Original file line number Diff line number Diff line change 2121 curl -sSf https://rye.astral.sh/get | bash
2222 echo "$HOME/.rye/shims" >> $GITHUB_PATH
2323 env :
24- RYE_VERSION : ' 0.44 .0'
24+ RYE_VERSION : ' 0.35 .0'
2525 RYE_INSTALL_OPTION : ' --yes'
2626
2727 - name : Install dependencies
4242 curl -sSf https://rye.astral.sh/get | bash
4343 echo "$HOME/.rye/shims" >> $GITHUB_PATH
4444 env :
45- RYE_VERSION : ' 0.44 .0'
45+ RYE_VERSION : ' 0.35 .0'
4646 RYE_INSTALL_OPTION : ' --yes'
4747
4848 - name : Bootstrap
Original file line number Diff line number Diff line change 2121 curl -sSf https://rye.astral.sh/get | bash
2222 echo "$HOME/.rye/shims" >> $GITHUB_PATH
2323 env :
24- RYE_VERSION : ' 0.44 .0'
24+ RYE_VERSION : ' 0.35 .0'
2525 RYE_INSTALL_OPTION : ' --yes'
2626
2727 - name : Publish to PyPI
Original file line number Diff line number Diff line change 11{
2- "." : " 1.6.1 "
2+ "." : " 1.6.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.6.2 (2025-03-17)
4+
5+ Full Changelog: [ v1.6.1...v1.6.2] ( https://github.com/lumalabs/lumaai-python/compare/v1.6.1...v1.6.2 )
6+
7+ ### Bug Fixes
8+
9+ * ** ci:** revert rye version change ([ 9e4f00c] ( https://github.com/lumalabs/lumaai-python/commit/9e4f00ca379aba7aed502f12ccedac8edbfd9bf8 ) )
10+
311## 1.6.1 (2025-03-17)
412
513Full Changelog: [ v1.6.0...v1.6.1] ( https://github.com/lumalabs/lumaai-python/compare/v1.6.0...v1.6.1 )
Original file line number Diff line number Diff line change @@ -5,6 +5,5 @@ mkdir -p dist
55rye build --clean
66# Patching importlib-metadata version until upstream library version is updated
77# https://github.com/pypa/twine/issues/977#issuecomment-2189800841
8- " $HOME /.rye/self/bin/python3" -m ensurepip
98" $HOME /.rye/self/bin/python3" -m pip install ' importlib-metadata==7.2.1'
109rye publish --yes --token=$PYPI_TOKEN
Original file line number Diff line number Diff line change 11[project ]
22name = " lumaai"
3- version = " 1.6.1 "
3+ version = " 1.6.2 "
44description = " The official Python library for the lumaai API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "lumaai"
4- __version__ = "1.6.1 " # x-release-please-version
4+ __version__ = "1.6.2 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments