Skip to content

Commit dcf40ec

Browse files
darshit-s3karthikscale3alizenhom
authored
Release 2.2.14 (#273)
* Add OTLP example * Add OTLP example (#259) * Adhere to otel span attributes (#257) * adhere to otel's semconv * lock attributes version * lock to 7.0.0 trace attributes * bump version --------- Co-authored-by: Karthik Kalyanaraman <[email protected]> * Bump opentelemetry dependency (#269) * Bump opentelemetry-instrumentation>=0.47b0 * Bump version * Fix gemini sdk version add (#271) * fix: generativeai sfk version fetch for gemini * chore: bump version for gemini sdk version fix --------- Co-authored-by: Karthik Kalyanaraman <[email protected]> Co-authored-by: Karthik Kalyanaraman <[email protected]> Co-authored-by: Ali Waleed <[email protected]>
1 parent 0533713 commit dcf40ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/langtrace_python_sdk/instrumentation/gemini/instrumentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def instrumentation_dependencies(self) -> Collection[str]:
1414
def _instrument(self, **kwargs):
1515
trace_provider = kwargs.get("tracer_provider")
1616
tracer = get_tracer(__name__, "", trace_provider)
17-
version = v("google-cloud-aiplatform")
17+
version = v("google-generativeai")
1818

1919
for _, api_config in APIS.items():
2020
module = api_config.get("module")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.13"
1+
__version__ = "2.2.14"

0 commit comments

Comments
 (0)