Skip to content

Commit 30967ee

Browse files
committed
release: v3.4.3
1 parent f21aade commit 30967ee

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[project]
22
name = "NJUlogin"
3-
version = "3.4.2"
3+
version = "3.4.3"
44
description = "The Nanjing University login module, which can be used to login to the various campus web sites"
55
readme = "README.md"
66
requires-python = ">=3.10,<4.0"
77
dependencies = [
8-
"requests>=2.32.3,<3.0.0",
9-
"pillow>=11.0.0,<12.0.0",
10-
"numpy>=2.1.3,<3.0.0",
11-
"lxml>=5.3.0,<6.0.0",
12-
"pycryptodome>=3.21.0,<4.0.0",
13-
"onnxruntime>=1.20.0,<2.0.0",
14-
"cryptography>=43.0.3,<44.0.0",
8+
"requests>=2.32.0",
9+
"pillow>=11.0.0",
10+
"numpy>=2.0.0",
11+
"lxml>=5.3.0",
12+
"pycryptodome>=3.21.0",
13+
"onnxruntime>=1.20.0",
14+
"cryptography>=43.0.0",
1515
]
1616

1717
[project.scripts]
@@ -37,13 +37,13 @@ classifiers = [
3737

3838
[tool.poetry.dependencies]
3939
python = ">=3.10,<4.0"
40-
requests = "^2.32.3"
41-
pillow = "^11.0.0"
42-
numpy = "^2.1.3"
43-
lxml = "^5.3.0"
44-
pycryptodome = "^3.21.0"
45-
onnxruntime = "^1.20.0"
46-
cryptography = "^43.0.3"
40+
requests = ">=2.32.0"
41+
pillow = ">=11.0.0"
42+
numpy = ">=2.0.0"
43+
lxml = ">=5.3.0"
44+
pycryptodome = ">=3.21.0"
45+
onnxruntime = ">=1.20.0"
46+
cryptography = ">=43.0.0"
4747

4848
[[tool.poetry.source]]
4949
name = "njumirror"

uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)