Skip to content

Commit

Permalink
ref: handled deps versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghaithq committed Oct 6, 2024
1 parent b62b28d commit 015fbae
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,32 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.11"
annotated-types = "0.7.0"
anyio = "4.4.0"
greenlet = "3.1.0"
idna = "3.10"
psycopg2 = "2.9.9"
pydantic = "2.9.1"
pydantic-core = "2.23.3"
sniffio = "1.3.1"
sqlalchemy = "2.0.34"
typing-extensions = "4.12.2"
asyncpg = "^0.29.0"
alembic = "^1.13.3"
annotated-types = ">=0.7.0"
anyio = ">=4.4.0"
greenlet = ">=3.1.0"
idna = ">=3.10"
psycopg2 = ">=2.9.9"
pydantic = ">=2.9.1"
pydantic-core = ">=2.23.3"
sniffio = ">=1.3.1"
sqlalchemy = ">=2.0.34"
typing-extensions = ">=4.12.2"
asyncpg = ">=0.29.0"
alembic = ">=1.13.3"


[tool.poetry.group.dev.dependencies]
mypy = "^1.11.2"
pre-commit = "^3.8.0"
uvicorn = "^0.30.6"
httpx = "^0.27.2"
pytest = "^8.3.3"
deptry = "^0.20.0"
pytest-asyncio = "^0.24.0"
pytest-xdist = "^3.6.1"
requests = "^2.32.3"
alembic = "^1.13.3"
fastapi = "^0.115.0"
mypy = ">=1.11.2"
pre-commit = ">=3.8.0"
uvicorn = ">=0.30.6"
httpx = ">=0.27.2"
pytest = ">=8.3.3"
deptry = ">=0.20.0"
pytest-asyncio = ">=0.24.0"
pytest-xdist = ">=3.6.1"
requests = ">=2.32.3"
alembic = ">=1.13.3"
fastapi = ">=0.115.0"



Expand Down

0 comments on commit 015fbae

Please sign in to comment.