Skip to content

Commit 924f7ce

Browse files
committed
msgspec to git version
1 parent 7d26dcb commit 924f7ce

File tree

3 files changed

+18
-47
lines changed

3 files changed

+18
-47
lines changed

poetry.lock

+14-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ pygit2 = "^1.15.1"
1818
python-dateutil = "^2.9.0"
1919
click = "^8.1.7"
2020
async-lru = "^2.0.4"
21-
msgspec = "^0.18.6"
2221
jishaku = "^2.6.0"
2322
pyyaml = "^6.0.2"
2423
watchfiles = "^0.24.0"
@@ -27,6 +26,7 @@ prometheus-client = "^0.21.0"
2726
prometheus-async = "^22.2.0"
2827
parsedatetime = "^2.6"
2928
humanize = "^4.11.0"
29+
msgspec = {git = "https://github.com/jcrist/msgspec", rev = "595c33c4a71c6d0c539b82233982a65819e240cf"}
3030

3131

3232
[tool.poetry.group.dev.dependencies]

requirements.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
discord.py[speed]>=2.3.2,<3
1+
discord.py[speed]>=2.4.0,<3
2+
audioop-lts>=0.2.1,<1 ; python_version>='3.13'
23
uvloop>=0.19.0,<1 ; sys_platform != "win32"
34
winloop>=0.1.1,<1 ; sys_platform == "win32"
45
asyncpg>=0.29.0,<1
@@ -11,7 +12,7 @@ typing-extensions>=4.9.0,<5
1112
prometheus-client>=0.20.0,<1
1213
prometheus-async>=22.2.0,<23
1314
async-lru>=2.0.4,<3
14-
msgspec>=0.18.6,<1
15+
msgspec @ git+https://github.com/jcrist/msgspec@595c33c4a71c6d0c539b82233982a65819e240cf
1516
jishaku>=2.5.2,<3
1617
watchfiles>=0.21.0,<1
1718
PyYAML>=6.0.1,<7

0 commit comments

Comments
 (0)