From 21dd3969cb263661e88142030d06ac3fe3cb1e7c Mon Sep 17 00:00:00 2001 From: Hassieb Pakzad <68423100+hassiebp@users.noreply.github.com> Date: Thu, 19 Mar 2026 18:44:13 +0100 Subject: [PATCH] chore: relax packaging constraint to <27 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6344850d6..1d91e08dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. [[package]] name = "annotated-types" @@ -650,7 +650,7 @@ files = [ [package.dependencies] attrs = ">=22.2.0" -jsonschema-specifications = ">=2023.03.6" +jsonschema-specifications = ">=2023.3.6" referencing = ">=0.28.4" rpds-py = ">=0.7.1" @@ -2894,9 +2894,9 @@ files = [ ] [package.extras] -cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and python_version < \"3.14\"", "cffi (>=2.0.0b) ; platform_python_implementation != \"PyPy\" and python_version >= \"3.14\""] +cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and python_version < \"3.14\"", "cffi (>=2.0.0b0) ; platform_python_implementation != \"PyPy\" and python_version >= \"3.14\""] [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "1153d68c8977db835b7425287bacb02a827f6d1a4a259ae6bacf010d2b91bc94" +content-hash = "fb12d670f161c15a324be9497a9dd141dce0f4262ce1bedd1949cb45ef86cc51" diff --git a/pyproject.toml b/pyproject.toml index 1ef6b5057..b5f7d0d75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ pydantic = "^2" backoff = ">=1.10.0" openai = { version = ">=0.27.8", optional = true } wrapt = "^1.14" -packaging = ">=23.2,<26.0" +packaging = ">=23.2,<27.0" opentelemetry-api = "^1.33.1" opentelemetry-sdk = "^1.33.1" opentelemetry-exporter-otlp-proto-http = "^1.33.1"