Skip to content

Commit 9006683

Browse files
authored
chore: relax packaging constraint to <27 (#1570)
Co-authored-by: @noirbee
1 parent 1806084 commit 9006683

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pydantic = "^2"
1414
backoff = ">=1.10.0"
1515
openai = { version = ">=0.27.8", optional = true }
1616
wrapt = "^1.14"
17-
packaging = ">=23.2,<26.0"
17+
packaging = ">=23.2,<27.0"
1818
opentelemetry-api = "^1.33.1"
1919
opentelemetry-sdk = "^1.33.1"
2020
opentelemetry-exporter-otlp-proto-http = "^1.33.1"

0 commit comments

Comments
 (0)