diff --git a/python-restclient/pyproject.toml b/python-restclient/pyproject.toml index ec8675c605..6af8dcc9dd 100644 --- a/python-restclient/pyproject.toml +++ b/python-restclient/pyproject.toml @@ -10,12 +10,15 @@ keywords = ["OpenAPI", "OpenAPI-Generator", "VCell API"] include = ["vcell_client/py.typed"] [tool.poetry.dependencies] -python = "^3.7" +python = "3.10.*" urllib3 = ">= 1.25.3" python-dateutil = ">=2.8.2" -pydantic = ">=2" -typing-extensions = ">=4.7.1" +pydantic = ">=2.10.4" +typing-extensions = ">=4.6.0" +pandas = ">=2" +jupyter = "^1.1.1" +requests_oauth2client = ">=1.6.0" [tool.poetry.dev-dependencies] pytest = ">=7.2.1"