We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea88b4 commit 1b95258Copy full SHA for 1b95258
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "umd-api"
7
-version = "0.65.8"
+version = "0.65.85"
8
description = "A package for accessing the UMD API in Python"
9
readme = "README.md"
10
authors = [
@@ -14,9 +14,11 @@ license = { text = "MIT" }
14
keywords = ["umd", "education", "API"]
15
16
dependencies = [
17
- "requests",
18
- "beautifulsoup4",
19
- "regex",
+ "requests>=2.31.0,<3.0",
+ "beautifulsoup4>=4.12.2,<5.0",
+ "regex>=2024.10.30,<2025.0",
20
+ "pytz>=2023.3,<2024.0",
21
+ "pandas>=2.0.3,<3.0"
22
]
23
24
requires-python = ">=3.10"
0 commit comments