#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --extra=test --output-file=./python/requirements-tests.txt ./python/pyproject.toml
#
annotated-types==0.6.0
    # via pydantic
anyio==4.2.0
    # via
    #   httpx
    #   openai
certifi==2023.11.17
    # via
    #   httpcore
    #   httpx
    #   requests
charset-normalizer==3.3.2
    # via requests
coverage[toml]==7.4.0
    # via pytest-cov
distro==1.9.0
    # via openai
exceptiongroup==1.2.0
    # via
    #   anyio
    #   pytest
h11==0.14.0
    # via httpcore
httpcore==1.0.2
    # via httpx
httpx==0.26.0
    # via openai
idna==3.6
    # via
    #   anyio
    #   httpx
    #   requests
iniconfig==2.0.0
    # via pytest
openai==1.7.2
    # via GPTenterprise (python/pyproject.toml)
packaging==23.2
    # via pytest
pluggy==1.3.0
    # via pytest
pydantic==2.5.3
    # via openai
pydantic-core==2.14.6
    # via pydantic
pytest==7.4.4
    # via
    #   GPTenterprise (python/pyproject.toml)
    #   pytest-asyncio
    #   pytest-cov
    #   pytest-mock
pytest-asyncio==0.23.3
    # via GPTenterprise (python/pyproject.toml)
pytest-cov==4.1.0
    # via GPTenterprise (python/pyproject.toml)
pytest-mock==3.12.0
    # via GPTenterprise (python/pyproject.toml)
python-dotenv==1.0.0
    # via GPTenterprise (python/pyproject.toml)
requests==2.31.0
    # via GPTenterprise (python/pyproject.toml)
sniffio==1.3.0
    # via
    #   anyio
    #   httpx
    #   openai
tomli==2.0.1
    # via
    #   coverage
    #   pytest
tqdm==4.66.1
    # via openai
typing-extensions==4.9.0
    # via
    #   anyio
    #   openai
    #   pydantic
    #   pydantic-core
urllib3==2.2.1
    # via requests
