Skip to content

Commit cd6e933

Browse files
[Release] Synchronize for release (#105)
1 parent 23f488f commit cd6e933

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ Now you're ready to [run the application](#run-the-application)!
4242
Running directly on a host requires:
4343

4444
- A platform of either:
45-
- `x86_64 Linux` with `glibc>=2.31` (Ubuntu Focal and other equivalent-generation Linux distributions)
46-
- `arm64 or x86_64 MacOS` with `MacOS>=13.0` and `Xcode>=14.3`
45+
- Linux: `x86_64` or `arm64`, with `glibc>=2.35` (Ubuntu Jammy and other equivalent-generation distributions)
46+
- Mac: `arm64` (Apple M1 and newer) with `MacOS>=14.0` and `Xcode>=15.2`
47+
- ... or [talk to us](https://discord.gg/cRbdcS94Nr) if your desired platform isn't currently supported!
4748
- [Rye](https://rye-up.com/) - A tool to manage `python`, `pip`, and `venv`.
4849
- If you are already familiar with Python [virtual environments](https://docs.python.org/3/library/venv.html), feel free to use your tool of choice with [`pyproject.toml`](./pyproject.toml). Python >= 3.10 and < 3.13 is required.
4950
- Docker

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
requires-python = ">= 3.10"
33
dependencies = [
4-
"reboot==0.38.3",
4+
"reboot==0.38.4",
55
]
66

77
[tool.rye]
88
dev-dependencies = [
99
"mypy==1.18.1",
1010
"pytest>=7.4.2",
1111
"types-protobuf>=4.24.0.20240129",
12-
"reboot==0.38.3",
12+
"reboot==0.38.4",
1313
]
1414

1515
# This project only uses `rye` to provide `python` and its dependencies, so

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ python-dateutil==2.9.0.post0
163163
pyyaml==6.0.2
164164
# via kubernetes-asyncio
165165
# via reboot
166-
reboot==0.38.3
166+
reboot==0.38.4
167167
setuptools==75.1.0
168168
# via grpcio-tools
169169
six==1.16.0

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ python-dateutil==2.9.0.post0
152152
pyyaml==6.0.2
153153
# via kubernetes-asyncio
154154
# via reboot
155-
reboot==0.38.3
155+
reboot==0.38.4
156156
setuptools==75.1.0
157157
# via grpcio-tools
158158
six==1.16.0

0 commit comments

Comments
 (0)