# 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:
#
#   smolagents-latest: {[testenv]test_deps}
#   smolagents-latest: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-genai-smolagents/tests/requirements.latest.txt
#
# This variant of the requirements aims to test the system using the newest
# supported version of external dependencies.

# The instrumented model classes run inference in this process and the tests stub
# their runtimes, so no model backend extra is installed.
smolagents
wrapt>=2.2.2

-e util/opentelemetry-util-genai
-e instrumentation/opentelemetry-instrumentation-genai-smolagents
