update version to 1.3.3

This commit is contained in:
Yoshihiro OKUMURA 2024-02-13 10:56:56 +09:00
parent dbfc68c396
commit 55265e69a4
Signed by: orrisroot
GPG Key ID: 470AA444C92904B2

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "mdrs-client-python"
version = "1.3.2"
version = "1.3.3"
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"
@ -23,18 +23,18 @@ packages = [
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.31.0"
python-dotenv = "^1.0.0"
pydantic = "^2.5.2"
python-dotenv = "^1.0.1"
pydantic = "^2.6.1"
pydantic-settings = "^2.1.0"
PyJWT = "^2.8.0"
validators = "^0.22.0"
[tool.poetry.group.dev.dependencies]
black = "^24.1.1"
black = "^24.2.0"
flake8 = "^7.0.0"
Flake8-pyproject = "^1.2.3"
isort = "^5.13.0"
pyright = "^1.1.339"
isort = "^5.13.2"
pyright = "^1.1.350"
[tool.poetry.scripts]
mdrs = 'mdrsclient.__main__:main'