Skip to content

Commit e0fc7f6

Browse files
fix the major and minor version of stub types declaration with build date stripped (#16709)
1 parent bbf1639 commit e0fc7f6

File tree

2 files changed

+78
-36
lines changed

2 files changed

+78
-36
lines changed

api/poetry.lock

+62-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/pyproject.toml

+16-16
Original file line numberDiff line numberDiff line change
@@ -150,22 +150,22 @@ pytest = "~8.3.2"
150150
pytest-benchmark = "~4.0.0"
151151
pytest-env = "~1.1.3"
152152
pytest-mock = "~3.14.0"
153-
types-beautifulsoup4 = "~4.12.0.20241020"
154-
types-deprecated = "~1.2.15.20250304"
155-
types-flask-cors = "~5.0.0.20240902"
156-
types-flask-migrate = "~4.1.0.20250112"
157-
types-html5lib = "~1.1.11.20241018"
158-
types-openpyxl = "~3.1.5.20241225"
159-
types-protobuf = "~5.29.1.20241207"
160-
types-psutil = "~6.1.0.20241221"
161-
types-psycopg2 = "~2.9.21.20250121"
162-
types-python-dateutil = "~2.9.0.20241206"
163-
types-pytz = "~2024.2.0.20241221"
164-
types-pyyaml = "~6.0.12.20241230"
165-
types-regex = "~2024.11.6.20241221"
166-
types-requests = "~2.32.0.20241016"
167-
types-six = "~1.17.0.20241205"
168-
types-tqdm = "~4.67.0.20241221"
153+
types-beautifulsoup4 = "~4.12.0"
154+
types-deprecated = "~1.2.15"
155+
types-flask-cors = "~4.0.0"
156+
types-flask-migrate = "~4.1.0"
157+
types-html5lib = "~1.1.11"
158+
types-openpyxl = "~3.1.5"
159+
types-protobuf = "~4.25.0"
160+
types-psutil = "~7.0.0"
161+
types-psycopg2 = "~2.9.21"
162+
types-python-dateutil = "~2.9.0"
163+
types-pytz = "~2025.1"
164+
types-pyyaml = "~6.0.2"
165+
types-regex = "~2024.11.6"
166+
types-requests = "~2.31.0"
167+
types-six = "~1.17.0"
168+
types-tqdm = "~4.67.0"
169169

170170
############################################################
171171
# [ Lint ] dependency group

0 commit comments

Comments
 (0)