# Copyright The OpenTelemetry Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.


# ********************************
# WARNING: NOT HERMETIC !!!!!!!!!!
# ********************************
#
# This "requirements.txt" is installed in conjunction
# with multiple other dependencies in the top-level "tox.ini"
# file. In particular, please see:
#
#   google-genai-recent-deps: {[testenv]test_deps}
#   google-genai-recent-deps: -r {toxinidir}/instrumentation-genai/opentelemetry-instrumentation-google-genai/tests/requirements.latest.txt
#
# This provides additional dependencies, namely:
#
#   opentelemetry-api
#   opentelemetry-sdk
#   opentelemetry-semantic-conventions
#
# ... with a "dev" version based on the latest distribution.


# This variant of the requirements aims to test the system using
# the newest supported version of external dependencies.

pytest==7.4.4
pytest-asyncio==0.21.0
pytest-vcr==1.0.2

google-auth==2.38.0
google-genai==1.32.0

# Install locally from the folder. This path is relative to the
# root directory, given invocation from "tox" at root level.
-e opentelemetry-instrumentation
-e instrumentation-genai/opentelemetry-instrumentation-google-genai
-e util/opentelemetry-util-genai[upload]
