diff --git a/pyproject.toml b/pyproject.toml index 6f1e984..2ff5b23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "unicourt" -version = "1.1.0" +version = "1.1.2" description = "UniCourt Enterprise APIs" -authors = ["OpenAPI Generator Community "] +authors = ["UniCourt "] license = "NoLicense" readme = "README.md" -repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID" -keywords = ["OpenAPI", "OpenAPI-Generator", "UniCourt Enterprise APIs"] +repository = "https://github.com/UniCourt/enterprise-api-py-sdk/tree/main" +keywords = ["UniCourt Enterprise APIs"] include = ["unicourt/py.typed"] [tool.poetry.dependencies] diff --git a/requirements.txt b/requirements.txt index 5b0ac05..187b541 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ python_dateutil >= 2.5.3 setuptools >= 21.0.0 -urllib3 >= 1.25.3, < 2.1.0 +urllib3 >= 1.25.3 pydantic >= 2 typing-extensions >= 4.14.1 diff --git a/setup.py b/setup.py index 6295de3..ff08caf 100644 --- a/setup.py +++ b/setup.py @@ -25,10 +25,10 @@ def _generate_description(): # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "unicourt" -VERSION = "1.1.1" +VERSION = "1.1.2" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ - "urllib3 >= 1.25.3, < 2.1.0", + "urllib3 >= 1.25.3", "python-dateutil", "pydantic >= 2", "typing-extensions >= 4.14.1",