Skip to content

Commit b339d54

Browse files
authored
Repin msgspec to release versions (#571)
* repin msgspec to release versions * docker
1 parent a432281 commit b339d54

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ FROM python:3.13-slim-bookworm
33
RUN apt-get update \
44
&& apt-get install -y --no-install-recommends \
55
bash \
6-
gcc \
76
git \
8-
libc6-dev \
97
netcat-traditional \
108
tini \
119
&& apt-get clean

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ audioop-lts>=0.2.1,<1 ; python_version>='3.13'
33
uvloop>=0.21.0,<1 ; sys_platform != "win32"
44
winloop>=0.1.6,<1 ; sys_platform == "win32"
55
discord-ext-menus @ git+https://github.com/Rapptz/discord-ext-menus@8686b5d1bbc1d3c862292eb436ab630d6e9c9b53
6-
msgspec @ git+https://github.com/jcrist/msgspec@595c33c4a71c6d0c539b82233982a65819e240cf
6+
msgspec>=0.19.0,<1
77
python-dateutil>=2.9.0.post0,<3
88
asyncpg>=0.30.0,<1
99
psutil>=6.1.0,<7

0 commit comments

Comments
 (0)