File tree Expand file tree Collapse file tree 8 files changed +17
-11
lines changed Expand file tree Collapse file tree 8 files changed +17
-11
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.35 .0" RYE_INSTALL_OPTION="--yes" bash
6+ RUN curl -sSf https://rye.astral.sh/get | RYE_VERSION="0.44 .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.35 .0'
24+ RYE_VERSION : ' 0.44 .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.35 .0'
45+ RYE_VERSION : ' 0.44 .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.35 .0'
24+ RYE_VERSION : ' 0.44 .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.2 "
2+ "." : " 1.6.3 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.6.3 (2025-03-17)
4+
5+ Full Changelog: [ v1.6.2...v1.6.3] ( https://github.com/lumalabs/lumaai-python/compare/v1.6.2...v1.6.3 )
6+
7+ ### Bug Fixes
8+
9+ * ** ci:** remove publishing patch ([ #136 ] ( https://github.com/lumalabs/lumaai-python/issues/136 ) ) ([ 3e94589] ( https://github.com/lumalabs/lumaai-python/commit/3e9458990500b8de744e2528cbc8012d7b390812 ) )
10+ * ** ci:** undo rye version revert ([ d6722a9] ( https://github.com/lumalabs/lumaai-python/commit/d6722a90b3a470e60fa63b50d071887aba55b830 ) )
11+
312## 1.6.2 (2025-03-17)
413
514Full Changelog: [ v1.6.1...v1.6.2] ( https://github.com/lumalabs/lumaai-python/compare/v1.6.1...v1.6.2 )
Original file line number Diff line number Diff line change 33set -eux
44mkdir -p dist
55rye build --clean
6- # Patching importlib-metadata version until upstream library version is updated
7- # https://github.com/pypa/twine/issues/977#issuecomment-2189800841
8- " $HOME /.rye/self/bin/python3" -m pip install ' importlib-metadata==7.2.1'
96rye publish --yes --token=$PYPI_TOKEN
Original file line number Diff line number Diff line change 11[project ]
22name = " lumaai"
3- version = " 1.6.2 "
3+ version = " 1.6.3 "
44description = " The official Python library for the lumaai API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
@@ -86,7 +86,7 @@ typecheck = { chain = [
8686"typecheck:mypy" = " mypy ."
8787
8888[build-system ]
89- requires = [" hatchling" , " hatch-fancy-pypi-readme" ]
89+ requires = [" hatchling==1.26.3 " , " hatch-fancy-pypi-readme" ]
9090build-backend = " hatchling.build"
9191
9292[tool .hatch .build ]
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.2 " # x-release-please-version
4+ __version__ = "1.6.3 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments