File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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-up.com/get | RYE_VERSION="0.15.2 " RYE_INSTALL_OPTION="--yes" bash
6+ RUN curl -sSf https://rye-up.com/get | RYE_VERSION="0.24.0 " RYE_INSTALL_OPTION="--yes" bash
77ENV PATH=/home/vscode/.rye/shims:$PATH
88
99RUN echo "[[ -d .venv ]] && source .venv/bin/activate" >> /home/vscode/.bashrc
Original file line number Diff line number Diff line change 2121 curl -sSf https://rye-up.com/get | bash
2222 echo "$HOME/.rye/shims" >> $GITHUB_PATH
2323 env :
24- RYE_VERSION : 0.15.2
24+ RYE_VERSION : 0.24.0
2525 RYE_INSTALL_OPTION : " --yes"
2626
2727 - name : Install dependencies
Original file line number Diff line number Diff line change 2121 curl -sSf https://rye-up.com/get | bash
2222 echo "$HOME/.rye/shims" >> $GITHUB_PATH
2323 env :
24- RYE_VERSION : 0.15.2
24+ RYE_VERSION : 0.24.0
2525 RYE_INSTALL_OPTION : " --yes"
2626
2727 - name : Publish to PyPI
Original file line number Diff line number Diff line change 55# pre: false
66# features: []
77# all-features: true
8+ # with-sources: false
89
910-e file:.
1011annotated-types==0.6.0
12+ # via pydantic
1113anyio==4.1.0
14+ # via finch-api
15+ # via httpx
1216argcomplete==3.1.2
17+ # via nox
1318attrs==23.1.0
19+ # via pytest
1420certifi==2023.7.22
21+ # via httpcore
22+ # via httpx
1523colorlog==6.7.0
24+ # via nox
1625dirty-equals==0.6.0
1726distlib==0.3.7
27+ # via virtualenv
1828distro==1.8.0
29+ # via finch-api
1930exceptiongroup==1.1.3
31+ # via anyio
2032filelock==3.12.4
33+ # via virtualenv
2134h11==0.14.0
35+ # via httpcore
2236httpcore==1.0.2
37+ # via httpx
2338httpx==0.25.2
39+ # via finch-api
40+ # via respx
2441idna==3.4
42+ # via anyio
43+ # via httpx
2544importlib-metadata==7.0.0
2645iniconfig==2.0.0
46+ # via pytest
2747mypy==1.7.1
2848mypy-extensions==1.0.0
49+ # via mypy
2950nodeenv==1.8.0
51+ # via pyright
3052nox==2023.4.22
3153packaging==23.2
54+ # via nox
55+ # via pytest
3256platformdirs==3.11.0
57+ # via virtualenv
3358pluggy==1.3.0
59+ # via pytest
3460py==1.11.0
61+ # via pytest
3562pydantic==2.4.2
63+ # via finch-api
3664pydantic-core==2.10.1
65+ # via pydantic
3766pyright==1.1.332
3867pytest==7.1.1
68+ # via pytest-asyncio
3969pytest-asyncio==0.21.1
4070python-dateutil==2.8.2
71+ # via time-machine
4172pytz==2023.3.post1
73+ # via dirty-equals
4274respx==0.20.2
4375ruff==0.1.9
76+ setuptools==68.2.2
77+ # via nodeenv
4478six==1.16.0
79+ # via python-dateutil
4580sniffio==1.3.0
81+ # via anyio
82+ # via finch-api
83+ # via httpx
4684time-machine==2.9.0
4785tomli==2.0.1
86+ # via mypy
87+ # via pytest
4888typing-extensions==4.8.0
89+ # via finch-api
90+ # via mypy
91+ # via pydantic
92+ # via pydantic-core
4993virtualenv==20.24.5
94+ # via nox
5095zipp==3.17.0
51- # The following packages are considered to be unsafe in a requirements file:
52- setuptools==68.2.2
96+ # via importlib-metadata
Original file line number Diff line number Diff line change 55# pre: false
66# features: []
77# all-features: true
8+ # with-sources: false
89
910-e file:.
1011annotated-types==0.6.0
12+ # via pydantic
1113anyio==4.1.0
14+ # via finch-api
15+ # via httpx
1216certifi==2023.7.22
17+ # via httpcore
18+ # via httpx
1319distro==1.8.0
20+ # via finch-api
1421exceptiongroup==1.1.3
22+ # via anyio
1523h11==0.14.0
24+ # via httpcore
1625httpcore==1.0.2
26+ # via httpx
1727httpx==0.25.2
28+ # via finch-api
1829idna==3.4
30+ # via anyio
31+ # via httpx
1932pydantic==2.4.2
33+ # via finch-api
2034pydantic-core==2.10.1
35+ # via pydantic
2136sniffio==1.3.0
37+ # via anyio
38+ # via finch-api
39+ # via httpx
2240typing-extensions==4.8.0
41+ # via finch-api
42+ # via pydantic
43+ # via pydantic-core
You can’t perform that action at this time.
0 commit comments