follow-up fixes due to recent User API specification changes.

This commit is contained in:
2025-01-21 18:30:22 +09:00
parent dd00973bea
commit 8a5e1b68b7
3 changed files with 12 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "mdrs-client-python"
version = "1.3.10"
version = "1.3.11"
description = "The mdrs-client-python is python library and a command-line client for up- and downloading files to and from MDRS based repository."
authors = ["Yoshihiro OKUMURA <yoshihiro.okumura@riken.jp>"]
license = "MIT"
@ -26,8 +26,8 @@ python = "^3.10"
requests = "^2.32.3"
requests-toolbelt = "^1.0.0"
python-dotenv = "^1.0.1"
pydantic = "^2.10.4"
pydantic-settings = "^2.7.0"
pydantic = "^2.10.5"
pydantic-settings = "^2.7.1"
PyJWT = "^2.10.1"
validators = "^0.34.0"
@ -36,7 +36,7 @@ black = "^24.10.0"
flake8 = "^7.1.1"
Flake8-pyproject = "^1.2.3"
isort = "^5.13.2"
pyright = "^1.1.386"
pyright = "^1.1.391"
[tool.poetry.scripts]
mdrs = 'mdrsclient.__main__:main'