diff --git a/poetry.lock b/poetry.lock index 79af710..1ef03e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -578,14 +578,14 @@ typing-extensions = ">=4.14.1" [[package]] name = "pydantic-settings" -version = "2.14.1" +version = "2.14.2" description = "Settings management using Pydantic" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "pydantic_settings-2.14.1-py3-none-any.whl", hash = "sha256:6e3c7edfd8277687cdc598f56e5cff0e9bfff0910a3749deaa8d4401c3a2b9de"}, - {file = "pydantic_settings-2.14.1.tar.gz", hash = "sha256:e874d3bec7e787b0c9958277956ed9b4dd5de6a80e162188fdaff7c5e26fd5fa"}, + {file = "pydantic_settings-2.14.2-py3-none-any.whl", hash = "sha256:a20c97b37910b6550d5ea50fbcc2d4187defe58cd57070b73863d069419c9440"}, + {file = "pydantic_settings-2.14.2.tar.gz", hash = "sha256:c19dd64b19097f1de80184f0cc7b0272a13ae6e170cbf240a3e27e381ed14a5f"}, ] [package.dependencies] @@ -617,14 +617,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pytest" -version = "9.1.0" +version = "9.1.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-9.1.0-py3-none-any.whl", hash = "sha256:8ebb0e7888bdf2bdfc602ec51f8f62d50200af37356c74e503c79a94f5c81f32"}, - {file = "pytest-9.1.0.tar.gz", hash = "sha256:41dd9148c08072446394cefd3d79701701335a9f4cae69ba92e39f6c7f5c061c"}, + {file = "pytest-9.1.1-py3-none-any.whl", hash = "sha256:37a86b45efb9a47a61a36449063e8e18d0cab3161329fc099eb21783169c4f0c"}, + {file = "pytest-9.1.1.tar.gz", hash = "sha256:1088fbde8f2b49d95a549a195707afa7a76a3ce9bcadc26b6d71f0ffda5fe313"}, ] [package.dependencies] @@ -800,7 +800,7 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==23.2.1)", "requests (>=2.31.0)" [[package]] name = "visionapi" -version = "3.5.3" +version = "3.6.0" description = "" optional = false python-versions = "^3.10" @@ -814,8 +814,8 @@ protobuf = "6.31.1" [package.source] type = "git" url = "https://github.com/starwit/vision-api.git" -reference = "3.5.3" -resolved_reference = "e454b95339957b5c99e0f4eebdcd37e095328aee" +reference = "3.6.0" +resolved_reference = "3402791787b3a3f789f052793897b2ed6318e587" subdirectory = "python/visionapi" [[package]] @@ -847,4 +847,4 @@ subdirectory = "python" [metadata] lock-version = "2.1" python-versions = ">=3.11,<4.0" -content-hash = "913639b2381be64cb999faab467b911fc28c84cf31e8f3b7362b32e79cb3f146" +content-hash = "4f0b7dc4fb53fd6bfc7ea6e219c1095b2d5789b2cc198588d12d35a039cc8b80" diff --git a/pyproject.toml b/pyproject.toml index 0c74264..eca7ce4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,13 +10,13 @@ package-mode = false [tool.poetry.dependencies] python = ">=3.11,<4.0" pydantic = "2.13.4" -visionapi = { git = "https://github.com/starwit/vision-api.git", subdirectory = "python/visionapi", tag = "3.5.3" } +visionapi = { git = "https://github.com/starwit/vision-api.git", subdirectory = "python/visionapi", tag = "3.6.0" } visionlib = { git = "https://github.com/starwit/vision-lib.git", subdirectory = "python", tag = "1.0.1" } -pydantic-settings = "2.14.1" +pydantic-settings = "2.14.2" prometheus-client = "0.25.0" [tool.poetry.group.dev.dependencies] -pytest = "9.1.0" +pytest = "9.1.1" [build-system] requires = ["poetry-core"]