Skip to content

Commit a0d1267

Browse files
Update bootstrap_gen.py for jinja2 versions (#2183)
1 parent c9b18c6 commit a0d1267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"instrumentation": "opentelemetry-instrumentation-httpx==0.24b0",
7474
},
7575
"jinja2": {
76-
"library": "jinja2~=2.7",
76+
"library": "jinja2 >= 2.7, < 4.0",
7777
"instrumentation": "opentelemetry-instrumentation-jinja2==0.24b0",
7878
},
7979
"mysql-connector-python": {

0 commit comments

Comments
 (0)