diff --git a/poetry.lock b/poetry.lock index 1cb78e44fbc..66a399b109d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. [[package]] name = "annotated-types" @@ -627,9 +627,9 @@ jinja2 = ">=2.10.1,<4.0" packaging = "*" pydantic = [ {version = ">=1.10.0,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.4.0 || >2.4.0,<3.0", extras = ["email"], markers = "python_version >= \"3.12\" and python_version < \"4.0\""}, + {version = ">=1.10.0,<2.4.0 || >2.4.0,<3.0", extras = ["email"], markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, {version = ">=1.5.1,<2.4.0 || >2.4.0,<3.0", extras = ["email"], markers = "python_version < \"3.10\""}, {version = ">=1.9.0,<2.4.0 || >2.4.0,<3.0", extras = ["email"], markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, - {version = ">=1.10.0,<2.4.0 || >2.4.0,<3.0", extras = ["email"], markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, ] pyyaml = ">=6.0.1" toml = {version = ">=0.10.0,<1.0.0", markers = "python_version < \"3.11\""} @@ -1902,7 +1902,7 @@ description = "" optional = false python-versions = "^3.8" files = [ - {file = "505bf58261478e9b0babb53a4815ccf8c4bd2ed9.zip", hash = "sha256:45e5ec3f15d9d65a504b35e66ff370821e313fa0ad4f1b1e70e3f3813e272895"}, + {file = "10a8fb44ea635522c60dade44f0b0e4d42619ca3.zip", hash = "sha256:ca751a90aa7f349cfc0a2c8ad791edffc4bdccebd5db655025caf7d2cbf2d18a"}, ] [package.dependencies] @@ -1925,7 +1925,7 @@ xmljson = "0.2.1" [package.source] type = "url" -url = "https://github.com/HumanSignal/label-studio-sdk/archive/505bf58261478e9b0babb53a4815ccf8c4bd2ed9.zip" +url = "https://github.com/HumanSignal/label-studio-sdk/archive/10a8fb44ea635522c60dade44f0b0e4d42619ca3.zip" [[package]] name = "launchdarkly-server-sdk" @@ -2543,8 +2543,8 @@ files = [ [package.dependencies] numpy = [ {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, - {version = ">=1.22.4", markers = "python_version < \"3.11\""}, {version = ">=1.23.2", markers = "python_version == \"3.11\""}, + {version = ">=1.22.4", markers = "python_version < \"3.11\""}, ] python-dateutil = ">=2.8.2" pytz = ">=2020.1" @@ -4468,4 +4468,4 @@ uwsgi = ["pyuwsgi", "uwsgitop"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "9a7b74be4ae28a022c3ddddcf5030cb0497d86bda9f5d8e23d3ce9a4d7f08263" +content-hash = "b873397c84bdcbc4ecda771c65c0cbc1d268538ecc5411db8f899c999531aee9" diff --git a/pyproject.toml b/pyproject.toml index fe7fbebd0b7..33cee3c9bc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -203,7 +203,7 @@ django-migration-linter = "^5.1.0" setuptools = ">=75.4.0" # Humansignal repo dependencies -label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/505bf58261478e9b0babb53a4815ccf8c4bd2ed9.zip"} +label-studio-sdk = {url = "https://github.com/HumanSignal/label-studio-sdk/archive/10a8fb44ea635522c60dade44f0b0e4d42619ca3.zip"} [tool.poetry.group.test.dependencies] pytest = "7.2.2"