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 Feb 3, 2025
1 parent 6f7a686 commit 60319f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ requires-python = "~=3.10"
dynamic = ["version", "description"]

dependencies = [
"fastapi ~=0.115.7",
"fastapi ~=0.115.8",
"httpx >=0.27.2,<1",
"pydantic-settings ~=2.7",
"pymongo ~=4.10",
"pymongo ~=4.11",
"python-dotenv ~=1.0",
"uvicorn ~=0.34.0",
]
Expand All @@ -59,10 +59,10 @@ cli = [
testing = [
"cryptography >=43.0.0,<45",
# Pytest runs, end in Segmentation Fault for dlite-python versions >0.5.23
"dlite-python <=0.5.23; python_version < '3.13'", # DLite is not yet compatible with Python 3.13
"dlite-python <=0.5.29; python_version < '3.13'", # DLite is not yet compatible with Python 3.13
"mongomock ~=4.3",
"pytest ~=8.3",
"pytest-asyncio ~=0.25.2",
"pytest-asyncio ~=0.25.3",
"pytest-cov ~=6.0",
"pytest-httpx >=0.34.0,<1",
"entities-service[cli]",
Expand Down

0 comments on commit 60319f9

Please sign in to comment.