Skip to content

Commit

Permalink
Update dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Jan 6, 2025
1 parent 2c7b9ec commit 7e6748b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,28 +42,28 @@ requires-python = "~=3.10"
dynamic = ["version", "description"]

dependencies = [
"fastapi ~=0.115.5",
"httpx ~=0.27.2",
"pydantic-settings ~=2.6",
"fastapi ~=0.115.6",
"httpx ~=0.28.1",
"pydantic-settings ~=2.7",
"pymongo ~=4.10",
"python-dotenv ~=1.0",
"uvicorn ~=0.32.1",
"uvicorn ~=0.34.0",
]

[project.optional-dependencies]
cli = [
"httpx-auth ~=0.22.0",
"pyyaml ~=6.0",
"typer ~=0.13.1",
"typer ~=0.15.1",
]
testing = [
"cryptography ~=43.0",
"dlite-python ~=0.5.23",
"cryptography >=43.0.0,<45",
"dlite-python ~=0.5.26",
"mongomock ~=4.3",
"pytest ~=8.3",
"pytest-asyncio ~=0.24.0",
"pytest-asyncio ~=0.25.1",
"pytest-cov ~=6.0",
"pytest-httpx ~=0.34.0",
"pytest-httpx ~=0.35.0",
"entities-service[cli]",
]
server = [
Expand Down

0 comments on commit 7e6748b

Please sign in to comment.