From c21e055b311f502110738fae835233600ae02a79 Mon Sep 17 00:00:00 2001 From: Andriy Kogan Date: Mon, 3 Feb 2025 17:53:22 +0100 Subject: [PATCH] Update poetry configurations --- poetry.lock | 15 ++++----------- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index 85ba968..8f77862 100644 --- a/poetry.lock +++ b/poetry.lock @@ -171,7 +171,6 @@ files = [ [package.dependencies] idna = ">=2.8" sniffio = ">=1.1" -typing_extensions = {version = ">=4.5", markers = "python_version < \"3.13\""} [package.extras] doc = ["Sphinx (>=7.4,<8.0)", "packaging", "sphinx-autodoc-typehints (>=1.2.0)", "sphinx_rtd_theme"] @@ -1305,10 +1304,7 @@ files = [ [package.dependencies] google-auth = ">=2.14.1,<3.0.dev0" googleapis-common-protos = ">=1.56.2,<2.0.dev0" -proto-plus = [ - {version = ">=1.22.3,<2.0.0dev", markers = "python_version < \"3.13\""}, - {version = ">=1.25.0,<2.0.0dev", markers = "python_version >= \"3.13\""}, -] +proto-plus = {version = ">=1.25.0,<2.0.0dev", markers = "python_version >= \"3.13\""} protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<6.0.0.dev0" requests = ">=2.18.0,<3.0.0.dev0" @@ -4317,10 +4313,7 @@ files = [ grpcio = ">=1.41.0" grpcio-tools = ">=1.41.0" httpx = {version = ">=0.20.0", extras = ["http2"]} -numpy = [ - {version = ">=1.26", markers = "python_version >= \"3.12\" and python_version < \"3.13\""}, - {version = ">=2.1.0", markers = "python_version >= \"3.13\""}, -] +numpy = {version = ">=2.1.0", markers = "python_version >= \"3.13\""} portalocker = ">=2.7.0,<3.0.0" pydantic = ">=1.10.8" urllib3 = ">=1.26.14,<3" @@ -5652,5 +5645,5 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" -python-versions = "^3.12" -content-hash = "882dd29ad5dd94990244a5c847345324cfb02e8368cef7ee7fb90eb300777057" +python-versions = "^3.13" +content-hash = "ae5a6c96060183f276a8a4bc9cf0d7acefdbe5fb9b4b95bcafff56aaada2fa20" diff --git a/pyproject.toml b/pyproject.toml index 1453277..5ebbc1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ authors = ["Dzmitry Hramyka "] package-mode = false [tool.poetry.dependencies] -python = "^3.12" +python = "^3.13" pydantic = "^2.10.5" pydantic-settings = "^2.7.1" loguru = "^0.7.3"