Skip to content

Commit f2a35a7

Browse files
authored
⬆️ Fix: 屏蔽 pydantic 2.10.0 (#3137)
1 parent 02c41eb commit f2a35a7

File tree

6 files changed

+1640
-1685
lines changed

6 files changed

+1640
-1685
lines changed

envs/pydantic-v1/poetry.lock

Lines changed: 396 additions & 427 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

envs/pydantic-v2/poetry.lock

Lines changed: 458 additions & 481 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

envs/test/poetry.lock

Lines changed: 299 additions & 267 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

envs/test/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python = "^3.9"
1111
trio = "^0.27.0"
1212
nonebug = "^0.4.1"
1313
wsproto = "^1.2.0"
14-
pytest-cov = "^5.0.0"
14+
pytest-cov = "^6.0.0"
1515
pytest-xdist = "^3.0.2"
1616
werkzeug = ">=2.3.6,<4.0.0"
1717
coverage-conditional-plugin = "^0.9.0"

poetry.lock

Lines changed: 484 additions & 507 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ exceptiongroup = "^1.2.2"
3333
loguru = ">=0.6.0,<1.0.0"
3434
python-dotenv = ">=0.21.0,<2.0.0"
3535
typing-extensions = ">=4.4.0,<5.0.0"
36-
pydantic = ">=1.10.0,<3.0.0,!=2.5.0,!=2.5.1"
3736
tomli = { version = "^2.0.1", python = "<3.11" }
37+
pydantic = ">=1.10.0,<3.0.0,!=2.5.0,!=2.5.1,!=2.10.0"
3838

3939
websockets = { version = ">=10.0", optional = true }
4040
Quart = { version = ">=0.18.0,<1.0.0", optional = true }
@@ -50,7 +50,7 @@ ruff = "^0.7.0"
5050
isort = "^5.10.1"
5151
black = "^24.0.0"
5252
nonemoji = "^0.1.2"
53-
pre-commit = "^3.0.0"
53+
pre-commit = "^4.0.0"
5454

5555
[tool.poetry.group.test.dependencies]
5656
nonebot-test = { path = "./envs/test/", develop = false }

0 commit comments

Comments
 (0)