chore: dependency upgrades (2026-04-27)

This commit is contained in:
jay0lee
2026-05-11 20:12:46 +00:00
committed by github-actions[bot]
parent 4d86d44ec1
commit 934fb7efb9
2 changed files with 73 additions and 62 deletions

View File

@@ -4,11 +4,9 @@ dynamic = [
"version",
]
authors = [
{ name="Jay Lee", email="jay0lee@gmail.com" },
{ name="Ross Scroggs", email="Ross.Scroggs@gmail.com" },
{ name = "Jay Lee", email = "jay0lee@gmail.com" },
{ name = "Ross Scroggs", email = "Ross.Scroggs@gmail.com" },
]
# notice that yubikey-manager remains optional further down since it is less command and adds
#significant compile dependencies.
dependencies = [
"arrow>=1.3.0",
"chardet==5.2.0",
@@ -38,11 +36,17 @@ classifiers = [
"Programming Language :: Python :: 3.14",
"Operating System :: OS Independent",
]
license = {text = "Apache License (2.0)"}
license-files = ["LICEN[CS]E*"]
license-files = [
"LICEN[CS]E*",
]
[project.license]
text = "Apache License (2.0)"
[project.optional-dependencies]
yubikey = ["yubikey-manager>=5.6.1"]
yubikey = [
"yubikey-manager>=5.6.1",
]
[project.scripts]
gam = "gam.__main__:main"
@@ -57,7 +61,14 @@ Chat = "https://git.io/gam-chat"
path = "src/gam/__init__.py"
[tool.hatch.build.targets.wheel]
packages = ["src/gam"]
packages = [
"src/gam",
]
[tool.uv]
overrides = [
"urllib3>=2.7.0",
]
[build-system]
requires = [