File tree Expand file tree Collapse file tree 5 files changed +122
-16
lines changed Expand file tree Collapse file tree 5 files changed +122
-16
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-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 httpx
15+ # via openai
1216argcomplete==3.1.2
17+ # via nox
1318attrs==23.1.0
14- azure-core==1.29.6
19+ # via pytest
20+ azure-core==1.30.0
21+ # via azure-identity
1522azure-identity==1.15.0
1623certifi==2023.7.22
24+ # via httpcore
25+ # via httpx
26+ # via requests
1727cffi==1.16.0
28+ # via cryptography
1829charset-normalizer==3.3.2
30+ # via requests
1931colorlog==6.7.0
20- cryptography==41.0.7
32+ # via nox
33+ cryptography==42.0.3
34+ # via azure-identity
35+ # via msal
36+ # via pyjwt
2137dirty-equals==0.6.0
2238distlib==0.3.7
39+ # via virtualenv
2340distro==1.8.0
41+ # via openai
2442exceptiongroup==1.1.3
43+ # via anyio
2544filelock==3.12.4
45+ # via virtualenv
2646h11==0.14.0
47+ # via httpcore
2748httpcore==1.0.2
49+ # via httpx
2850httpx==0.25.2
51+ # via openai
52+ # via respx
2953idna==3.4
54+ # via anyio
55+ # via httpx
56+ # via requests
3057importlib-metadata==7.0.0
3158iniconfig==2.0.0
59+ # via pytest
3260msal==1.26.0
61+ # via azure-identity
62+ # via msal-extensions
3363msal-extensions==1.1.0
64+ # via azure-identity
3465mypy==1.7.1
3566mypy-extensions==1.0.0
67+ # via mypy
3668nodeenv==1.8.0
69+ # via pyright
3770nox==2023.4.22
3871numpy==1.26.3
72+ # via openai
73+ # via pandas
74+ # via pandas-stubs
3975packaging==23.2
76+ # via msal-extensions
77+ # via nox
78+ # via pytest
4079pandas==2.1.4
80+ # via openai
4181pandas-stubs==2.1.4.231227
82+ # via openai
4283platformdirs==3.11.0
84+ # via virtualenv
4385pluggy==1.3.0
86+ # via pytest
4487portalocker==2.8.2
88+ # via msal-extensions
4589py==1.11.0
90+ # via pytest
4691pycparser==2.21
92+ # via cffi
4793pydantic==2.4.2
94+ # via openai
4895pydantic-core==2.10.1
96+ # via pydantic
4997pyjwt==2.8.0
98+ # via msal
5099pyright==1.1.332
51100pytest==7.1.1
101+ # via pytest-asyncio
52102pytest-asyncio==0.21.1
53103python-dateutil==2.8.2
104+ # via pandas
105+ # via time-machine
54106pytz==2023.3.post1
107+ # via dirty-equals
108+ # via pandas
55109requests==2.31.0
110+ # via azure-core
111+ # via msal
56112respx==0.20.2
57113ruff==0.1.9
114+ setuptools==68.2.2
115+ # via nodeenv
58116six==1.16.0
117+ # via azure-core
118+ # via python-dateutil
59119sniffio==1.3.0
120+ # via anyio
121+ # via httpx
122+ # via openai
60123time-machine==2.9.0
61124tomli==2.0.1
125+ # via mypy
126+ # via pytest
62127tqdm==4.66.1
63- types-pytz==2023.3.1.1
128+ # via openai
129+ types-pytz==2024.1.0.20240203
130+ # via pandas-stubs
64131types-tqdm==4.66.0.2
65132typing-extensions==4.8.0
66- tzdata==2023.4
67- urllib3==2.1.0
133+ # via azure-core
134+ # via mypy
135+ # via openai
136+ # via pydantic
137+ # via pydantic-core
138+ tzdata==2024.1
139+ # via pandas
140+ urllib3==2.2.1
141+ # via requests
68142virtualenv==20.24.5
143+ # via nox
69144zipp==3.17.0
70- # The following packages are considered to be unsafe in a requirements file:
71- setuptools==68.2.2
145+ # 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 httpx
15+ # via openai
1216certifi==2023.7.22
17+ # via httpcore
18+ # via httpx
1319distro==1.8.0
20+ # via openai
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 openai
1829idna==3.4
19- numpy==1.26.2
20- pandas==2.1.3
21- pandas-stubs==2.1.1.230928
30+ # via anyio
31+ # via httpx
32+ numpy==1.26.4
33+ # via openai
34+ # via pandas
35+ # via pandas-stubs
36+ pandas==2.2.0
37+ # via openai
38+ pandas-stubs==2.2.0.240218
39+ # via openai
2240pydantic==2.4.2
41+ # via openai
2342pydantic-core==2.10.1
43+ # via pydantic
2444python-dateutil==2.8.2
25- pytz==2023.3.post1
45+ # via pandas
46+ pytz==2024.1
47+ # via pandas
2648six==1.16.0
49+ # via python-dateutil
2750sniffio==1.3.0
51+ # via anyio
52+ # via httpx
53+ # via openai
2854tqdm==4.66.1
29- types-pytz==2023.3.1.1
55+ # via openai
56+ types-pytz==2024.1.0.20240203
57+ # via pandas-stubs
3058typing-extensions==4.8.0
31- tzdata==2023.3
59+ # via openai
60+ # via pydantic
61+ # via pydantic-core
62+ tzdata==2024.1
63+ # via pandas
You can’t perform that action at this time.
0 commit comments