Skip to content

Commit 756924b

Browse files
committed
fix version upper bound
Signed-off-by: emdneto <[email protected]>
1 parent f14c707 commit 756924b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instrumentation/opentelemetry-instrumentation-sqlalchemy/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434

3535
[project.optional-dependencies]
3636
instruments = [
37-
"sqlalchemy >= 1.0.0, < 3.0.0",
37+
"sqlalchemy >= 1.0.0, < 2.0.0",
3838
]
3939

4040
[project.entry-points.opentelemetry_instrumentor]

opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"instrumentation": "opentelemetry-instrumentation-requests==0.50b0.dev",
162162
},
163163
{
164-
"library": "sqlalchemy >= 1.0.0, < 3.0.0",
164+
"library": "sqlalchemy >= 1.0.0, < 2.0.0",
165165
"instrumentation": "opentelemetry-instrumentation-sqlalchemy==0.50b0.dev",
166166
},
167167
{

0 commit comments

Comments
 (0)