#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
#    pip-compile --output-file=./python/requirements.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
distro==1.9.0
    # via openai
exceptiongroup==1.2.0
    # via anyio
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
openai==1.7.2
    # via GPTenterprise (python/pyproject.toml)
pydantic==2.5.3
    # via openai
pydantic-core==2.14.6
    # via pydantic
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
tqdm==4.66.1
    # via openai
typing-extensions==4.9.0
    # via
    #   anyio
    #   openai
    #   pydantic
    #   pydantic-core
urllib3==2.2.1
    # via requests
