File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,24 +3,24 @@ name = "python-template"
33version = " 0.1.0"
44requires-python = " >=3.14"
55dependencies = [
6- " aiohttp== 3.13.1 " ,
7- " azure-cosmos== 4.14.0 " ,
8- " azure-monitor-opentelemetry= =1.8.1" ,
9- " fastapi[standard-no-fastapi-cloud-cli]==0.119.1 " ,
10- " pydantic== 2.12.3 " ,
11- " pydantic-settings[azure-key-vault]= =2.11.0" ,
6+ " aiohttp>= 3.13.2 " ,
7+ " azure-cosmos>= 4.14.1 " ,
8+ " azure-monitor-opentelemetry> =1.8.1" ,
9+ " fastapi[standard-no-fastapi-cloud-cli]>=0.121.0 " ,
10+ " pydantic>= 2.12.4 " ,
11+ " pydantic-settings[azure-key-vault]> =2.11.0" ,
1212]
1313
1414[dependency-groups ]
1515dev = [
16- " jupyter= =1.1.1" ,
17- " poethepoet= =0.37.0" ,
18- " pyright[nodejs]== 1.1.406 " ,
19- " pytest= =8.4.2" ,
20- " pytest-asyncio= =1.2.0" ,
21- " pytest-cov= =7.0.0" ,
22- " pytest-mock= =3.15.1" ,
23- " ruff== 0.14.1 " ,
16+ " jupyter> =1.1.1" ,
17+ " poethepoet> =0.37.0" ,
18+ " pyright[nodejs]>= 1.1.407 " ,
19+ " pytest> =8.4.2" ,
20+ " pytest-asyncio> =1.2.0" ,
21+ " pytest-cov> =7.0.0" ,
22+ " pytest-mock> =3.15.1" ,
23+ " ruff>= 0.14.4 " ,
2424]
2525
2626[build-system ]
You can’t perform that action at this time.
0 commit comments