Skip to content

Commit 7a0868e

Browse files
committed
allow newer opentelemetry-instrumentation packages
the version formatting of opentelemetry-instrumentation constrains it to an old version
1 parent 84b2540 commit 7a0868e

File tree

2 files changed

+48
-10
lines changed

2 files changed

+48
-10
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ classifiers = [
1717
"Programming Language :: Python :: 3.9",
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
20+
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
22+
"Programming Language :: Python :: 3.14",
2023
"Operating System :: OS Independent",
2124
"Intended Audience :: Developers",
2225
"Topic :: System :: Networking",
@@ -29,7 +32,7 @@ keywords = ["psqlpy", "postgres", "async"]
2932
python = "^3.9"
3033
opentelemetry-exporter-otlp = "^1.30.0"
3134
opentelemetry-sdk = "^1.30.0"
32-
opentelemetry-instrumentation = "^0.51b0"
35+
opentelemetry-instrumentation = ">=0.51b0,<1"
3336
psqlpy = "0.11.6"
3437

3538

0 commit comments

Comments
 (0)