Skip to content

Commit 3825668

Browse files
committed
Fix version in package as well
1 parent 30b1f1c commit 3825668

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-fastapi/src/opentelemetry/instrumentation/fastapi

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-fastapi/src/opentelemetry/instrumentation/fastapi/package.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414

1515

16-
_instruments = ("fastapi ~= 0.58",)
16+
_instruments = ("fastapi <= 0.90.1",)
1717

1818
_supports_metrics = True

0 commit comments

Comments
 (0)