#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
#    pip-compile --output-file=requirements/requirements-openai.txt requirements/requirements-openai.in
#

annotated-types==0.7.0
    # via pydantic
anyio==4.9.0
    # via
    #   httpx
    #   openai
certifi==2025.4.26
    # via
    #   httpcore
    #   httpx
    #   requests
charset-normalizer==3.4.2
    # via requests
distro==1.9.0
    # via openai
h11==0.16.0
    # via httpcore
httpcore==1.0.9
    # via httpx
httpx==0.28.1
    # via openai
idna==3.10
    # via
    #   anyio
    #   httpx
    #   requests
jiter==0.9.0
    # via openai
openai==1.79.0
    # via -r requirements/requirements-openai.in
pydantic==2.11.4
    # via openai
pydantic-core==2.33.2
    # via pydantic
regex==2024.11.6
    # via tiktoken
requests==2.32.3
    # via tiktoken
sniffio==1.3.1
    # via
    #   anyio
    #   openai
tiktoken==0.9.0
    # via -r requirements/requirements-openai.in
tqdm==4.67.1
    # via openai
typing-extensions==4.13.2
    # via
    #   anyio
    #   openai
    #   pydantic
    #   pydantic-core
    #   typing-inspection
typing-inspection==0.4.0
    # via pydantic
urllib3==2.4.0
    # via requests
websockets==15.0.1
    # via -r requirements/requirements-openai.in
