Skip to content

Commit

Permalink
Merge branch 'main' into RD-14044-OTEL-FastAPI-inbound-request-body-n…
Browse files Browse the repository at this point in the history
…ot-parsed-correctly
  • Loading branch information
eugene-lumigo authored Nov 18, 2024
2 parents 7576641 + 7a686f5 commit 73c0d19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.160
current_version = 1.0.161
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repos:
rev: 20.8b1
hooks:
- id: black
language_version: python3.7
language_version: python3.9
exclude: '(src/lumigo_opentelemetry/external/.*|src/test/integration/grpcio/app/helloworld_pb2.*)'
additional_dependencies: ['click==8.0.4']

Expand Down
2 changes: 1 addition & 1 deletion src/lumigo_opentelemetry/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.160
1.0.161

0 comments on commit 73c0d19

Please sign in to comment.