Skip to content

Commit

Permalink
⬆️ Fix: 屏蔽 pydantic 2.10.0 (#3137)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyongyu authored Nov 23, 2024
1 parent 02c41eb commit f2a35a7
Show file tree
Hide file tree
Showing 6 changed files with 1,640 additions and 1,685 deletions.
823 changes: 396 additions & 427 deletions envs/pydantic-v1/poetry.lock

Large diffs are not rendered by default.

939 changes: 458 additions & 481 deletions envs/pydantic-v2/poetry.lock

Large diffs are not rendered by default.

566 changes: 299 additions & 267 deletions envs/test/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion envs/test/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python = "^3.9"
trio = "^0.27.0"
nonebug = "^0.4.1"
wsproto = "^1.2.0"
pytest-cov = "^5.0.0"
pytest-cov = "^6.0.0"
pytest-xdist = "^3.0.2"
werkzeug = ">=2.3.6,<4.0.0"
coverage-conditional-plugin = "^0.9.0"
Expand Down
991 changes: 484 additions & 507 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ exceptiongroup = "^1.2.2"
loguru = ">=0.6.0,<1.0.0"
python-dotenv = ">=0.21.0,<2.0.0"
typing-extensions = ">=4.4.0,<5.0.0"
pydantic = ">=1.10.0,<3.0.0,!=2.5.0,!=2.5.1"
tomli = { version = "^2.0.1", python = "<3.11" }
pydantic = ">=1.10.0,<3.0.0,!=2.5.0,!=2.5.1,!=2.10.0"

websockets = { version = ">=10.0", optional = true }
Quart = { version = ">=0.18.0,<1.0.0", optional = true }
Expand All @@ -50,7 +50,7 @@ ruff = "^0.7.0"
isort = "^5.10.1"
black = "^24.0.0"
nonemoji = "^0.1.2"
pre-commit = "^3.0.0"
pre-commit = "^4.0.0"

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

0 comments on commit f2a35a7

Please sign in to comment.