Skip to content

Commit be8597b

Browse files
chore(internal): bump rye to v0.24.0 (anthropics#348)
1 parent a87443a commit be8597b

File tree

6 files changed

+140
-14
lines changed

6 files changed

+140
-14
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
33

44
USER 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
77
ENV PATH=/home/vscode/.rye/shims:$PATH
88

99
RUN echo "[[ -d .venv ]] && source .venv/bin/activate" >> /home/vscode/.bashrc

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

.github/workflows/create-releases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
curl -sSf https://rye-up.com/get | bash
2929
echo "$HOME/.rye/shims" >> $GITHUB_PATH
3030
env:
31-
RYE_VERSION: 0.15.2
31+
RYE_VERSION: 0.24.0
3232
RYE_INSTALL_OPTION: "--yes"
3333

3434
- name: Publish to PyPI

.github/workflows/publish-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
curl -sSf https://rye-up.com/get | bash
1818
echo "$HOME/.rye/shims" >> $GITHUB_PATH
1919
env:
20-
RYE_VERSION: 0.15.2
20+
RYE_VERSION: 0.24.0
2121
RYE_INSTALL_OPTION: "--yes"
2222

2323
- name: Publish to PyPI

requirements-dev.lock

+81-5
Original file line numberDiff line numberDiff line change
@@ -5,69 +5,145 @@
55
# pre: false
66
# features: []
77
# all-features: true
8+
# with-sources: false
89

910
-e file:.
1011
annotated-types==0.6.0
12+
# via pydantic
1113
anyio==4.1.0
14+
# via anthropic
15+
# via httpx
1216
argcomplete==3.1.2
17+
# via nox
1318
attrs==23.1.0
19+
# via pytest
1420
boto3==1.28.58
21+
# via anthropic
1522
boto3-stubs==1.28.41
1623
botocore==1.31.58
17-
botocore-stubs==1.34.31
24+
# via anthropic
25+
# via boto3
26+
# via s3transfer
27+
botocore-stubs==1.34.45
28+
# via boto3-stubs
1829
cachetools==5.3.2
30+
# via google-auth
1931
certifi==2023.7.22
32+
# via httpcore
33+
# via httpx
34+
# via requests
2035
charset-normalizer==3.3.2
36+
# via requests
2137
colorlog==6.7.0
38+
# via nox
2239
dirty-equals==0.6.0
2340
distlib==0.3.7
41+
# via virtualenv
2442
distro==1.8.0
43+
# via anthropic
2544
exceptiongroup==1.1.3
45+
# via anyio
2646
filelock==3.12.4
27-
fsspec==2023.12.2
47+
# via huggingface-hub
48+
# via virtualenv
49+
fsspec==2024.2.0
50+
# via huggingface-hub
2851
google-auth==2.26.2
52+
# via anthropic
2953
h11==0.14.0
54+
# via httpcore
3055
httpcore==1.0.2
56+
# via httpx
3157
httpx==0.25.2
58+
# via anthropic
59+
# via respx
3260
huggingface-hub==0.16.4
61+
# via tokenizers
3362
idna==3.4
63+
# via anyio
64+
# via httpx
65+
# via requests
3466
importlib-metadata==7.0.0
3567
iniconfig==2.0.0
68+
# via pytest
3669
jmespath==1.0.1
70+
# via boto3
71+
# via botocore
3772
mypy==1.7.1
3873
mypy-extensions==1.0.0
74+
# via mypy
3975
nodeenv==1.8.0
76+
# via pyright
4077
nox==2023.4.22
4178
packaging==23.2
79+
# via huggingface-hub
80+
# via nox
81+
# via pytest
4282
platformdirs==3.11.0
83+
# via virtualenv
4384
pluggy==1.3.0
85+
# via pytest
4486
py==1.11.0
87+
# via pytest
4588
pyasn1==0.5.1
89+
# via pyasn1-modules
90+
# via rsa
4691
pyasn1-modules==0.3.0
92+
# via google-auth
4793
pydantic==2.4.2
94+
# via anthropic
4895
pydantic-core==2.10.1
96+
# via pydantic
4997
pyright==1.1.332
5098
pytest==7.1.1
99+
# via pytest-asyncio
51100
pytest-asyncio==0.21.1
52101
python-dateutil==2.8.2
102+
# via botocore
103+
# via time-machine
53104
pytz==2023.3.post1
105+
# via dirty-equals
54106
pyyaml==6.0.1
107+
# via huggingface-hub
55108
requests==2.31.0
109+
# via huggingface-hub
56110
respx==0.20.2
57111
rsa==4.9
112+
# via google-auth
58113
ruff==0.1.9
59114
s3transfer==0.7.0
115+
# via boto3
116+
setuptools==68.2.2
117+
# via nodeenv
60118
six==1.16.0
119+
# via python-dateutil
61120
sniffio==1.3.0
121+
# via anthropic
122+
# via anyio
123+
# via httpx
62124
time-machine==2.9.0
63125
tokenizers==0.14.0
126+
# via anthropic
64127
tomli==2.0.1
65-
tqdm==4.66.1
128+
# via mypy
129+
# via pytest
130+
tqdm==4.66.2
131+
# via huggingface-hub
66132
types-awscrt==0.20.3
133+
# via botocore-stubs
67134
types-s3transfer==0.10.0
135+
# via boto3-stubs
68136
typing-extensions==4.8.0
137+
# via anthropic
138+
# via boto3-stubs
139+
# via huggingface-hub
140+
# via mypy
141+
# via pydantic
142+
# via pydantic-core
69143
urllib3==1.26.18
144+
# via botocore
145+
# via requests
70146
virtualenv==20.24.5
147+
# via nox
71148
zipp==3.17.0
72-
# The following packages are considered to be unsafe in a requirements file:
73-
setuptools==68.2.2
149+
# via importlib-metadata

requirements.lock

+55-5
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,89 @@
55
# pre: false
66
# features: []
77
# all-features: true
8+
# with-sources: false
89

910
-e file:.
1011
annotated-types==0.6.0
12+
# via pydantic
1113
anyio==4.1.0
12-
boto3==1.34.31
13-
botocore==1.34.31
14+
# via anthropic
15+
# via httpx
16+
boto3==1.34.45
17+
# via anthropic
18+
botocore==1.34.45
19+
# via anthropic
20+
# via boto3
21+
# via s3transfer
1422
cachetools==5.3.2
23+
# via google-auth
1524
certifi==2023.7.22
25+
# via httpcore
26+
# via httpx
27+
# via requests
1628
charset-normalizer==3.3.2
29+
# via requests
1730
distro==1.8.0
31+
# via anthropic
1832
exceptiongroup==1.1.3
33+
# via anyio
1934
filelock==3.13.1
20-
fsspec==2023.12.0
21-
google-auth==2.26.2
35+
# via huggingface-hub
36+
fsspec==2024.2.0
37+
# via huggingface-hub
38+
google-auth==2.28.0
39+
# via anthropic
2240
h11==0.14.0
41+
# via httpcore
2342
httpcore==1.0.2
43+
# via httpx
2444
httpx==0.25.2
45+
# via anthropic
2546
huggingface-hub==0.16.4
47+
# via tokenizers
2648
idna==3.4
49+
# via anyio
50+
# via httpx
51+
# via requests
2752
jmespath==1.0.1
53+
# via boto3
54+
# via botocore
2855
packaging==23.2
56+
# via huggingface-hub
2957
pyasn1==0.5.1
58+
# via pyasn1-modules
59+
# via rsa
3060
pyasn1-modules==0.3.0
61+
# via google-auth
3162
pydantic==2.4.2
63+
# via anthropic
3264
pydantic-core==2.10.1
65+
# via pydantic
3366
python-dateutil==2.8.2
67+
# via botocore
3468
pyyaml==6.0.1
69+
# via huggingface-hub
3570
requests==2.31.0
71+
# via huggingface-hub
3672
rsa==4.9
73+
# via google-auth
3774
s3transfer==0.10.0
75+
# via boto3
3876
six==1.16.0
77+
# via python-dateutil
3978
sniffio==1.3.0
79+
# via anthropic
80+
# via anyio
81+
# via httpx
4082
tokenizers==0.14.0
41-
tqdm==4.66.1
83+
# via anthropic
84+
tqdm==4.66.2
85+
# via huggingface-hub
4286
typing-extensions==4.8.0
87+
# via anthropic
88+
# via huggingface-hub
89+
# via pydantic
90+
# via pydantic-core
4391
urllib3==1.26.18
92+
# via botocore
93+
# via requests

0 commit comments

Comments
 (0)