Skip to content

Commit e356dfb

Browse files
authored
fix: change the explicit version contorl for packages
1 parent 4afa26b commit e356dfb

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ classifiers = [
2121
"Topic :: System :: Logging",
2222
]
2323
dependencies = [
24-
"asyncio~=3.4.3",
25-
"lagom~=2.6.0",
26-
"pydantic~=2.9.2",
27-
"fastapi~=0.100.0",
28-
"python-socketio~=5.12.1",
29-
"python-socketio[client]~=5.12.1",
30-
"uvicorn[standard]~=0.30.6",
31-
"uvicorn-worker~=0.2.0",
32-
"python-multipart~=0.0.10",
33-
"httpx~=0.27.2",
24+
"asyncio>=3.4.3",
25+
"lagom>=2.6.0",
26+
"pydantic>=2.9.2",
27+
"fastapi>=0.100.0",
28+
"python-socketio>=5.12.1",
29+
"python-socketio[client]>=5.12.1",
30+
"uvicorn[standard]>=0.30.6",
31+
"uvicorn-worker>=0.2.0",
32+
"python-multipart>=0.0.10",
33+
"httpx>=0.27.2",
3434
]
3535

3636
[project.urls]

requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
asyncio~=3.4.3
2-
django~=5.1.1
3-
lagom~=2.6.0
4-
pydantic~=2.9.2
5-
fastapi~=0.100.0
6-
python-socketio~=5.12.1
7-
python-socketio[client]~=5.12.1
8-
pytest~=8.3.3
9-
pytest-asyncio~=0.24.0
10-
pytest-cov~=6.0.0
11-
uvicorn[standard]~=0.30.6
12-
uvicorn-worker~=0.2.0
13-
python-multipart~=0.0.10
14-
httpx~=0.27.2
1+
asyncio>=3.4.3
2+
django>=5.1.1
3+
lagom>=2.6.0
4+
pydantic>=2.9.2
5+
fastapi>=0.100.0
6+
python-socketio>=5.12.1
7+
python-socketio[client]>=5.12.1
8+
pytest>=8.3.3
9+
pytest-asyncio>=0.24.0
10+
pytest-cov>=6.0.0
11+
uvicorn[standard]>=0.30.6
12+
uvicorn-worker>=0.2.0
13+
python-multipart>=0.0.10
14+
httpx>=0.27.2

0 commit comments

Comments
 (0)