Skip to content

Commit

Permalink
Update dependency pydantic to v2.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 21dbb87 commit 5a29a11
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
54 changes: 27 additions & 27 deletions server/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ version = "0.1.0"
description = "API server for working with hardware information from C3"
authors = []
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.115.0"
uvicorn = "^0.34.0"
uvicorn = "^0.32.0"
sqlalchemy = "^2.0.0"
pydantic = "^2.5.0"
pyyaml = "^6.0.1"
Expand All @@ -18,7 +17,7 @@ starlette = "^0.41.0"

[tool.poetry.group.dev.dependencies]
black = "^24.0.0"
ruff = "^0.8.0"
ruff = "^0.7.0"
mypy = "^1.8.0"
types-pyyaml = "^6.0.0"
pre-commit = "^4.0.0"
Expand Down

0 comments on commit 5a29a11

Please sign in to comment.