update libraries and version number.

This commit is contained in:
2024-12-23 14:28:25 +09:00
parent 6a2810f603
commit 0e5685d5ea
3 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "mdrs-client-python"
version = "1.3.9"
version = "1.3.10"
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,10 +26,10 @@ python = "^3.10"
requests = "^2.32.3"
requests-toolbelt = "^1.0.0"
python-dotenv = "^1.0.1"
pydantic = "^2.9.2"
pydantic-settings = "^2.6.0"
PyJWT = "^2.9.0"
validators = "^0.33.0"
pydantic = "^2.10.4"
pydantic-settings = "^2.7.0"
PyJWT = "^2.10.1"
validators = "^0.34.0"
[tool.poetry.group.dev.dependencies]
black = "^24.10.0"