Skip to content

Commit e970659

Browse files
committed
v1.4.1
1 parent 7628a2f commit e970659

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyobs-gui"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
description = "A remote GUI for pyobs"
55
authors = [{ name = "Tim-Oliver Husser", email = "[email protected]" }]
66
requires-python = ">=3.11,<3.14"
@@ -20,10 +20,14 @@ dependencies = [
2020
dev = [
2121
"black>=25.1.0,<26",
2222
"flake8>=7.3.0",
23+
"mypy>=1.17.0",
24+
"pandas-stubs>=2.3.0.250703",
2325
"pre-commit>=4.2.0,<5",
24-
"PyQt5-stubs>=5.15.6.0,<6",
26+
"pyqt5-stubs>=5.15.6.0,<6",
2527
"sphinx-rtd-theme>=3.0.2,<4",
2628
"Sphinx>=8.2.3,<9",
29+
"types-defusedxml>=0.7.0.20250708",
30+
"types-python-dateutil>=2.9.0.20250708",
2731
]
2832

2933
[build-system]

0 commit comments

Comments
 (0)