Skip to content

Commit

Permalink
chore(internal): bump rye to v0.24.0 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Feb 20, 2024
1 parent a87443a commit be8597b
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}

USER vscode

RUN curl -sSf https://rye-up.com/get | RYE_VERSION="0.15.2" RYE_INSTALL_OPTION="--yes" bash
RUN curl -sSf https://rye-up.com/get | RYE_VERSION="0.24.0" RYE_INSTALL_OPTION="--yes" bash
ENV PATH=/home/vscode/.rye/shims:$PATH

RUN echo "[[ -d .venv ]] && source .venv/bin/activate" >> /home/vscode/.bashrc
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
curl -sSf https://rye-up.com/get | bash
echo "$HOME/.rye/shims" >> $GITHUB_PATH
env:
RYE_VERSION: 0.15.2
RYE_VERSION: 0.24.0
RYE_INSTALL_OPTION: "--yes"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
curl -sSf https://rye-up.com/get | bash
echo "$HOME/.rye/shims" >> $GITHUB_PATH
env:
RYE_VERSION: 0.15.2
RYE_VERSION: 0.24.0
RYE_INSTALL_OPTION: "--yes"

- name: Publish to PyPI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
curl -sSf https://rye-up.com/get | bash
echo "$HOME/.rye/shims" >> $GITHUB_PATH
env:
RYE_VERSION: 0.15.2
RYE_VERSION: 0.24.0
RYE_INSTALL_OPTION: "--yes"

- name: Publish to PyPI
Expand Down
86 changes: 81 additions & 5 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,69 +5,145 @@
# pre: false
# features: []
# all-features: true
# with-sources: false

-e file:.
annotated-types==0.6.0
# via pydantic
anyio==4.1.0
# via anthropic
# via httpx
argcomplete==3.1.2
# via nox
attrs==23.1.0
# via pytest
boto3==1.28.58
# via anthropic
boto3-stubs==1.28.41
botocore==1.31.58
botocore-stubs==1.34.31
# via anthropic
# via boto3
# via s3transfer
botocore-stubs==1.34.45
# via boto3-stubs
cachetools==5.3.2
# via google-auth
certifi==2023.7.22
# via httpcore
# via httpx
# via requests
charset-normalizer==3.3.2
# via requests
colorlog==6.7.0
# via nox
dirty-equals==0.6.0
distlib==0.3.7
# via virtualenv
distro==1.8.0
# via anthropic
exceptiongroup==1.1.3
# via anyio
filelock==3.12.4
fsspec==2023.12.2
# via huggingface-hub
# via virtualenv
fsspec==2024.2.0
# via huggingface-hub
google-auth==2.26.2
# via anthropic
h11==0.14.0
# via httpcore
httpcore==1.0.2
# via httpx
httpx==0.25.2
# via anthropic
# via respx
huggingface-hub==0.16.4
# via tokenizers
idna==3.4
# via anyio
# via httpx
# via requests
importlib-metadata==7.0.0
iniconfig==2.0.0
# via pytest
jmespath==1.0.1
# via boto3
# via botocore
mypy==1.7.1
mypy-extensions==1.0.0
# via mypy
nodeenv==1.8.0
# via pyright
nox==2023.4.22
packaging==23.2
# via huggingface-hub
# via nox
# via pytest
platformdirs==3.11.0
# via virtualenv
pluggy==1.3.0
# via pytest
py==1.11.0
# via pytest
pyasn1==0.5.1
# via pyasn1-modules
# via rsa
pyasn1-modules==0.3.0
# via google-auth
pydantic==2.4.2
# via anthropic
pydantic-core==2.10.1
# via pydantic
pyright==1.1.332
pytest==7.1.1
# via pytest-asyncio
pytest-asyncio==0.21.1
python-dateutil==2.8.2
# via botocore
# via time-machine
pytz==2023.3.post1
# via dirty-equals
pyyaml==6.0.1
# via huggingface-hub
requests==2.31.0
# via huggingface-hub
respx==0.20.2
rsa==4.9
# via google-auth
ruff==0.1.9
s3transfer==0.7.0
# via boto3
setuptools==68.2.2
# via nodeenv
six==1.16.0
# via python-dateutil
sniffio==1.3.0
# via anthropic
# via anyio
# via httpx
time-machine==2.9.0
tokenizers==0.14.0
# via anthropic
tomli==2.0.1
tqdm==4.66.1
# via mypy
# via pytest
tqdm==4.66.2
# via huggingface-hub
types-awscrt==0.20.3
# via botocore-stubs
types-s3transfer==0.10.0
# via boto3-stubs
typing-extensions==4.8.0
# via anthropic
# via boto3-stubs
# via huggingface-hub
# via mypy
# via pydantic
# via pydantic-core
urllib3==1.26.18
# via botocore
# via requests
virtualenv==20.24.5
# via nox
zipp==3.17.0
# The following packages are considered to be unsafe in a requirements file:
setuptools==68.2.2
# via importlib-metadata
60 changes: 55 additions & 5 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,89 @@
# pre: false
# features: []
# all-features: true
# with-sources: false

-e file:.
annotated-types==0.6.0
# via pydantic
anyio==4.1.0
boto3==1.34.31
botocore==1.34.31
# via anthropic
# via httpx
boto3==1.34.45
# via anthropic
botocore==1.34.45
# via anthropic
# via boto3
# via s3transfer
cachetools==5.3.2
# via google-auth
certifi==2023.7.22
# via httpcore
# via httpx
# via requests
charset-normalizer==3.3.2
# via requests
distro==1.8.0
# via anthropic
exceptiongroup==1.1.3
# via anyio
filelock==3.13.1
fsspec==2023.12.0
google-auth==2.26.2
# via huggingface-hub
fsspec==2024.2.0
# via huggingface-hub
google-auth==2.28.0
# via anthropic
h11==0.14.0
# via httpcore
httpcore==1.0.2
# via httpx
httpx==0.25.2
# via anthropic
huggingface-hub==0.16.4
# via tokenizers
idna==3.4
# via anyio
# via httpx
# via requests
jmespath==1.0.1
# via boto3
# via botocore
packaging==23.2
# via huggingface-hub
pyasn1==0.5.1
# via pyasn1-modules
# via rsa
pyasn1-modules==0.3.0
# via google-auth
pydantic==2.4.2
# via anthropic
pydantic-core==2.10.1
# via pydantic
python-dateutil==2.8.2
# via botocore
pyyaml==6.0.1
# via huggingface-hub
requests==2.31.0
# via huggingface-hub
rsa==4.9
# via google-auth
s3transfer==0.10.0
# via boto3
six==1.16.0
# via python-dateutil
sniffio==1.3.0
# via anthropic
# via anyio
# via httpx
tokenizers==0.14.0
tqdm==4.66.1
# via anthropic
tqdm==4.66.2
# via huggingface-hub
typing-extensions==4.8.0
# via anthropic
# via huggingface-hub
# via pydantic
# via pydantic-core
urllib3==1.26.18
# via botocore
# via requests

0 comments on commit be8597b

Please sign in to comment.