Update dependencies
Browse files- README.md +2 -2
 - pyproject.toml +13 -6
 - requirements.txt +909 -91
 - uv.lock +0 -0
 
    	
        README.md
    CHANGED
    
    | 
         @@ -4,10 +4,10 @@ emoji: 🏢 
     | 
|
| 4 | 
         
             
            colorFrom: indigo
         
     | 
| 5 | 
         
             
            colorTo: indigo
         
     | 
| 6 | 
         
             
            sdk: gradio
         
     | 
| 7 | 
         
            -
            sdk_version: 5. 
     | 
| 8 | 
         
             
            app_file: app.py
         
     | 
| 9 | 
         
             
            pinned: false
         
     | 
| 10 | 
         
             
            disable_embedding: true
         
     | 
| 11 | 
         
             
            ---
         
     | 
| 12 | 
         | 
| 13 | 
         
            -
            Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
         
     | 
| 
         | 
|
| 4 | 
         
             
            colorFrom: indigo
         
     | 
| 5 | 
         
             
            colorTo: indigo
         
     | 
| 6 | 
         
             
            sdk: gradio
         
     | 
| 7 | 
         
            +
            sdk_version: 5.12.0
         
     | 
| 8 | 
         
             
            app_file: app.py
         
     | 
| 9 | 
         
             
            pinned: false
         
     | 
| 10 | 
         
             
            disable_embedding: true
         
     | 
| 11 | 
         
             
            ---
         
     | 
| 12 | 
         | 
| 13 | 
         
            +
            Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
         
     | 
    	
        pyproject.toml
    CHANGED
    
    | 
         @@ -10,14 +10,14 @@ dependencies = [ 
     | 
|
| 10 | 
         
             
                "dashscope-gradio",
         
     | 
| 11 | 
         
             
                "fal-gradio",
         
     | 
| 12 | 
         
             
                "fireworks-gradio",
         
     | 
| 13 | 
         
            -
                "gemini-gradio>=0.0. 
     | 
| 14 | 
         
            -
                "gradio-webrtc>=0.0. 
     | 
| 15 | 
         
            -
                "gradio>=5. 
     | 
| 16 | 
         
             
                "groq-gradio>=0.0.2",
         
     | 
| 17 | 
         
            -
                "hyperbolic-gradio>=0.0. 
     | 
| 18 | 
         
             
                "mistral-gradio",
         
     | 
| 19 | 
         
             
                "nvidia-gradio",
         
     | 
| 20 | 
         
            -
                "openai-gradio>=0.0. 
     | 
| 21 | 
         
             
                "perplexity-gradio>=0.0.1",
         
     | 
| 22 | 
         
             
                "python-dotenv>=1.0.1",
         
     | 
| 23 | 
         
             
                "replicate-gradio",
         
     | 
| 
         @@ -28,10 +28,17 @@ dependencies = [ 
     | 
|
| 28 | 
         
             
                "numba>=0.60.0",
         
     | 
| 29 | 
         
             
                "llvmlite>=0.43.0",
         
     | 
| 30 | 
         
             
                "librosa>=0.10.2.post1",
         
     | 
| 31 | 
         
            -
                "twilio>=9.4. 
     | 
| 32 | 
         
             
                "playai-gradio",
         
     | 
| 33 | 
         
             
                "lumaai-gradio",
         
     | 
| 34 | 
         
             
                "cohere-gradio",
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 35 | 
         
             
            ]
         
     | 
| 36 | 
         | 
| 37 | 
         
             
            [tool.uv.sources]
         
     | 
| 
         | 
|
| 10 | 
         
             
                "dashscope-gradio",
         
     | 
| 11 | 
         
             
                "fal-gradio",
         
     | 
| 12 | 
         
             
                "fireworks-gradio",
         
     | 
| 13 | 
         
            +
                "gemini-gradio>=0.0.3",
         
     | 
| 14 | 
         
            +
                "gradio-webrtc>=0.0.28",
         
     | 
| 15 | 
         
            +
                "gradio>=5.12.0",
         
     | 
| 16 | 
         
             
                "groq-gradio>=0.0.2",
         
     | 
| 17 | 
         
            +
                "hyperbolic-gradio>=0.0.5",
         
     | 
| 18 | 
         
             
                "mistral-gradio",
         
     | 
| 19 | 
         
             
                "nvidia-gradio",
         
     | 
| 20 | 
         
            +
                "openai-gradio>=0.0.6",
         
     | 
| 21 | 
         
             
                "perplexity-gradio>=0.0.1",
         
     | 
| 22 | 
         
             
                "python-dotenv>=1.0.1",
         
     | 
| 23 | 
         
             
                "replicate-gradio",
         
     | 
| 
         | 
|
| 28 | 
         
             
                "numba>=0.60.0",
         
     | 
| 29 | 
         
             
                "llvmlite>=0.43.0",
         
     | 
| 30 | 
         
             
                "librosa>=0.10.2.post1",
         
     | 
| 31 | 
         
            +
                "twilio>=9.4.2",
         
     | 
| 32 | 
         
             
                "playai-gradio",
         
     | 
| 33 | 
         
             
                "lumaai-gradio",
         
     | 
| 34 | 
         
             
                "cohere-gradio",
         
     | 
| 35 | 
         
            +
                "crewai>=0.95.0",
         
     | 
| 36 | 
         
            +
                "instructor>=1.7.2",
         
     | 
| 37 | 
         
            +
                "crewai-tools>=0.25.8",
         
     | 
| 38 | 
         
            +
                "langchain>=0.3.14",
         
     | 
| 39 | 
         
            +
                "chromadb>=0.5.23",
         
     | 
| 40 | 
         
            +
                "openai>=1.55.0",
         
     | 
| 41 | 
         
            +
                "ai-gradio[crewai,deepseek,gemini,groq,hyperbolic,openai,smolagents,transformers]>=0.2.10",
         
     | 
| 42 | 
         
             
            ]
         
     | 
| 43 | 
         | 
| 44 | 
         
             
            [tool.uv.sources]
         
     | 
    	
        requirements.txt
    CHANGED
    
    | 
         @@ -1,12 +1,23 @@ 
     | 
|
| 1 | 
         
             
            # This file was autogenerated by uv via the following command:
         
     | 
| 2 | 
         
             
            #    uv pip compile pyproject.toml -o requirements.txt
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 3 | 
         
             
            aiofiles==23.2.1
         
     | 
| 4 | 
         
             
                # via gradio
         
     | 
| 5 | 
         
             
            aiohappyeyeballs==2.4.4
         
     | 
| 6 | 
         
             
                # via aiohttp
         
     | 
| 7 | 
         
            -
            aiohttp==3.11. 
     | 
| 8 | 
         
             
                # via
         
     | 
| 9 | 
         
             
                #   aiohttp-retry
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 10 | 
         
             
                #   twilio
         
     | 
| 11 | 
         
             
            aiohttp-retry==2.8.3
         
     | 
| 12 | 
         
             
                # via twilio
         
     | 
| 
         @@ -16,13 +27,15 @@ aiortc==1.9.0 
     | 
|
| 16 | 
         
             
                # via gradio-webrtc
         
     | 
| 17 | 
         
             
            aiosignal==1.3.2
         
     | 
| 18 | 
         
             
                # via aiohttp
         
     | 
| 
         | 
|
| 
         | 
|
| 19 | 
         
             
            annotated-types==0.7.0
         
     | 
| 20 | 
         
             
                # via pydantic
         
     | 
| 21 | 
         
            -
            anthropic==0. 
     | 
| 22 | 
         
             
                # via anthropic-gradio
         
     | 
| 23 | 
         
             
            anthropic-gradio @ git+https://github.com/AK391/anthropic-gradio.git@34e5622031487ea207073177b4ec1f3067936295
         
     | 
| 24 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 25 | 
         
            -
            anyio==4. 
     | 
| 26 | 
         
             
                # via
         
     | 
| 27 | 
         
             
                #   anthropic
         
     | 
| 28 | 
         
             
                #   cerebras-cloud-sdk
         
     | 
| 
         @@ -33,49 +46,133 @@ anyio==4.6.2.post1 
     | 
|
| 33 | 
         
             
                #   lumaai
         
     | 
| 34 | 
         
             
                #   openai
         
     | 
| 35 | 
         
             
                #   starlette
         
     | 
| 36 | 
         
            -
             
     | 
| 37 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 38 | 
         
             
            attrs==24.3.0
         
     | 
| 39 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 40 | 
         
             
            audioread==3.0.1
         
     | 
| 41 | 
         
             
                # via librosa
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 42 | 
         
             
            av==12.3.0
         
     | 
| 43 | 
         
             
                # via aiortc
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 44 | 
         
             
            cachetools==5.5.0
         
     | 
| 45 | 
         
            -
                # via 
     | 
| 46 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 47 | 
         
             
                # via cerebras-gradio
         
     | 
| 48 | 
         
             
            cerebras-gradio @ git+https://github.com/gradio-app/cerebras_gradio.git@0135ea37048281ca4fae2d6a90311be3b38954ae
         
     | 
| 49 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 50 | 
         
            -
            certifi==2024. 
     | 
| 51 | 
         
             
                # via
         
     | 
| 52 | 
         
             
                #   httpcore
         
     | 
| 53 | 
         
             
                #   httpx
         
     | 
| 
         | 
|
| 54 | 
         
             
                #   requests
         
     | 
| 
         | 
|
| 55 | 
         
             
            cffi==1.17.1
         
     | 
| 56 | 
         
             
                # via
         
     | 
| 57 | 
         
             
                #   aiortc
         
     | 
| 58 | 
         
             
                #   cryptography
         
     | 
| 59 | 
         
             
                #   pylibsrtp
         
     | 
| 
         | 
|
| 
         | 
|
| 60 | 
         
             
                #   soundfile
         
     | 
| 61 | 
         
            -
            charset-normalizer==3.4. 
     | 
| 62 | 
         
            -
                # via requests
         
     | 
| 63 | 
         
            -
            click==8.1.7
         
     | 
| 64 | 
         
             
                # via
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 65 | 
         
             
                #   typer
         
     | 
| 66 | 
         
             
                #   uvicorn
         
     | 
| 67 | 
         
            -
            cohere==5.13. 
     | 
| 68 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 69 | 
         
             
            cohere-gradio @ git+https://github.com/AK391/cohere-gradio.git@f514496532579574b9bdd55c07e2eb14f2ddf1b0
         
     | 
| 70 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 71 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 72 | 
         
             
                # via
         
     | 
| 73 | 
         
             
                #   aiortc
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 74 | 
         
             
                #   pyopenssl
         
     | 
| 75 | 
         
             
            dashscope-gradio @ git+https://github.com/AK391/dashscope-gradio.git@afe2a389fd194e71ca4c12e6162f3f0fd3cf534a
         
     | 
| 76 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 
         | 
|
| 
         | 
|
| 77 | 
         
             
            decorator==5.1.1
         
     | 
| 78 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 79 | 
         
             
            distro==1.9.0
         
     | 
| 80 | 
         
             
                # via
         
     | 
| 81 | 
         
             
                #   anthropic
         
     | 
| 
         @@ -85,163 +182,419 @@ distro==1.9.0 
     | 
|
| 85 | 
         
             
                #   openai
         
     | 
| 86 | 
         
             
            dnspython==2.7.0
         
     | 
| 87 | 
         
             
                # via aioice
         
     | 
| 88 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 89 | 
         
             
                # via mistralai
         
     | 
| 90 | 
         
             
            exceptiongroup==1.2.2
         
     | 
| 91 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 92 | 
         
             
            fal-client==0.5.6
         
     | 
| 93 | 
         
             
                # via fal-gradio
         
     | 
| 94 | 
         
             
            fal-gradio @ git+https://github.com/AK391/fal-gradio.git@f4d47158564df06ebb4dc8782dad676c4c539e47
         
     | 
| 95 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 96 | 
         
            -
            fastapi==0.115. 
     | 
| 97 | 
         
            -
                # via 
     | 
| 98 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 99 | 
         
             
                # via cohere
         
     | 
| 100 | 
         
            -
            ffmpy==0. 
     | 
| 101 | 
         
             
                # via gradio
         
     | 
| 102 | 
         
             
            filelock==3.16.1
         
     | 
| 103 | 
         
            -
                # via 
     | 
| 104 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 105 | 
         
             
                # via fireworks-gradio
         
     | 
| 106 | 
         
             
            fireworks-gradio @ git+https://github.com/AK391/fireworks-ai-gradio.git@5805959ebe511052c417569f056139b4de350a57
         
     | 
| 107 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 
         | 
|
| 
         | 
|
| 108 | 
         
             
            frozenlist==1.5.0
         
     | 
| 109 | 
         
             
                # via
         
     | 
| 110 | 
         
             
                #   aiohttp
         
     | 
| 111 | 
         
             
                #   aiosignal
         
     | 
| 112 | 
         
            -
            fsspec==2024. 
     | 
| 113 | 
         
             
                # via
         
     | 
| 114 | 
         
             
                #   gradio-client
         
     | 
| 115 | 
         
             
                #   huggingface-hub
         
     | 
| 
         | 
|
| 116 | 
         
             
            gemini-gradio==0.0.3
         
     | 
| 117 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 118 | 
         
             
            google-ai-generativelanguage==0.6.10
         
     | 
| 119 | 
         
             
                # via google-generativeai
         
     | 
| 120 | 
         
            -
            google-api-core==2. 
     | 
| 121 | 
         
             
                # via
         
     | 
| 122 | 
         
             
                #   google-ai-generativelanguage
         
     | 
| 123 | 
         
             
                #   google-api-python-client
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 124 | 
         
             
                #   google-generativeai
         
     | 
| 125 | 
         
            -
            google-api-python-client==2. 
     | 
| 126 | 
         
             
                # via google-generativeai
         
     | 
| 127 | 
         
            -
            google-auth==2. 
     | 
| 128 | 
         
             
                # via
         
     | 
| 129 | 
         
             
                #   google-ai-generativelanguage
         
     | 
| 130 | 
         
             
                #   google-api-core
         
     | 
| 131 | 
         
             
                #   google-api-python-client
         
     | 
| 132 | 
         
             
                #   google-auth-httplib2
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 133 | 
         
             
                #   google-generativeai
         
     | 
| 
         | 
|
| 134 | 
         
             
            google-auth-httplib2==0.2.0
         
     | 
| 135 | 
         
             
                # via google-api-python-client
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 136 | 
         
             
            google-crc32c==1.6.0
         
     | 
| 137 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 138 | 
         
             
            google-generativeai==0.8.3
         
     | 
| 139 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 140 | 
         
             
            googleapis-common-protos==1.66.0
         
     | 
| 141 | 
         
             
                # via
         
     | 
| 142 | 
         
             
                #   google-api-core
         
     | 
| 
         | 
|
| 143 | 
         
             
                #   grpcio-status
         
     | 
| 144 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 145 | 
         
             
                # via gradio
         
     | 
| 146 | 
         
            -
            gradio-webrtc==0.0. 
     | 
| 147 | 
         
            -
                # via 
     | 
| 148 | 
         
            -
             
     | 
| 149 | 
         
            -
                # 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 150 | 
         
             
            groq-gradio==0.0.2
         
     | 
| 151 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 152 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 153 | 
         
             
                # via
         
     | 
| 
         | 
|
| 154 | 
         
             
                #   google-api-core
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 155 | 
         
             
                #   grpcio-status
         
     | 
| 156 | 
         
            -
            grpcio- 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 157 | 
         
             
                # via google-api-core
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 158 | 
         
             
            h11==0.14.0
         
     | 
| 159 | 
         
             
                # via
         
     | 
| 160 | 
         
             
                #   httpcore
         
     | 
| 161 | 
         
             
                #   uvicorn
         
     | 
| 162 | 
         
             
                #   wsproto
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 163 | 
         
             
            httpcore==1.0.7
         
     | 
| 164 | 
         
             
                # via
         
     | 
| 
         | 
|
| 165 | 
         
             
                #   httpx
         
     | 
| 166 | 
         
             
                #   httpx-ws
         
     | 
| 167 | 
         
             
            httplib2==0.22.0
         
     | 
| 168 | 
         
             
                # via
         
     | 
| 169 | 
         
             
                #   google-api-python-client
         
     | 
| 170 | 
         
             
                #   google-auth-httplib2
         
     | 
| 
         | 
|
| 
         | 
|
| 171 | 
         
             
            httpx==0.27.2
         
     | 
| 172 | 
         
             
                # via
         
     | 
| 173 | 
         
             
                #   anthropic
         
     | 
| 174 | 
         
             
                #   cerebras-cloud-sdk
         
     | 
| 
         | 
|
| 175 | 
         
             
                #   cohere
         
     | 
| 
         | 
|
| 
         | 
|
| 176 | 
         
             
                #   fal-client
         
     | 
| 177 | 
         
             
                #   fireworks-ai
         
     | 
| 178 | 
         
             
                #   gradio
         
     | 
| 179 | 
         
             
                #   gradio-client
         
     | 
| 180 | 
         
             
                #   groq
         
     | 
| 181 | 
         
             
                #   httpx-ws
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 182 | 
         
             
                #   lumaai
         
     | 
| 183 | 
         
             
                #   mistralai
         
     | 
| 184 | 
         
             
                #   openai
         
     | 
| 
         | 
|
| 185 | 
         
             
                #   replicate
         
     | 
| 186 | 
         
             
                #   safehttpx
         
     | 
| 
         | 
|
| 187 | 
         
             
            httpx-sse==0.4.0
         
     | 
| 188 | 
         
             
                # via
         
     | 
| 189 | 
         
             
                #   cohere
         
     | 
| 190 | 
         
             
                #   fal-client
         
     | 
| 191 | 
         
             
                #   fireworks-ai
         
     | 
| 192 | 
         
            -
             
     | 
| 
         | 
|
| 193 | 
         
             
                # via fireworks-ai
         
     | 
| 194 | 
         
            -
            huggingface-hub==0. 
     | 
| 195 | 
         
             
                # via
         
     | 
| 
         | 
|
| 196 | 
         
             
                #   gradio
         
     | 
| 197 | 
         
             
                #   gradio-client
         
     | 
| 198 | 
         
             
                #   tokenizers
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 199 | 
         
             
            hyperbolic-gradio==0.0.5
         
     | 
| 200 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 
         | 
|
| 
         | 
|
| 201 | 
         
             
            idna==3.10
         
     | 
| 202 | 
         
             
                # via
         
     | 
| 203 | 
         
             
                #   anyio
         
     | 
| 204 | 
         
             
                #   httpx
         
     | 
| 205 | 
         
             
                #   requests
         
     | 
| 
         | 
|
| 206 | 
         
             
                #   yarl
         
     | 
| 207 | 
         
             
            ifaddr==0.2.0
         
     | 
| 208 | 
         
             
                # via aioice
         
     | 
| 209 | 
         
            -
             
     | 
| 210 | 
         
            -
                # via  
     | 
| 211 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 212 | 
         
             
                # via
         
     | 
| 213 | 
         
             
                #   anthropic
         
     | 
| 
         | 
|
| 214 | 
         
             
                #   openai
         
     | 
| 215 | 
         
             
            joblib==1.4.2
         
     | 
| 216 | 
         
             
                # via
         
     | 
| 217 | 
         
             
                #   librosa
         
     | 
| 218 | 
         
             
                #   scikit-learn
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 219 | 
         
             
            jsonpath-python==1.0.6
         
     | 
| 220 | 
         
             
                # via mistralai
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 221 | 
         
             
            lazy-loader==0.4
         
     | 
| 222 | 
         
             
                # via librosa
         
     | 
| 223 | 
         
             
            librosa==0.10.2.post1
         
     | 
| 224 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 225 | 
         
             
            llvmlite==0.43.0
         
     | 
| 226 | 
         
             
                # via
         
     | 
| 227 | 
         
             
                #   anychat (pyproject.toml)
         
     | 
| 228 | 
         
             
                #   numba
         
     | 
| 229 | 
         
            -
            lumaai==1.2. 
     | 
| 230 | 
         
             
                # via lumaai-gradio
         
     | 
| 231 | 
         
             
            lumaai-gradio @ git+https://github.com/AK391/lumaai-gradio.git@b7856b8e7f1977e3f003a4e101b12eae2c232227
         
     | 
| 232 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 233 | 
         
             
            markdown-it-py==3.0.0
         
     | 
| 234 | 
         
             
                # via rich
         
     | 
| 
         | 
|
| 
         | 
|
| 235 | 
         
             
            markupsafe==2.1.5
         
     | 
| 236 | 
         
             
                # via
         
     | 
| 237 | 
         
             
                #   gradio
         
     | 
| 238 | 
         
             
                #   jinja2
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 239 | 
         
             
            mdurl==0.1.2
         
     | 
| 240 | 
         
             
                # via markdown-it-py
         
     | 
| 
         | 
|
| 
         | 
|
| 241 | 
         
             
            mistral-gradio @ git+https://github.com/AK391/mistral-gradio.git@dfef7dc871ea35100743a415fde8a57a30c49fcb
         
     | 
| 242 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 243 | 
         
            -
            mistralai==1.2. 
     | 
| 244 | 
         
             
                # via mistral-gradio
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 245 | 
         
             
            msgpack==1.1.0
         
     | 
| 246 | 
         
             
                # via librosa
         
     | 
| 247 | 
         
             
            multidict==6.1.0
         
     | 
| 
         @@ -250,61 +603,238 @@ multidict==6.1.0 
     | 
|
| 250 | 
         
             
                #   yarl
         
     | 
| 251 | 
         
             
            mypy-extensions==1.0.0
         
     | 
| 252 | 
         
             
                # via typing-inspect
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 253 | 
         
             
            numba==0.60.0
         
     | 
| 254 | 
         
             
                # via
         
     | 
| 255 | 
         
             
                #   anychat (pyproject.toml)
         
     | 
| 
         | 
|
| 256 | 
         
             
                #   librosa
         
     | 
| 
         | 
|
| 257 | 
         
             
            numpy==1.26.4
         
     | 
| 258 | 
         
             
                # via
         
     | 
| 259 | 
         
            -
                #    
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 260 | 
         
             
                #   gradio
         
     | 
| 
         | 
|
| 
         | 
|
| 261 | 
         
             
                #   librosa
         
     | 
| 262 | 
         
             
                #   numba
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 263 | 
         
             
                #   pandas
         
     | 
| 
         | 
|
| 
         | 
|
| 264 | 
         
             
                #   scikit-learn
         
     | 
| 265 | 
         
             
                #   scipy
         
     | 
| 
         | 
|
| 
         | 
|
| 266 | 
         
             
                #   soxr
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 267 | 
         
             
            nvidia-gradio @ git+https://github.com/AK391/nvidia-gradio.git@735cc0ba06afb44eeef789d8c0c35b1fc61fee16
         
     | 
| 268 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 269 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 270 | 
         
             
                # via
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 271 | 
         
             
                #   dashscope-gradio
         
     | 
| 
         | 
|
| 272 | 
         
             
                #   fireworks-gradio
         
     | 
| 273 | 
         
             
                #   hyperbolic-gradio
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 274 | 
         
             
                #   nvidia-gradio
         
     | 
| 275 | 
         
             
                #   openai-gradio
         
     | 
| 276 | 
         
             
                #   perplexity-gradio
         
     | 
| 277 | 
         
             
                #   sambanova-gradio
         
     | 
| 
         | 
|
| 278 | 
         
             
                #   together-gradio
         
     | 
| 279 | 
         
             
                #   xai-gradio
         
     | 
| 280 | 
         
            -
            openai-gradio 
     | 
| 281 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 282 | 
         
            -
             
     | 
| 283 | 
         
            -
                # via gradio
         
     | 
| 284 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 285 | 
         
             
                # via
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 286 | 
         
             
                #   gradio
         
     | 
| 287 | 
         
             
                #   gradio-client
         
     | 
| 288 | 
         
             
                #   huggingface-hub
         
     | 
| 
         | 
|
| 
         | 
|
| 289 | 
         
             
                #   lazy-loader
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 290 | 
         
             
                #   pooch
         
     | 
| 
         | 
|
| 291 | 
         
             
                #   replicate
         
     | 
| 
         | 
|
| 292 | 
         
             
            pandas==2.2.3
         
     | 
| 293 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 294 | 
         
             
            parameterized==0.9.0
         
     | 
| 295 | 
         
             
                # via cohere
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 296 | 
         
             
            perplexity-gradio==0.0.1
         
     | 
| 297 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 298 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 299 | 
         
             
                # via
         
     | 
| 
         | 
|
| 300 | 
         
             
                #   fireworks-ai
         
     | 
| 
         | 
|
| 301 | 
         
             
                #   gradio
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 302 | 
         
             
            platformdirs==4.3.6
         
     | 
| 303 | 
         
             
                # via pooch
         
     | 
| 304 | 
         
             
            playai-gradio @ git+https://github.com/AK391/playai-gradio.git@0958ca289652e231fd12ebbf0f40895a049b0ad1
         
     | 
| 305 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 
         | 
|
| 
         | 
|
| 306 | 
         
             
            pooch==1.8.2
         
     | 
| 307 | 
         
             
                # via librosa
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 308 | 
         
             
            propcache==0.2.1
         
     | 
| 309 | 
         
             
                # via
         
     | 
| 310 | 
         
             
                #   aiohttp
         
     | 
| 
         @@ -313,14 +843,32 @@ proto-plus==1.25.0 
     | 
|
| 313 | 
         
             
                # via
         
     | 
| 314 | 
         
             
                #   google-ai-generativelanguage
         
     | 
| 315 | 
         
             
                #   google-api-core
         
     | 
| 316 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 317 | 
         
             
                # via
         
     | 
| 
         | 
|
| 318 | 
         
             
                #   google-ai-generativelanguage
         
     | 
| 319 | 
         
             
                #   google-api-core
         
     | 
| 
         | 
|
| 
         | 
|
| 320 | 
         
             
                #   google-generativeai
         
     | 
| 321 | 
         
             
                #   googleapis-common-protos
         
     | 
| 
         | 
|
| 
         | 
|
| 322 | 
         
             
                #   grpcio-status
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 323 | 
         
             
                #   proto-plus
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 324 | 
         
             
            pyasn1==0.6.1
         
     | 
| 325 | 
         
             
                # via
         
     | 
| 326 | 
         
             
                #   pyasn1-modules
         
     | 
| 
         @@ -329,85 +877,231 @@ pyasn1-modules==0.4.1 
     | 
|
| 329 | 
         
             
                # via google-auth
         
     | 
| 330 | 
         
             
            pycparser==2.22
         
     | 
| 331 | 
         
             
                # via cffi
         
     | 
| 332 | 
         
            -
            pydantic==2.10. 
     | 
| 333 | 
         
             
                # via
         
     | 
| 334 | 
         
             
                #   anthropic
         
     | 
| 335 | 
         
             
                #   cerebras-cloud-sdk
         
     | 
| 
         | 
|
| 336 | 
         
             
                #   cohere
         
     | 
| 
         | 
|
| 
         | 
|
| 337 | 
         
             
                #   fastapi
         
     | 
| 338 | 
         
             
                #   fireworks-ai
         
     | 
| 
         | 
|
| 
         | 
|
| 339 | 
         
             
                #   google-generativeai
         
     | 
| 340 | 
         
             
                #   gradio
         
     | 
| 341 | 
         
             
                #   groq
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 342 | 
         
             
                #   lumaai
         
     | 
| 
         | 
|
| 343 | 
         
             
                #   mistralai
         
     | 
| 344 | 
         
             
                #   openai
         
     | 
| 
         | 
|
| 
         | 
|
| 345 | 
         
             
                #   replicate
         
     | 
| 346 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 347 | 
         
             
                # via
         
     | 
| 348 | 
         
             
                #   cohere
         
     | 
| 
         | 
|
| 349 | 
         
             
                #   pydantic
         
     | 
| 
         | 
|
| 
         | 
|
| 350 | 
         
             
            pydub==0.25.1
         
     | 
| 351 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 352 | 
         
             
            pyee==12.1.1
         
     | 
| 353 | 
         
             
                # via aiortc
         
     | 
| 354 | 
         
            -
            pygments==2. 
     | 
| 355 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 356 | 
         
             
            pyjwt==2.10.1
         
     | 
| 357 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 358 | 
         
             
            pylibsrtp==0.10.0
         
     | 
| 359 | 
         
             
                # via aiortc
         
     | 
| 360 | 
         
             
            pyopenssl==24.3.0
         
     | 
| 361 | 
         
             
                # via aiortc
         
     | 
| 362 | 
         
            -
            pyparsing==3.2. 
     | 
| 363 | 
         
             
                # via httplib2
         
     | 
| 364 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 365 | 
         
             
                # via
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 366 | 
         
             
                #   mistralai
         
     | 
| 367 | 
         
             
                #   pandas
         
     | 
| 
         | 
|
| 368 | 
         
             
            python-dotenv==1.0.1
         
     | 
| 369 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 370 | 
         
             
            python-multipart==0.0.20
         
     | 
| 371 | 
         
             
                # via gradio
         
     | 
| 
         | 
|
| 
         | 
|
| 372 | 
         
             
            pytz==2024.2
         
     | 
| 373 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 374 | 
         
             
            pyyaml==6.0.2
         
     | 
| 375 | 
         
             
                # via
         
     | 
| 
         | 
|
| 
         | 
|
| 376 | 
         
             
                #   gradio
         
     | 
| 377 | 
         
             
                #   huggingface-hub
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 378 | 
         
             
            replicate==1.0.4
         
     | 
| 379 | 
         
             
                # via replicate-gradio
         
     | 
| 380 | 
         
             
            replicate-gradio @ git+https://github.com/AK391/replicate-gradio.git@691c397515f5b58cec99b38d28830d31879b8d11
         
     | 
| 381 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 382 | 
         
             
            requests==2.32.3
         
     | 
| 383 | 
         
             
                # via
         
     | 
| 
         | 
|
| 384 | 
         
             
                #   cohere
         
     | 
| 
         | 
|
| 
         | 
|
| 385 | 
         
             
                #   google-api-core
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 386 | 
         
             
                #   huggingface-hub
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 387 | 
         
             
                #   pooch
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 388 | 
         
             
                #   twilio
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 389 | 
         
             
            rich==13.9.4
         
     | 
| 390 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 391 | 
         
             
            rsa==4.9
         
     | 
| 392 | 
         
             
                # via google-auth
         
     | 
| 393 | 
         
            -
            ruff==0. 
     | 
| 394 | 
         
             
                # via gradio
         
     | 
| 395 | 
         
             
            safehttpx==0.1.6
         
     | 
| 396 | 
         
             
                # via gradio
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 397 | 
         
             
            sambanova-gradio==0.1.9
         
     | 
| 398 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 399 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 400 | 
         
             
                # via librosa
         
     | 
| 401 | 
         
            -
            scipy==1. 
     | 
| 402 | 
         
             
                # via
         
     | 
| 403 | 
         
             
                #   librosa
         
     | 
| 404 | 
         
             
                #   scikit-learn
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 405 | 
         
             
            semantic-version==2.10.0
         
     | 
| 406 | 
         
             
                # via gradio
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 407 | 
         
             
            shellingham==1.5.4
         
     | 
| 408 | 
         
             
                # via typer
         
     | 
| 409 | 
         
            -
            six==1. 
     | 
| 410 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 411 | 
         
             
            sniffio==1.3.1
         
     | 
| 412 | 
         
             
                # via
         
     | 
| 413 | 
         
             
                #   anthropic
         
     | 
| 
         @@ -417,83 +1111,207 @@ sniffio==1.3.1 
     | 
|
| 417 | 
         
             
                #   httpx
         
     | 
| 418 | 
         
             
                #   lumaai
         
     | 
| 419 | 
         
             
                #   openai
         
     | 
| 420 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 421 | 
         
             
                # via librosa
         
     | 
| 
         | 
|
| 
         | 
|
| 422 | 
         
             
            soxr==0.5.0.post1
         
     | 
| 423 | 
         
             
                # via librosa
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 424 | 
         
             
            starlette==0.41.3
         
     | 
| 425 | 
         
             
                # via
         
     | 
| 426 | 
         
             
                #   fastapi
         
     | 
| 427 | 
         
             
                #   gradio
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 428 | 
         
             
            threadpoolctl==3.5.0
         
     | 
| 429 | 
         
             
                # via scikit-learn
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 430 | 
         
             
            together-gradio==0.0.1
         
     | 
| 431 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 432 | 
         
            -
            tokenizers==0. 
     | 
| 433 | 
         
            -
                # via 
     | 
| 434 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 435 | 
         
             
                # via gradio
         
     | 
| 436 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 437 | 
         
             
                # via
         
     | 
| 
         | 
|
| 438 | 
         
             
                #   google-generativeai
         
     | 
| 439 | 
         
             
                #   huggingface-hub
         
     | 
| 
         | 
|
| 440 | 
         
             
                #   openai
         
     | 
| 441 | 
         
            -
             
     | 
| 442 | 
         
            -
             
     | 
| 443 | 
         
            -
             
     | 
| 444 | 
         
            -
                # 
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 445 | 
         
             
            types-requests==2.32.0.20241016
         
     | 
| 446 | 
         
             
                # via cohere
         
     | 
| 447 | 
         
             
            typing-extensions==4.12.2
         
     | 
| 448 | 
         
             
                # via
         
     | 
| 
         | 
|
| 449 | 
         
             
                #   anthropic
         
     | 
| 450 | 
         
             
                #   anyio
         
     | 
| 
         | 
|
| 
         | 
|
| 451 | 
         
             
                #   cerebras-cloud-sdk
         
     | 
| 
         | 
|
| 452 | 
         
             
                #   cohere
         
     | 
| 
         | 
|
| 453 | 
         
             
                #   fastapi
         
     | 
| 
         | 
|
| 454 | 
         
             
                #   google-generativeai
         
     | 
| 455 | 
         
             
                #   gradio
         
     | 
| 456 | 
         
             
                #   gradio-client
         
     | 
| 457 | 
         
             
                #   groq
         
     | 
| 458 | 
         
             
                #   huggingface-hub
         
     | 
| 
         | 
|
| 
         | 
|
| 459 | 
         
             
                #   librosa
         
     | 
| 460 | 
         
             
                #   lumaai
         
     | 
| 461 | 
         
             
                #   multidict
         
     | 
| 462 | 
         
             
                #   openai
         
     | 
| 
         | 
|
| 463 | 
         
             
                #   pydantic
         
     | 
| 464 | 
         
             
                #   pydantic-core
         
     | 
| 465 | 
         
             
                #   pyee
         
     | 
| 
         | 
|
| 
         | 
|
| 466 | 
         
             
                #   replicate
         
     | 
| 467 | 
         
             
                #   rich
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 468 | 
         
             
                #   typer
         
     | 
| 469 | 
         
             
                #   typing-inspect
         
     | 
| 470 | 
         
             
                #   uvicorn
         
     | 
| 471 | 
         
             
            typing-inspect==0.9.0
         
     | 
| 472 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 473 | 
         
             
            tzdata==2024.2
         
     | 
| 474 | 
         
             
                # via pandas
         
     | 
| 475 | 
         
             
            uritemplate==4.1.1
         
     | 
| 476 | 
         
             
                # via google-api-python-client
         
     | 
| 477 | 
         
            -
            urllib3==2. 
     | 
| 478 | 
         
             
                # via
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 479 | 
         
             
                #   requests
         
     | 
| 
         | 
|
| 480 | 
         
             
                #   types-requests
         
     | 
| 481 | 
         
            -
             
     | 
| 482 | 
         
            -
                # via  
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 483 | 
         
             
            websockets==14.1
         
     | 
| 484 | 
         
             
                # via
         
     | 
| 485 | 
         
             
                #   anychat (pyproject.toml)
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 486 | 
         
             
                #   gradio-client
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 487 | 
         
             
            wsproto==1.2.0
         
     | 
| 488 | 
         
            -
                # via 
     | 
| 
         | 
|
| 
         | 
|
| 489 | 
         
             
            xai-gradio==0.0.2
         
     | 
| 490 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 491 | 
         
             
            yarl==1.18.3
         
     | 
| 492 | 
         
             
                # via aiohttp
         
     | 
| 493 | 
         
            -
             
     | 
| 494 | 
         
            -
             
     | 
| 495 | 
         
            -
            crewai-tools==0.17.0
         
     | 
| 496 | 
         
            -
            langchain>=0.3.1,<0.4.0
         
     | 
| 497 | 
         
            -
            chromadb>=0.5.18
         
     | 
| 498 | 
         
            -
            openai==1.58.1
         
     | 
| 499 | 
         
            -
            ai-gradio[deepseek,crewai,hyperbolic,openai,gemini,smolagents,groq,transformers]==0.2.8
         
     | 
| 
         | 
|
| 1 | 
         
             
            # This file was autogenerated by uv via the following command:
         
     | 
| 2 | 
         
             
            #    uv pip compile pyproject.toml -o requirements.txt
         
     | 
| 3 | 
         
            +
            accelerate==1.2.1
         
     | 
| 4 | 
         
            +
                # via ai-gradio
         
     | 
| 5 | 
         
            +
            ai-gradio==0.2.10
         
     | 
| 6 | 
         
            +
                # via anychat (pyproject.toml)
         
     | 
| 7 | 
         
             
            aiofiles==23.2.1
         
     | 
| 8 | 
         
             
                # via gradio
         
     | 
| 9 | 
         
             
            aiohappyeyeballs==2.4.4
         
     | 
| 10 | 
         
             
                # via aiohttp
         
     | 
| 11 | 
         
            +
            aiohttp==3.11.11
         
     | 
| 12 | 
         
             
                # via
         
     | 
| 13 | 
         
             
                #   aiohttp-retry
         
     | 
| 14 | 
         
            +
                #   auth0-python
         
     | 
| 15 | 
         
            +
                #   instructor
         
     | 
| 16 | 
         
            +
                #   langchain
         
     | 
| 17 | 
         
            +
                #   langchain-community
         
     | 
| 18 | 
         
            +
                #   litellm
         
     | 
| 19 | 
         
            +
                #   scrapegraph-py
         
     | 
| 20 | 
         
            +
                #   spider-client
         
     | 
| 21 | 
         
             
                #   twilio
         
     | 
| 22 | 
         
             
            aiohttp-retry==2.8.3
         
     | 
| 23 | 
         
             
                # via twilio
         
     | 
| 
         | 
|
| 27 | 
         
             
                # via gradio-webrtc
         
     | 
| 28 | 
         
             
            aiosignal==1.3.2
         
     | 
| 29 | 
         
             
                # via aiohttp
         
     | 
| 30 | 
         
            +
            alembic==1.14.0
         
     | 
| 31 | 
         
            +
                # via embedchain
         
     | 
| 32 | 
         
             
            annotated-types==0.7.0
         
     | 
| 33 | 
         
             
                # via pydantic
         
     | 
| 34 | 
         
            +
            anthropic==0.42.0
         
     | 
| 35 | 
         
             
                # via anthropic-gradio
         
     | 
| 36 | 
         
             
            anthropic-gradio @ git+https://github.com/AK391/anthropic-gradio.git@34e5622031487ea207073177b4ec1f3067936295
         
     | 
| 37 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 38 | 
         
            +
            anyio==4.8.0
         
     | 
| 39 | 
         
             
                # via
         
     | 
| 40 | 
         
             
                #   anthropic
         
     | 
| 41 | 
         
             
                #   cerebras-cloud-sdk
         
     | 
| 
         | 
|
| 46 | 
         
             
                #   lumaai
         
     | 
| 47 | 
         
             
                #   openai
         
     | 
| 48 | 
         
             
                #   starlette
         
     | 
| 49 | 
         
            +
                #   watchfiles
         
     | 
| 50 | 
         
            +
            appdirs==1.4.4
         
     | 
| 51 | 
         
            +
                # via crewai
         
     | 
| 52 | 
         
            +
            asgiref==3.8.1
         
     | 
| 53 | 
         
            +
                # via opentelemetry-instrumentation-asgi
         
     | 
| 54 | 
         
            +
            asttokens==3.0.0
         
     | 
| 55 | 
         
            +
                # via stack-data
         
     | 
| 56 | 
         
            +
            async-timeout==4.0.3
         
     | 
| 57 | 
         
            +
                # via
         
     | 
| 58 | 
         
            +
                #   aiohttp
         
     | 
| 59 | 
         
            +
                #   langchain
         
     | 
| 60 | 
         
             
            attrs==24.3.0
         
     | 
| 61 | 
         
            +
                # via
         
     | 
| 62 | 
         
            +
                #   aiohttp
         
     | 
| 63 | 
         
            +
                #   e2b
         
     | 
| 64 | 
         
            +
                #   e2b-code-interpreter
         
     | 
| 65 | 
         
            +
                #   jsonschema
         
     | 
| 66 | 
         
            +
                #   outcome
         
     | 
| 67 | 
         
            +
                #   referencing
         
     | 
| 68 | 
         
            +
                #   trio
         
     | 
| 69 | 
         
             
            audioread==3.0.1
         
     | 
| 70 | 
         
             
                # via librosa
         
     | 
| 71 | 
         
            +
            auth0-python==4.7.2
         
     | 
| 72 | 
         
            +
                # via crewai
         
     | 
| 73 | 
         
            +
            authlib==1.3.1
         
     | 
| 74 | 
         
            +
                # via weaviate-client
         
     | 
| 75 | 
         
             
            av==12.3.0
         
     | 
| 76 | 
         
             
                # via aiortc
         
     | 
| 77 | 
         
            +
            backoff==2.2.1
         
     | 
| 78 | 
         
            +
                # via posthog
         
     | 
| 79 | 
         
            +
            bcrypt==4.2.1
         
     | 
| 80 | 
         
            +
                # via chromadb
         
     | 
| 81 | 
         
            +
            beautifulsoup4==4.12.3
         
     | 
| 82 | 
         
            +
                # via
         
     | 
| 83 | 
         
            +
                #   crewai-tools
         
     | 
| 84 | 
         
            +
                #   embedchain
         
     | 
| 85 | 
         
            +
                #   markdownify
         
     | 
| 86 | 
         
            +
                #   scrapegraph-py
         
     | 
| 87 | 
         
            +
            bitsandbytes==0.45.0
         
     | 
| 88 | 
         
            +
                # via ai-gradio
         
     | 
| 89 | 
         
            +
            blinker==1.9.0
         
     | 
| 90 | 
         
            +
                # via crewai
         
     | 
| 91 | 
         
            +
            build==1.2.2.post1
         
     | 
| 92 | 
         
            +
                # via chromadb
         
     | 
| 93 | 
         
             
            cachetools==5.5.0
         
     | 
| 94 | 
         
            +
                # via
         
     | 
| 95 | 
         
            +
                #   google-auth
         
     | 
| 96 | 
         
            +
                #   gptcache
         
     | 
| 97 | 
         
            +
            cerebras-cloud-sdk==1.16.0
         
     | 
| 98 | 
         
             
                # via cerebras-gradio
         
     | 
| 99 | 
         
             
            cerebras-gradio @ git+https://github.com/gradio-app/cerebras_gradio.git@0135ea37048281ca4fae2d6a90311be3b38954ae
         
     | 
| 100 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 101 | 
         
            +
            certifi==2024.12.14
         
     | 
| 102 | 
         
             
                # via
         
     | 
| 103 | 
         
             
                #   httpcore
         
     | 
| 104 | 
         
             
                #   httpx
         
     | 
| 105 | 
         
            +
                #   kubernetes
         
     | 
| 106 | 
         
             
                #   requests
         
     | 
| 107 | 
         
            +
                #   selenium
         
     | 
| 108 | 
         
             
            cffi==1.17.1
         
     | 
| 109 | 
         
             
                # via
         
     | 
| 110 | 
         
             
                #   aiortc
         
     | 
| 111 | 
         
             
                #   cryptography
         
     | 
| 112 | 
         
             
                #   pylibsrtp
         
     | 
| 113 | 
         
            +
                #   pyvips
         
     | 
| 114 | 
         
            +
                #   pyvips-binary
         
     | 
| 115 | 
         
             
                #   soundfile
         
     | 
| 116 | 
         
            +
            charset-normalizer==3.4.1
         
     | 
| 
         | 
|
| 
         | 
|
| 117 | 
         
             
                # via
         
     | 
| 118 | 
         
            +
                #   pdfminer-six
         
     | 
| 119 | 
         
            +
                #   requests
         
     | 
| 120 | 
         
            +
            chroma-hnswlib==0.7.6
         
     | 
| 121 | 
         
            +
                # via chromadb
         
     | 
| 122 | 
         
            +
            chromadb==0.5.23
         
     | 
| 123 | 
         
            +
                # via
         
     | 
| 124 | 
         
            +
                #   anychat (pyproject.toml)
         
     | 
| 125 | 
         
            +
                #   crewai
         
     | 
| 126 | 
         
            +
                #   crewai-tools
         
     | 
| 127 | 
         
            +
                #   embedchain
         
     | 
| 128 | 
         
            +
            click==8.1.8
         
     | 
| 129 | 
         
            +
                # via
         
     | 
| 130 | 
         
            +
                #   crewai
         
     | 
| 131 | 
         
            +
                #   duckduckgo-search
         
     | 
| 132 | 
         
            +
                #   litellm
         
     | 
| 133 | 
         
             
                #   typer
         
     | 
| 134 | 
         
             
                #   uvicorn
         
     | 
| 135 | 
         
            +
            cohere==5.13.6
         
     | 
| 136 | 
         
            +
                # via
         
     | 
| 137 | 
         
            +
                #   cohere-gradio
         
     | 
| 138 | 
         
            +
                #   embedchain
         
     | 
| 139 | 
         
            +
                #   langchain-cohere
         
     | 
| 140 | 
         
             
            cohere-gradio @ git+https://github.com/AK391/cohere-gradio.git@f514496532579574b9bdd55c07e2eb14f2ddf1b0
         
     | 
| 141 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 142 | 
         
            +
            coloredlogs==15.0.1
         
     | 
| 143 | 
         
            +
                # via onnxruntime
         
     | 
| 144 | 
         
            +
            crewai==0.95.0
         
     | 
| 145 | 
         
            +
                # via
         
     | 
| 146 | 
         
            +
                #   anychat (pyproject.toml)
         
     | 
| 147 | 
         
            +
                #   ai-gradio
         
     | 
| 148 | 
         
            +
                #   crewai-tools
         
     | 
| 149 | 
         
            +
            crewai-tools==0.25.8
         
     | 
| 150 | 
         
            +
                # via
         
     | 
| 151 | 
         
            +
                #   anychat (pyproject.toml)
         
     | 
| 152 | 
         
            +
                #   ai-gradio
         
     | 
| 153 | 
         
            +
            cryptography==43.0.3
         
     | 
| 154 | 
         
             
                # via
         
     | 
| 155 | 
         
             
                #   aiortc
         
     | 
| 156 | 
         
            +
                #   auth0-python
         
     | 
| 157 | 
         
            +
                #   authlib
         
     | 
| 158 | 
         
            +
                #   pdfminer-six
         
     | 
| 159 | 
         
             
                #   pyopenssl
         
     | 
| 160 | 
         
             
            dashscope-gradio @ git+https://github.com/AK391/dashscope-gradio.git@afe2a389fd194e71ca4c12e6162f3f0fd3cf534a
         
     | 
| 161 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 162 | 
         
            +
            dataclasses-json==0.6.7
         
     | 
| 163 | 
         
            +
                # via langchain-community
         
     | 
| 164 | 
         
             
            decorator==5.1.1
         
     | 
| 165 | 
         
            +
                # via
         
     | 
| 166 | 
         
            +
                #   ipython
         
     | 
| 167 | 
         
            +
                #   librosa
         
     | 
| 168 | 
         
            +
            deprecated==1.2.15
         
     | 
| 169 | 
         
            +
                # via
         
     | 
| 170 | 
         
            +
                #   opentelemetry-api
         
     | 
| 171 | 
         
            +
                #   opentelemetry-exporter-otlp-proto-grpc
         
     | 
| 172 | 
         
            +
                #   opentelemetry-exporter-otlp-proto-http
         
     | 
| 173 | 
         
            +
                #   opentelemetry-semantic-conventions
         
     | 
| 174 | 
         
            +
            deprecation==2.1.0
         
     | 
| 175 | 
         
            +
                # via lancedb
         
     | 
| 176 | 
         
             
            distro==1.9.0
         
     | 
| 177 | 
         
             
                # via
         
     | 
| 178 | 
         
             
                #   anthropic
         
     | 
| 
         | 
|
| 182 | 
         
             
                #   openai
         
     | 
| 183 | 
         
             
            dnspython==2.7.0
         
     | 
| 184 | 
         
             
                # via aioice
         
     | 
| 185 | 
         
            +
            docker==7.1.0
         
     | 
| 186 | 
         
            +
                # via crewai-tools
         
     | 
| 187 | 
         
            +
            docstring-parser==0.16
         
     | 
| 188 | 
         
            +
                # via
         
     | 
| 189 | 
         
            +
                #   google-cloud-aiplatform
         
     | 
| 190 | 
         
            +
                #   instructor
         
     | 
| 191 | 
         
            +
            docx2txt==0.8
         
     | 
| 192 | 
         
            +
                # via crewai-tools
         
     | 
| 193 | 
         
            +
            duckduckgo-search==7.2.1
         
     | 
| 194 | 
         
            +
                # via smolagents
         
     | 
| 195 | 
         
            +
            durationpy==0.9
         
     | 
| 196 | 
         
            +
                # via kubernetes
         
     | 
| 197 | 
         
            +
            e2b==1.0.5
         
     | 
| 198 | 
         
            +
                # via e2b-code-interpreter
         
     | 
| 199 | 
         
            +
            e2b-code-interpreter==1.0.3
         
     | 
| 200 | 
         
            +
                # via smolagents
         
     | 
| 201 | 
         
            +
            einops==0.8.0
         
     | 
| 202 | 
         
            +
                # via ai-gradio
         
     | 
| 203 | 
         
            +
            embedchain==0.1.126
         
     | 
| 204 | 
         
            +
                # via crewai-tools
         
     | 
| 205 | 
         
            +
            et-xmlfile==2.0.0
         
     | 
| 206 | 
         
            +
                # via openpyxl
         
     | 
| 207 | 
         
            +
            eval-type-backport==0.2.2
         
     | 
| 208 | 
         
             
                # via mistralai
         
     | 
| 209 | 
         
             
            exceptiongroup==1.2.2
         
     | 
| 210 | 
         
            +
                # via
         
     | 
| 211 | 
         
            +
                #   anyio
         
     | 
| 212 | 
         
            +
                #   ipython
         
     | 
| 213 | 
         
            +
                #   pytest
         
     | 
| 214 | 
         
            +
                #   trio
         
     | 
| 215 | 
         
            +
                #   trio-websocket
         
     | 
| 216 | 
         
            +
            executing==2.1.0
         
     | 
| 217 | 
         
            +
                # via stack-data
         
     | 
| 218 | 
         
             
            fal-client==0.5.6
         
     | 
| 219 | 
         
             
                # via fal-gradio
         
     | 
| 220 | 
         
             
            fal-gradio @ git+https://github.com/AK391/fal-gradio.git@f4d47158564df06ebb4dc8782dad676c4c539e47
         
     | 
| 221 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 222 | 
         
            +
            fastapi==0.115.6
         
     | 
| 223 | 
         
            +
                # via
         
     | 
| 224 | 
         
            +
                #   chromadb
         
     | 
| 225 | 
         
            +
                #   gradio
         
     | 
| 226 | 
         
            +
            fastavro==1.10.0
         
     | 
| 227 | 
         
             
                # via cohere
         
     | 
| 228 | 
         
            +
            ffmpy==0.5.0
         
     | 
| 229 | 
         
             
                # via gradio
         
     | 
| 230 | 
         
             
            filelock==3.16.1
         
     | 
| 231 | 
         
            +
                # via
         
     | 
| 232 | 
         
            +
                #   huggingface-hub
         
     | 
| 233 | 
         
            +
                #   torch
         
     | 
| 234 | 
         
            +
                #   transformers
         
     | 
| 235 | 
         
            +
                #   triton
         
     | 
| 236 | 
         
            +
            fireworks-ai==0.15.11
         
     | 
| 237 | 
         
             
                # via fireworks-gradio
         
     | 
| 238 | 
         
             
            fireworks-gradio @ git+https://github.com/AK391/fireworks-ai-gradio.git@5805959ebe511052c417569f056139b4de350a57
         
     | 
| 239 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 240 | 
         
            +
            flatbuffers==24.12.23
         
     | 
| 241 | 
         
            +
                # via onnxruntime
         
     | 
| 242 | 
         
             
            frozenlist==1.5.0
         
     | 
| 243 | 
         
             
                # via
         
     | 
| 244 | 
         
             
                #   aiohttp
         
     | 
| 245 | 
         
             
                #   aiosignal
         
     | 
| 246 | 
         
            +
            fsspec==2024.12.0
         
     | 
| 247 | 
         
             
                # via
         
     | 
| 248 | 
         
             
                #   gradio-client
         
     | 
| 249 | 
         
             
                #   huggingface-hub
         
     | 
| 250 | 
         
            +
                #   torch
         
     | 
| 251 | 
         
             
            gemini-gradio==0.0.3
         
     | 
| 252 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 253 | 
         
             
            google-ai-generativelanguage==0.6.10
         
     | 
| 254 | 
         
             
                # via google-generativeai
         
     | 
| 255 | 
         
            +
            google-api-core==2.24.0
         
     | 
| 256 | 
         
             
                # via
         
     | 
| 257 | 
         
             
                #   google-ai-generativelanguage
         
     | 
| 258 | 
         
             
                #   google-api-python-client
         
     | 
| 259 | 
         
            +
                #   google-cloud-aiplatform
         
     | 
| 260 | 
         
            +
                #   google-cloud-bigquery
         
     | 
| 261 | 
         
            +
                #   google-cloud-core
         
     | 
| 262 | 
         
            +
                #   google-cloud-resource-manager
         
     | 
| 263 | 
         
            +
                #   google-cloud-storage
         
     | 
| 264 | 
         
             
                #   google-generativeai
         
     | 
| 265 | 
         
            +
            google-api-python-client==2.158.0
         
     | 
| 266 | 
         
             
                # via google-generativeai
         
     | 
| 267 | 
         
            +
            google-auth==2.37.0
         
     | 
| 268 | 
         
             
                # via
         
     | 
| 269 | 
         
             
                #   google-ai-generativelanguage
         
     | 
| 270 | 
         
             
                #   google-api-core
         
     | 
| 271 | 
         
             
                #   google-api-python-client
         
     | 
| 272 | 
         
             
                #   google-auth-httplib2
         
     | 
| 273 | 
         
            +
                #   google-cloud-aiplatform
         
     | 
| 274 | 
         
            +
                #   google-cloud-bigquery
         
     | 
| 275 | 
         
            +
                #   google-cloud-core
         
     | 
| 276 | 
         
            +
                #   google-cloud-resource-manager
         
     | 
| 277 | 
         
            +
                #   google-cloud-storage
         
     | 
| 278 | 
         
            +
                #   google-genai
         
     | 
| 279 | 
         
             
                #   google-generativeai
         
     | 
| 280 | 
         
            +
                #   kubernetes
         
     | 
| 281 | 
         
             
            google-auth-httplib2==0.2.0
         
     | 
| 282 | 
         
             
                # via google-api-python-client
         
     | 
| 283 | 
         
            +
            google-cloud-aiplatform==1.76.0
         
     | 
| 284 | 
         
            +
                # via embedchain
         
     | 
| 285 | 
         
            +
            google-cloud-bigquery==3.27.0
         
     | 
| 286 | 
         
            +
                # via google-cloud-aiplatform
         
     | 
| 287 | 
         
            +
            google-cloud-core==2.4.1
         
     | 
| 288 | 
         
            +
                # via
         
     | 
| 289 | 
         
            +
                #   google-cloud-bigquery
         
     | 
| 290 | 
         
            +
                #   google-cloud-storage
         
     | 
| 291 | 
         
            +
            google-cloud-resource-manager==1.14.0
         
     | 
| 292 | 
         
            +
                # via google-cloud-aiplatform
         
     | 
| 293 | 
         
            +
            google-cloud-storage==2.19.0
         
     | 
| 294 | 
         
            +
                # via google-cloud-aiplatform
         
     | 
| 295 | 
         
             
            google-crc32c==1.6.0
         
     | 
| 296 | 
         
            +
                # via
         
     | 
| 297 | 
         
            +
                #   aiortc
         
     | 
| 298 | 
         
            +
                #   google-cloud-storage
         
     | 
| 299 | 
         
            +
                #   google-resumable-media
         
     | 
| 300 | 
         
            +
            google-genai==0.3.0
         
     | 
| 301 | 
         
            +
                # via ai-gradio
         
     | 
| 302 | 
         
             
            google-generativeai==0.8.3
         
     | 
| 303 | 
         
            +
                # via
         
     | 
| 304 | 
         
            +
                #   ai-gradio
         
     | 
| 305 | 
         
            +
                #   gemini-gradio
         
     | 
| 306 | 
         
            +
            google-resumable-media==2.7.2
         
     | 
| 307 | 
         
            +
                # via
         
     | 
| 308 | 
         
            +
                #   google-cloud-bigquery
         
     | 
| 309 | 
         
            +
                #   google-cloud-storage
         
     | 
| 310 | 
         
             
            googleapis-common-protos==1.66.0
         
     | 
| 311 | 
         
             
                # via
         
     | 
| 312 | 
         
             
                #   google-api-core
         
     | 
| 313 | 
         
            +
                #   grpc-google-iam-v1
         
     | 
| 314 | 
         
             
                #   grpcio-status
         
     | 
| 315 | 
         
            +
                #   opentelemetry-exporter-otlp-proto-grpc
         
     | 
| 316 | 
         
            +
                #   opentelemetry-exporter-otlp-proto-http
         
     | 
| 317 | 
         
            +
            gptcache==0.1.44
         
     | 
| 318 | 
         
            +
                # via embedchain
         
     | 
| 319 | 
         
            +
            gradio==5.12.0
         
     | 
| 320 | 
         
            +
                # via
         
     | 
| 321 | 
         
            +
                #   anychat (pyproject.toml)
         
     | 
| 322 | 
         
            +
                #   ai-gradio
         
     | 
| 323 | 
         
            +
                #   anthropic-gradio
         
     | 
| 324 | 
         
            +
                #   cerebras-gradio
         
     | 
| 325 | 
         
            +
                #   cohere-gradio
         
     | 
| 326 | 
         
            +
                #   dashscope-gradio
         
     | 
| 327 | 
         
            +
                #   fal-gradio
         
     | 
| 328 | 
         
            +
                #   fireworks-gradio
         
     | 
| 329 | 
         
            +
                #   gemini-gradio
         
     | 
| 330 | 
         
            +
                #   gradio-webrtc
         
     | 
| 331 | 
         
            +
                #   groq-gradio
         
     | 
| 332 | 
         
            +
                #   hyperbolic-gradio
         
     | 
| 333 | 
         
            +
                #   lumaai-gradio
         
     | 
| 334 | 
         
            +
                #   mistral-gradio
         
     | 
| 335 | 
         
            +
                #   modelscope-studio
         
     | 
| 336 | 
         
            +
                #   nvidia-gradio
         
     | 
| 337 | 
         
            +
                #   openai-gradio
         
     | 
| 338 | 
         
            +
                #   perplexity-gradio
         
     | 
| 339 | 
         
            +
                #   playai-gradio
         
     | 
| 340 | 
         
            +
                #   replicate-gradio
         
     | 
| 341 | 
         
            +
                #   sambanova-gradio
         
     | 
| 342 | 
         
            +
                #   smolagents
         
     | 
| 343 | 
         
            +
                #   together-gradio
         
     | 
| 344 | 
         
            +
                #   xai-gradio
         
     | 
| 345 | 
         
            +
            gradio-client==1.5.4
         
     | 
| 346 | 
         
             
                # via gradio
         
     | 
| 347 | 
         
            +
            gradio-webrtc==0.0.28
         
     | 
| 348 | 
         
            +
                # via
         
     | 
| 349 | 
         
            +
                #   anychat (pyproject.toml)
         
     | 
| 350 | 
         
            +
                #   ai-gradio
         
     | 
| 351 | 
         
            +
                #   gemini-gradio
         
     | 
| 352 | 
         
            +
                #   openai-gradio
         
     | 
| 353 | 
         
            +
            greenlet==3.1.1
         
     | 
| 354 | 
         
            +
                # via sqlalchemy
         
     | 
| 355 | 
         
            +
            groq==0.15.0
         
     | 
| 356 | 
         
            +
                # via
         
     | 
| 357 | 
         
            +
                #   ai-gradio
         
     | 
| 358 | 
         
            +
                #   groq-gradio
         
     | 
| 359 | 
         
             
            groq-gradio==0.0.2
         
     | 
| 360 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 361 | 
         
            +
            grpc-google-iam-v1==0.14.0
         
     | 
| 362 | 
         
            +
                # via google-cloud-resource-manager
         
     | 
| 363 | 
         
            +
            grpcio==1.69.0
         
     | 
| 364 | 
         
             
                # via
         
     | 
| 365 | 
         
            +
                #   chromadb
         
     | 
| 366 | 
         
             
                #   google-api-core
         
     | 
| 367 | 
         
            +
                #   googleapis-common-protos
         
     | 
| 368 | 
         
            +
                #   grpc-google-iam-v1
         
     | 
| 369 | 
         
            +
                #   grpcio-health-checking
         
     | 
| 370 | 
         
             
                #   grpcio-status
         
     | 
| 371 | 
         
            +
                #   grpcio-tools
         
     | 
| 372 | 
         
            +
                #   opentelemetry-exporter-otlp-proto-grpc
         
     | 
| 373 | 
         
            +
                #   qdrant-client
         
     | 
| 374 | 
         
            +
                #   weaviate-client
         
     | 
| 375 | 
         
            +
            grpcio-health-checking==1.69.0
         
     | 
| 376 | 
         
            +
                # via weaviate-client
         
     | 
| 377 | 
         
            +
            grpcio-status==1.69.0
         
     | 
| 378 | 
         
             
                # via google-api-core
         
     | 
| 379 | 
         
            +
            grpcio-tools==1.69.0
         
     | 
| 380 | 
         
            +
                # via
         
     | 
| 381 | 
         
            +
                #   qdrant-client
         
     | 
| 382 | 
         
            +
                #   weaviate-client
         
     | 
| 383 | 
         
             
            h11==0.14.0
         
     | 
| 384 | 
         
             
                # via
         
     | 
| 385 | 
         
             
                #   httpcore
         
     | 
| 386 | 
         
             
                #   uvicorn
         
     | 
| 387 | 
         
             
                #   wsproto
         
     | 
| 388 | 
         
            +
            h2==4.1.0
         
     | 
| 389 | 
         
            +
                # via httpx
         
     | 
| 390 | 
         
            +
            hpack==4.0.0
         
     | 
| 391 | 
         
            +
                # via h2
         
     | 
| 392 | 
         
             
            httpcore==1.0.7
         
     | 
| 393 | 
         
             
                # via
         
     | 
| 394 | 
         
            +
                #   e2b
         
     | 
| 395 | 
         
             
                #   httpx
         
     | 
| 396 | 
         
             
                #   httpx-ws
         
     | 
| 397 | 
         
             
            httplib2==0.22.0
         
     | 
| 398 | 
         
             
                # via
         
     | 
| 399 | 
         
             
                #   google-api-python-client
         
     | 
| 400 | 
         
             
                #   google-auth-httplib2
         
     | 
| 401 | 
         
            +
            httptools==0.6.4
         
     | 
| 402 | 
         
            +
                # via uvicorn
         
     | 
| 403 | 
         
             
            httpx==0.27.2
         
     | 
| 404 | 
         
             
                # via
         
     | 
| 405 | 
         
             
                #   anthropic
         
     | 
| 406 | 
         
             
                #   cerebras-cloud-sdk
         
     | 
| 407 | 
         
            +
                #   chromadb
         
     | 
| 408 | 
         
             
                #   cohere
         
     | 
| 409 | 
         
            +
                #   e2b
         
     | 
| 410 | 
         
            +
                #   e2b-code-interpreter
         
     | 
| 411 | 
         
             
                #   fal-client
         
     | 
| 412 | 
         
             
                #   fireworks-ai
         
     | 
| 413 | 
         
             
                #   gradio
         
     | 
| 414 | 
         
             
                #   gradio-client
         
     | 
| 415 | 
         
             
                #   groq
         
     | 
| 416 | 
         
             
                #   httpx-ws
         
     | 
| 417 | 
         
            +
                #   langsmith
         
     | 
| 418 | 
         
            +
                #   linkup-sdk
         
     | 
| 419 | 
         
            +
                #   litellm
         
     | 
| 420 | 
         
             
                #   lumaai
         
     | 
| 421 | 
         
             
                #   mistralai
         
     | 
| 422 | 
         
             
                #   openai
         
     | 
| 423 | 
         
            +
                #   qdrant-client
         
     | 
| 424 | 
         
             
                #   replicate
         
     | 
| 425 | 
         
             
                #   safehttpx
         
     | 
| 426 | 
         
            +
                #   weaviate-client
         
     | 
| 427 | 
         
             
            httpx-sse==0.4.0
         
     | 
| 428 | 
         
             
                # via
         
     | 
| 429 | 
         
             
                #   cohere
         
     | 
| 430 | 
         
             
                #   fal-client
         
     | 
| 431 | 
         
             
                #   fireworks-ai
         
     | 
| 432 | 
         
            +
                #   langchain-community
         
     | 
| 433 | 
         
            +
            httpx-ws==0.7.1
         
     | 
| 434 | 
         
             
                # via fireworks-ai
         
     | 
| 435 | 
         
            +
            huggingface-hub==0.27.1
         
     | 
| 436 | 
         
             
                # via
         
     | 
| 437 | 
         
            +
                #   accelerate
         
     | 
| 438 | 
         
             
                #   gradio
         
     | 
| 439 | 
         
             
                #   gradio-client
         
     | 
| 440 | 
         
             
                #   tokenizers
         
     | 
| 441 | 
         
            +
                #   transformers
         
     | 
| 442 | 
         
            +
            humanfriendly==10.0
         
     | 
| 443 | 
         
            +
                # via coloredlogs
         
     | 
| 444 | 
         
             
            hyperbolic-gradio==0.0.5
         
     | 
| 445 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 446 | 
         
            +
            hyperframe==6.0.1
         
     | 
| 447 | 
         
            +
                # via h2
         
     | 
| 448 | 
         
             
            idna==3.10
         
     | 
| 449 | 
         
             
                # via
         
     | 
| 450 | 
         
             
                #   anyio
         
     | 
| 451 | 
         
             
                #   httpx
         
     | 
| 452 | 
         
             
                #   requests
         
     | 
| 453 | 
         
            +
                #   trio
         
     | 
| 454 | 
         
             
                #   yarl
         
     | 
| 455 | 
         
             
            ifaddr==0.2.0
         
     | 
| 456 | 
         
             
                # via aioice
         
     | 
| 457 | 
         
            +
            ijson==3.3.0
         
     | 
| 458 | 
         
            +
                # via spider-client
         
     | 
| 459 | 
         
            +
            importlib-metadata==8.5.0
         
     | 
| 460 | 
         
            +
                # via
         
     | 
| 461 | 
         
            +
                #   litellm
         
     | 
| 462 | 
         
            +
                #   opentelemetry-api
         
     | 
| 463 | 
         
            +
            importlib-resources==6.5.2
         
     | 
| 464 | 
         
            +
                # via chromadb
         
     | 
| 465 | 
         
            +
            iniconfig==2.0.0
         
     | 
| 466 | 
         
            +
                # via pytest
         
     | 
| 467 | 
         
            +
            instructor==1.7.2
         
     | 
| 468 | 
         
            +
                # via
         
     | 
| 469 | 
         
            +
                #   anychat (pyproject.toml)
         
     | 
| 470 | 
         
            +
                #   crewai
         
     | 
| 471 | 
         
            +
            ipython==8.31.0
         
     | 
| 472 | 
         
            +
                # via pyvis
         
     | 
| 473 | 
         
            +
            jedi==0.19.2
         
     | 
| 474 | 
         
            +
                # via ipython
         
     | 
| 475 | 
         
            +
            jinja2==3.1.5
         
     | 
| 476 | 
         
            +
                # via
         
     | 
| 477 | 
         
            +
                #   gradio
         
     | 
| 478 | 
         
            +
                #   instructor
         
     | 
| 479 | 
         
            +
                #   litellm
         
     | 
| 480 | 
         
            +
                #   pyvis
         
     | 
| 481 | 
         
            +
                #   smolagents
         
     | 
| 482 | 
         
            +
                #   torch
         
     | 
| 483 | 
         
            +
            jiter==0.8.2
         
     | 
| 484 | 
         
             
                # via
         
     | 
| 485 | 
         
             
                #   anthropic
         
     | 
| 486 | 
         
            +
                #   instructor
         
     | 
| 487 | 
         
             
                #   openai
         
     | 
| 488 | 
         
             
            joblib==1.4.2
         
     | 
| 489 | 
         
             
                # via
         
     | 
| 490 | 
         
             
                #   librosa
         
     | 
| 491 | 
         
             
                #   scikit-learn
         
     | 
| 492 | 
         
            +
            json-repair==0.35.0
         
     | 
| 493 | 
         
            +
                # via crewai
         
     | 
| 494 | 
         
            +
            jsonpatch==1.33
         
     | 
| 495 | 
         
            +
                # via langchain-core
         
     | 
| 496 | 
         
             
            jsonpath-python==1.0.6
         
     | 
| 497 | 
         
             
                # via mistralai
         
     | 
| 498 | 
         
            +
            jsonpickle==4.0.1
         
     | 
| 499 | 
         
            +
                # via pyvis
         
     | 
| 500 | 
         
            +
            jsonpointer==3.0.0
         
     | 
| 501 | 
         
            +
                # via jsonpatch
         
     | 
| 502 | 
         
            +
            jsonref==1.1.0
         
     | 
| 503 | 
         
            +
                # via crewai
         
     | 
| 504 | 
         
            +
            jsonschema==4.23.0
         
     | 
| 505 | 
         
            +
                # via litellm
         
     | 
| 506 | 
         
            +
            jsonschema-specifications==2024.10.1
         
     | 
| 507 | 
         
            +
                # via jsonschema
         
     | 
| 508 | 
         
            +
            kubernetes==31.0.0
         
     | 
| 509 | 
         
            +
                # via chromadb
         
     | 
| 510 | 
         
            +
            lancedb==0.17.0
         
     | 
| 511 | 
         
            +
                # via crewai-tools
         
     | 
| 512 | 
         
            +
            langchain==0.3.14
         
     | 
| 513 | 
         
            +
                # via
         
     | 
| 514 | 
         
            +
                #   anychat (pyproject.toml)
         
     | 
| 515 | 
         
            +
                #   ai-gradio
         
     | 
| 516 | 
         
            +
                #   embedchain
         
     | 
| 517 | 
         
            +
                #   langchain-community
         
     | 
| 518 | 
         
            +
            langchain-cohere==0.3.4
         
     | 
| 519 | 
         
            +
                # via embedchain
         
     | 
| 520 | 
         
            +
            langchain-community==0.3.14
         
     | 
| 521 | 
         
            +
                # via
         
     | 
| 522 | 
         
            +
                #   embedchain
         
     | 
| 523 | 
         
            +
                #   langchain-experimental
         
     | 
| 524 | 
         
            +
            langchain-core==0.3.29
         
     | 
| 525 | 
         
            +
                # via
         
     | 
| 526 | 
         
            +
                #   langchain
         
     | 
| 527 | 
         
            +
                #   langchain-cohere
         
     | 
| 528 | 
         
            +
                #   langchain-community
         
     | 
| 529 | 
         
            +
                #   langchain-experimental
         
     | 
| 530 | 
         
            +
                #   langchain-openai
         
     | 
| 531 | 
         
            +
                #   langchain-text-splitters
         
     | 
| 532 | 
         
            +
            langchain-experimental==0.3.4
         
     | 
| 533 | 
         
            +
                # via langchain-cohere
         
     | 
| 534 | 
         
            +
            langchain-openai==0.2.14
         
     | 
| 535 | 
         
            +
                # via
         
     | 
| 536 | 
         
            +
                #   ai-gradio
         
     | 
| 537 | 
         
            +
                #   embedchain
         
     | 
| 538 | 
         
            +
            langchain-text-splitters==0.3.5
         
     | 
| 539 | 
         
            +
                # via langchain
         
     | 
| 540 | 
         
            +
            langsmith==0.1.147
         
     | 
| 541 | 
         
            +
                # via
         
     | 
| 542 | 
         
            +
                #   embedchain
         
     | 
| 543 | 
         
            +
                #   langchain
         
     | 
| 544 | 
         
            +
                #   langchain-community
         
     | 
| 545 | 
         
            +
                #   langchain-core
         
     | 
| 546 | 
         
             
            lazy-loader==0.4
         
     | 
| 547 | 
         
             
                # via librosa
         
     | 
| 548 | 
         
             
            librosa==0.10.2.post1
         
     | 
| 549 | 
         
            +
                # via
         
     | 
| 550 | 
         
            +
                #   anychat (pyproject.toml)
         
     | 
| 551 | 
         
            +
                #   ai-gradio
         
     | 
| 552 | 
         
            +
                #   gradio-webrtc
         
     | 
| 553 | 
         
            +
            linkup-sdk==0.2.2
         
     | 
| 554 | 
         
            +
                # via crewai-tools
         
     | 
| 555 | 
         
            +
            litellm==1.57.7
         
     | 
| 556 | 
         
            +
                # via crewai
         
     | 
| 557 | 
         
             
            llvmlite==0.43.0
         
     | 
| 558 | 
         
             
                # via
         
     | 
| 559 | 
         
             
                #   anychat (pyproject.toml)
         
     | 
| 560 | 
         
             
                #   numba
         
     | 
| 561 | 
         
            +
            lumaai==1.2.2
         
     | 
| 562 | 
         
             
                # via lumaai-gradio
         
     | 
| 563 | 
         
             
            lumaai-gradio @ git+https://github.com/AK391/lumaai-gradio.git@b7856b8e7f1977e3f003a4e101b12eae2c232227
         
     | 
| 564 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 565 | 
         
            +
            lxml==5.3.0
         
     | 
| 566 | 
         
            +
                # via duckduckgo-search
         
     | 
| 567 | 
         
            +
            mako==1.3.8
         
     | 
| 568 | 
         
            +
                # via alembic
         
     | 
| 569 | 
         
             
            markdown-it-py==3.0.0
         
     | 
| 570 | 
         
             
                # via rich
         
     | 
| 571 | 
         
            +
            markdownify==0.14.1
         
     | 
| 572 | 
         
            +
                # via smolagents
         
     | 
| 573 | 
         
             
            markupsafe==2.1.5
         
     | 
| 574 | 
         
             
                # via
         
     | 
| 575 | 
         
             
                #   gradio
         
     | 
| 576 | 
         
             
                #   jinja2
         
     | 
| 577 | 
         
            +
                #   mako
         
     | 
| 578 | 
         
            +
            marshmallow==3.25.0
         
     | 
| 579 | 
         
            +
                # via dataclasses-json
         
     | 
| 580 | 
         
            +
            matplotlib-inline==0.1.7
         
     | 
| 581 | 
         
            +
                # via ipython
         
     | 
| 582 | 
         
             
            mdurl==0.1.2
         
     | 
| 583 | 
         
             
                # via markdown-it-py
         
     | 
| 584 | 
         
            +
            mem0ai==0.1.41
         
     | 
| 585 | 
         
            +
                # via embedchain
         
     | 
| 586 | 
         
             
            mistral-gradio @ git+https://github.com/AK391/mistral-gradio.git@dfef7dc871ea35100743a415fde8a57a30c49fcb
         
     | 
| 587 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 588 | 
         
            +
            mistralai==1.2.6
         
     | 
| 589 | 
         
             
                # via mistral-gradio
         
     | 
| 590 | 
         
            +
            mmh3==5.0.1
         
     | 
| 591 | 
         
            +
                # via chromadb
         
     | 
| 592 | 
         
            +
            modelscope-studio==1.0.2
         
     | 
| 593 | 
         
            +
                # via ai-gradio
         
     | 
| 594 | 
         
            +
            monotonic==1.6
         
     | 
| 595 | 
         
            +
                # via posthog
         
     | 
| 596 | 
         
            +
            mpmath==1.3.0
         
     | 
| 597 | 
         
            +
                # via sympy
         
     | 
| 598 | 
         
             
            msgpack==1.1.0
         
     | 
| 599 | 
         
             
                # via librosa
         
     | 
| 600 | 
         
             
            multidict==6.1.0
         
     | 
| 
         | 
|
| 603 | 
         
             
                #   yarl
         
     | 
| 604 | 
         
             
            mypy-extensions==1.0.0
         
     | 
| 605 | 
         
             
                # via typing-inspect
         
     | 
| 606 | 
         
            +
            networkx==3.4.2
         
     | 
| 607 | 
         
            +
                # via
         
     | 
| 608 | 
         
            +
                #   pyvis
         
     | 
| 609 | 
         
            +
                #   torch
         
     | 
| 610 | 
         
            +
            nodeenv==1.9.1
         
     | 
| 611 | 
         
            +
                # via pyright
         
     | 
| 612 | 
         
             
            numba==0.60.0
         
     | 
| 613 | 
         
             
                # via
         
     | 
| 614 | 
         
             
                #   anychat (pyproject.toml)
         
     | 
| 615 | 
         
            +
                #   ai-gradio
         
     | 
| 616 | 
         
             
                #   librosa
         
     | 
| 617 | 
         
            +
                #   openai-gradio
         
     | 
| 618 | 
         
             
            numpy==1.26.4
         
     | 
| 619 | 
         
             
                # via
         
     | 
| 620 | 
         
            +
                #   accelerate
         
     | 
| 621 | 
         
            +
                #   ai-gradio
         
     | 
| 622 | 
         
            +
                #   bitsandbytes
         
     | 
| 623 | 
         
            +
                #   chroma-hnswlib
         
     | 
| 624 | 
         
            +
                #   chromadb
         
     | 
| 625 | 
         
            +
                #   gemini-gradio
         
     | 
| 626 | 
         
            +
                #   gptcache
         
     | 
| 627 | 
         
             
                #   gradio
         
     | 
| 628 | 
         
            +
                #   langchain
         
     | 
| 629 | 
         
            +
                #   langchain-community
         
     | 
| 630 | 
         
             
                #   librosa
         
     | 
| 631 | 
         
             
                #   numba
         
     | 
| 632 | 
         
            +
                #   onnxruntime
         
     | 
| 633 | 
         
            +
                #   openai-gradio
         
     | 
| 634 | 
         
            +
                #   opencv-python
         
     | 
| 635 | 
         
             
                #   pandas
         
     | 
| 636 | 
         
            +
                #   pylance
         
     | 
| 637 | 
         
            +
                #   qdrant-client
         
     | 
| 638 | 
         
             
                #   scikit-learn
         
     | 
| 639 | 
         
             
                #   scipy
         
     | 
| 640 | 
         
            +
                #   shapely
         
     | 
| 641 | 
         
            +
                #   soundfile
         
     | 
| 642 | 
         
             
                #   soxr
         
     | 
| 643 | 
         
            +
                #   torchvision
         
     | 
| 644 | 
         
            +
                #   transformers
         
     | 
| 645 | 
         
            +
            nvidia-cublas-cu12==12.1.3.1
         
     | 
| 646 | 
         
            +
                # via
         
     | 
| 647 | 
         
            +
                #   nvidia-cudnn-cu12
         
     | 
| 648 | 
         
            +
                #   nvidia-cusolver-cu12
         
     | 
| 649 | 
         
            +
                #   torch
         
     | 
| 650 | 
         
            +
            nvidia-cuda-cupti-cu12==12.1.105
         
     | 
| 651 | 
         
            +
                # via torch
         
     | 
| 652 | 
         
            +
            nvidia-cuda-nvrtc-cu12==12.1.105
         
     | 
| 653 | 
         
            +
                # via torch
         
     | 
| 654 | 
         
            +
            nvidia-cuda-runtime-cu12==12.1.105
         
     | 
| 655 | 
         
            +
                # via torch
         
     | 
| 656 | 
         
            +
            nvidia-cudnn-cu12==9.1.0.70
         
     | 
| 657 | 
         
            +
                # via torch
         
     | 
| 658 | 
         
            +
            nvidia-cufft-cu12==11.0.2.54
         
     | 
| 659 | 
         
            +
                # via torch
         
     | 
| 660 | 
         
            +
            nvidia-curand-cu12==10.3.2.106
         
     | 
| 661 | 
         
            +
                # via torch
         
     | 
| 662 | 
         
            +
            nvidia-cusolver-cu12==11.4.5.107
         
     | 
| 663 | 
         
            +
                # via torch
         
     | 
| 664 | 
         
            +
            nvidia-cusparse-cu12==12.1.0.106
         
     | 
| 665 | 
         
            +
                # via
         
     | 
| 666 | 
         
            +
                #   nvidia-cusolver-cu12
         
     | 
| 667 | 
         
            +
                #   torch
         
     | 
| 668 | 
         
             
            nvidia-gradio @ git+https://github.com/AK391/nvidia-gradio.git@735cc0ba06afb44eeef789d8c0c35b1fc61fee16
         
     | 
| 669 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 670 | 
         
            +
            nvidia-nccl-cu12==2.20.5
         
     | 
| 671 | 
         
            +
                # via torch
         
     | 
| 672 | 
         
            +
            nvidia-nvjitlink-cu12==12.6.85
         
     | 
| 673 | 
         
             
                # via
         
     | 
| 674 | 
         
            +
                #   nvidia-cusolver-cu12
         
     | 
| 675 | 
         
            +
                #   nvidia-cusparse-cu12
         
     | 
| 676 | 
         
            +
            nvidia-nvtx-cu12==12.1.105
         
     | 
| 677 | 
         
            +
                # via torch
         
     | 
| 678 | 
         
            +
            oauthlib==3.2.2
         
     | 
| 679 | 
         
            +
                # via
         
     | 
| 680 | 
         
            +
                #   kubernetes
         
     | 
| 681 | 
         
            +
                #   requests-oauthlib
         
     | 
| 682 | 
         
            +
            onnxruntime==1.20.1
         
     | 
| 683 | 
         
            +
                # via
         
     | 
| 684 | 
         
            +
                #   chromadb
         
     | 
| 685 | 
         
            +
                #   gradio-webrtc
         
     | 
| 686 | 
         
            +
            openai==1.59.6
         
     | 
| 687 | 
         
            +
                # via
         
     | 
| 688 | 
         
            +
                #   anychat (pyproject.toml)
         
     | 
| 689 | 
         
            +
                #   ai-gradio
         
     | 
| 690 | 
         
            +
                #   crewai
         
     | 
| 691 | 
         
            +
                #   crewai-tools
         
     | 
| 692 | 
         
             
                #   dashscope-gradio
         
     | 
| 693 | 
         
            +
                #   embedchain
         
     | 
| 694 | 
         
             
                #   fireworks-gradio
         
     | 
| 695 | 
         
             
                #   hyperbolic-gradio
         
     | 
| 696 | 
         
            +
                #   instructor
         
     | 
| 697 | 
         
            +
                #   langchain-openai
         
     | 
| 698 | 
         
            +
                #   litellm
         
     | 
| 699 | 
         
            +
                #   mem0ai
         
     | 
| 700 | 
         
             
                #   nvidia-gradio
         
     | 
| 701 | 
         
             
                #   openai-gradio
         
     | 
| 702 | 
         
             
                #   perplexity-gradio
         
     | 
| 703 | 
         
             
                #   sambanova-gradio
         
     | 
| 704 | 
         
            +
                #   smolagents
         
     | 
| 705 | 
         
             
                #   together-gradio
         
     | 
| 706 | 
         
             
                #   xai-gradio
         
     | 
| 707 | 
         
            +
            openai-gradio==0.0.6
         
     | 
| 708 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 709 | 
         
            +
            opencv-python==4.10.0.84
         
     | 
| 710 | 
         
            +
                # via ai-gradio
         
     | 
| 711 | 
         
            +
            openpyxl==3.1.5
         
     | 
| 712 | 
         
            +
                # via crewai
         
     | 
| 713 | 
         
            +
            opentelemetry-api==1.29.0
         
     | 
| 714 | 
         
            +
                # via
         
     | 
| 715 | 
         
            +
                #   chromadb
         
     | 
| 716 | 
         
            +
                #   crewai
         
     | 
| 717 | 
         
            +
                #   opentelemetry-exporter-otlp-proto-grpc
         
     | 
| 718 | 
         
            +
                #   opentelemetry-exporter-otlp-proto-http
         
     | 
| 719 | 
         
            +
                #   opentelemetry-instrumentation
         
     | 
| 720 | 
         
            +
                #   opentelemetry-instrumentation-asgi
         
     | 
| 721 | 
         
            +
                #   opentelemetry-instrumentation-fastapi
         
     | 
| 722 | 
         
            +
                #   opentelemetry-sdk
         
     | 
| 723 | 
         
            +
                #   opentelemetry-semantic-conventions
         
     | 
| 724 | 
         
            +
            opentelemetry-exporter-otlp-proto-common==1.29.0
         
     | 
| 725 | 
         
            +
                # via
         
     | 
| 726 | 
         
            +
                #   opentelemetry-exporter-otlp-proto-grpc
         
     | 
| 727 | 
         
            +
                #   opentelemetry-exporter-otlp-proto-http
         
     | 
| 728 | 
         
            +
            opentelemetry-exporter-otlp-proto-grpc==1.29.0
         
     | 
| 729 | 
         
            +
                # via chromadb
         
     | 
| 730 | 
         
            +
            opentelemetry-exporter-otlp-proto-http==1.29.0
         
     | 
| 731 | 
         
            +
                # via crewai
         
     | 
| 732 | 
         
            +
            opentelemetry-instrumentation==0.50b0
         
     | 
| 733 | 
         
            +
                # via
         
     | 
| 734 | 
         
            +
                #   opentelemetry-instrumentation-asgi
         
     | 
| 735 | 
         
            +
                #   opentelemetry-instrumentation-fastapi
         
     | 
| 736 | 
         
            +
            opentelemetry-instrumentation-asgi==0.50b0
         
     | 
| 737 | 
         
            +
                # via opentelemetry-instrumentation-fastapi
         
     | 
| 738 | 
         
            +
            opentelemetry-instrumentation-fastapi==0.50b0
         
     | 
| 739 | 
         
            +
                # via chromadb
         
     | 
| 740 | 
         
            +
            opentelemetry-proto==1.29.0
         
     | 
| 741 | 
         
            +
                # via
         
     | 
| 742 | 
         
            +
                #   opentelemetry-exporter-otlp-proto-common
         
     | 
| 743 | 
         
            +
                #   opentelemetry-exporter-otlp-proto-grpc
         
     | 
| 744 | 
         
            +
                #   opentelemetry-exporter-otlp-proto-http
         
     | 
| 745 | 
         
            +
            opentelemetry-sdk==1.29.0
         
     | 
| 746 | 
         
            +
                # via
         
     | 
| 747 | 
         
            +
                #   chromadb
         
     | 
| 748 | 
         
            +
                #   crewai
         
     | 
| 749 | 
         
            +
                #   opentelemetry-exporter-otlp-proto-grpc
         
     | 
| 750 | 
         
            +
                #   opentelemetry-exporter-otlp-proto-http
         
     | 
| 751 | 
         
            +
            opentelemetry-semantic-conventions==0.50b0
         
     | 
| 752 | 
         
             
                # via
         
     | 
| 753 | 
         
            +
                #   opentelemetry-instrumentation
         
     | 
| 754 | 
         
            +
                #   opentelemetry-instrumentation-asgi
         
     | 
| 755 | 
         
            +
                #   opentelemetry-instrumentation-fastapi
         
     | 
| 756 | 
         
            +
                #   opentelemetry-sdk
         
     | 
| 757 | 
         
            +
            opentelemetry-util-http==0.50b0
         
     | 
| 758 | 
         
            +
                # via
         
     | 
| 759 | 
         
            +
                #   opentelemetry-instrumentation-asgi
         
     | 
| 760 | 
         
            +
                #   opentelemetry-instrumentation-fastapi
         
     | 
| 761 | 
         
            +
            orjson==3.10.14
         
     | 
| 762 | 
         
            +
                # via
         
     | 
| 763 | 
         
            +
                #   chromadb
         
     | 
| 764 | 
         
            +
                #   gradio
         
     | 
| 765 | 
         
            +
                #   langsmith
         
     | 
| 766 | 
         
            +
            outcome==1.3.0.post0
         
     | 
| 767 | 
         
            +
                # via trio
         
     | 
| 768 | 
         
            +
            overrides==7.7.0
         
     | 
| 769 | 
         
            +
                # via
         
     | 
| 770 | 
         
            +
                #   chromadb
         
     | 
| 771 | 
         
            +
                #   lancedb
         
     | 
| 772 | 
         
            +
            packaging==24.2
         
     | 
| 773 | 
         
            +
                # via
         
     | 
| 774 | 
         
            +
                #   accelerate
         
     | 
| 775 | 
         
            +
                #   build
         
     | 
| 776 | 
         
            +
                #   deprecation
         
     | 
| 777 | 
         
            +
                #   e2b
         
     | 
| 778 | 
         
            +
                #   google-cloud-aiplatform
         
     | 
| 779 | 
         
            +
                #   google-cloud-bigquery
         
     | 
| 780 | 
         
             
                #   gradio
         
     | 
| 781 | 
         
             
                #   gradio-client
         
     | 
| 782 | 
         
             
                #   huggingface-hub
         
     | 
| 783 | 
         
            +
                #   lancedb
         
     | 
| 784 | 
         
            +
                #   langchain-core
         
     | 
| 785 | 
         
             
                #   lazy-loader
         
     | 
| 786 | 
         
            +
                #   marshmallow
         
     | 
| 787 | 
         
            +
                #   onnxruntime
         
     | 
| 788 | 
         
            +
                #   opentelemetry-instrumentation
         
     | 
| 789 | 
         
             
                #   pooch
         
     | 
| 790 | 
         
            +
                #   pytest
         
     | 
| 791 | 
         
             
                #   replicate
         
     | 
| 792 | 
         
            +
                #   transformers
         
     | 
| 793 | 
         
             
            pandas==2.2.3
         
     | 
| 794 | 
         
            +
                # via
         
     | 
| 795 | 
         
            +
                #   gradio
         
     | 
| 796 | 
         
            +
                #   langchain-cohere
         
     | 
| 797 | 
         
            +
                #   smolagents
         
     | 
| 798 | 
         
             
            parameterized==0.9.0
         
     | 
| 799 | 
         
             
                # via cohere
         
     | 
| 800 | 
         
            +
            parso==0.8.4
         
     | 
| 801 | 
         
            +
                # via jedi
         
     | 
| 802 | 
         
            +
            pdfminer-six==20231228
         
     | 
| 803 | 
         
            +
                # via pdfplumber
         
     | 
| 804 | 
         
            +
            pdfplumber==0.11.5
         
     | 
| 805 | 
         
            +
                # via crewai
         
     | 
| 806 | 
         
             
            perplexity-gradio==0.0.1
         
     | 
| 807 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 808 | 
         
            +
            pexpect==4.9.0
         
     | 
| 809 | 
         
            +
                # via ipython
         
     | 
| 810 | 
         
            +
            pillow==11.1.0
         
     | 
| 811 | 
         
             
                # via
         
     | 
| 812 | 
         
            +
                #   ai-gradio
         
     | 
| 813 | 
         
             
                #   fireworks-ai
         
     | 
| 814 | 
         
            +
                #   google-genai
         
     | 
| 815 | 
         
             
                #   gradio
         
     | 
| 816 | 
         
            +
                #   pdfplumber
         
     | 
| 817 | 
         
            +
                #   smolagents
         
     | 
| 818 | 
         
            +
                #   torchvision
         
     | 
| 819 | 
         
             
            platformdirs==4.3.6
         
     | 
| 820 | 
         
             
                # via pooch
         
     | 
| 821 | 
         
             
            playai-gradio @ git+https://github.com/AK391/playai-gradio.git@0958ca289652e231fd12ebbf0f40895a049b0ad1
         
     | 
| 822 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 823 | 
         
            +
            pluggy==1.5.0
         
     | 
| 824 | 
         
            +
                # via pytest
         
     | 
| 825 | 
         
             
            pooch==1.8.2
         
     | 
| 826 | 
         
             
                # via librosa
         
     | 
| 827 | 
         
            +
            portalocker==2.10.1
         
     | 
| 828 | 
         
            +
                # via qdrant-client
         
     | 
| 829 | 
         
            +
            posthog==3.7.5
         
     | 
| 830 | 
         
            +
                # via
         
     | 
| 831 | 
         
            +
                #   chromadb
         
     | 
| 832 | 
         
            +
                #   embedchain
         
     | 
| 833 | 
         
            +
                #   mem0ai
         
     | 
| 834 | 
         
            +
            primp==0.10.0
         
     | 
| 835 | 
         
            +
                # via duckduckgo-search
         
     | 
| 836 | 
         
            +
            prompt-toolkit==3.0.48
         
     | 
| 837 | 
         
            +
                # via ipython
         
     | 
| 838 | 
         
             
            propcache==0.2.1
         
     | 
| 839 | 
         
             
                # via
         
     | 
| 840 | 
         
             
                #   aiohttp
         
     | 
| 
         | 
|
| 843 | 
         
             
                # via
         
     | 
| 844 | 
         
             
                #   google-ai-generativelanguage
         
     | 
| 845 | 
         
             
                #   google-api-core
         
     | 
| 846 | 
         
            +
                #   google-cloud-aiplatform
         
     | 
| 847 | 
         
            +
                #   google-cloud-resource-manager
         
     | 
| 848 | 
         
            +
            protobuf==5.29.3
         
     | 
| 849 | 
         
             
                # via
         
     | 
| 850 | 
         
            +
                #   e2b
         
     | 
| 851 | 
         
             
                #   google-ai-generativelanguage
         
     | 
| 852 | 
         
             
                #   google-api-core
         
     | 
| 853 | 
         
            +
                #   google-cloud-aiplatform
         
     | 
| 854 | 
         
            +
                #   google-cloud-resource-manager
         
     | 
| 855 | 
         
             
                #   google-generativeai
         
     | 
| 856 | 
         
             
                #   googleapis-common-protos
         
     | 
| 857 | 
         
            +
                #   grpc-google-iam-v1
         
     | 
| 858 | 
         
            +
                #   grpcio-health-checking
         
     | 
| 859 | 
         
             
                #   grpcio-status
         
     | 
| 860 | 
         
            +
                #   grpcio-tools
         
     | 
| 861 | 
         
            +
                #   onnxruntime
         
     | 
| 862 | 
         
            +
                #   opentelemetry-proto
         
     | 
| 863 | 
         
             
                #   proto-plus
         
     | 
| 864 | 
         
            +
            psutil==6.1.1
         
     | 
| 865 | 
         
            +
                # via accelerate
         
     | 
| 866 | 
         
            +
            ptyprocess==0.7.0
         
     | 
| 867 | 
         
            +
                # via pexpect
         
     | 
| 868 | 
         
            +
            pure-eval==0.2.3
         
     | 
| 869 | 
         
            +
                # via stack-data
         
     | 
| 870 | 
         
            +
            pyarrow==18.1.0
         
     | 
| 871 | 
         
            +
                # via pylance
         
     | 
| 872 | 
         
             
            pyasn1==0.6.1
         
     | 
| 873 | 
         
             
                # via
         
     | 
| 874 | 
         
             
                #   pyasn1-modules
         
     | 
| 
         | 
|
| 877 | 
         
             
                # via google-auth
         
     | 
| 878 | 
         
             
            pycparser==2.22
         
     | 
| 879 | 
         
             
                # via cffi
         
     | 
| 880 | 
         
            +
            pydantic==2.10.5
         
     | 
| 881 | 
         
             
                # via
         
     | 
| 882 | 
         
             
                #   anthropic
         
     | 
| 883 | 
         
             
                #   cerebras-cloud-sdk
         
     | 
| 884 | 
         
            +
                #   chromadb
         
     | 
| 885 | 
         
             
                #   cohere
         
     | 
| 886 | 
         
            +
                #   crewai
         
     | 
| 887 | 
         
            +
                #   crewai-tools
         
     | 
| 888 | 
         
             
                #   fastapi
         
     | 
| 889 | 
         
             
                #   fireworks-ai
         
     | 
| 890 | 
         
            +
                #   google-cloud-aiplatform
         
     | 
| 891 | 
         
            +
                #   google-genai
         
     | 
| 892 | 
         
             
                #   google-generativeai
         
     | 
| 893 | 
         
             
                #   gradio
         
     | 
| 894 | 
         
             
                #   groq
         
     | 
| 895 | 
         
            +
                #   instructor
         
     | 
| 896 | 
         
            +
                #   lancedb
         
     | 
| 897 | 
         
            +
                #   langchain
         
     | 
| 898 | 
         
            +
                #   langchain-cohere
         
     | 
| 899 | 
         
            +
                #   langchain-core
         
     | 
| 900 | 
         
            +
                #   langsmith
         
     | 
| 901 | 
         
            +
                #   linkup-sdk
         
     | 
| 902 | 
         
            +
                #   litellm
         
     | 
| 903 | 
         
             
                #   lumaai
         
     | 
| 904 | 
         
            +
                #   mem0ai
         
     | 
| 905 | 
         
             
                #   mistralai
         
     | 
| 906 | 
         
             
                #   openai
         
     | 
| 907 | 
         
            +
                #   pydantic-settings
         
     | 
| 908 | 
         
            +
                #   qdrant-client
         
     | 
| 909 | 
         
             
                #   replicate
         
     | 
| 910 | 
         
            +
                #   scrapegraph-py
         
     | 
| 911 | 
         
            +
                #   weaviate-client
         
     | 
| 912 | 
         
            +
            pydantic-core==2.27.2
         
     | 
| 913 | 
         
             
                # via
         
     | 
| 914 | 
         
             
                #   cohere
         
     | 
| 915 | 
         
            +
                #   instructor
         
     | 
| 916 | 
         
             
                #   pydantic
         
     | 
| 917 | 
         
            +
            pydantic-settings==2.7.1
         
     | 
| 918 | 
         
            +
                # via langchain-community
         
     | 
| 919 | 
         
             
            pydub==0.25.1
         
     | 
| 920 | 
         
            +
                # via
         
     | 
| 921 | 
         
            +
                #   ai-gradio
         
     | 
| 922 | 
         
            +
                #   gradio
         
     | 
| 923 | 
         
            +
                #   openai-gradio
         
     | 
| 924 | 
         
             
            pyee==12.1.1
         
     | 
| 925 | 
         
             
                # via aiortc
         
     | 
| 926 | 
         
            +
            pygments==2.19.1
         
     | 
| 927 | 
         
            +
                # via
         
     | 
| 928 | 
         
            +
                #   ipython
         
     | 
| 929 | 
         
            +
                #   rich
         
     | 
| 930 | 
         
             
            pyjwt==2.10.1
         
     | 
| 931 | 
         
            +
                # via
         
     | 
| 932 | 
         
            +
                #   auth0-python
         
     | 
| 933 | 
         
            +
                #   twilio
         
     | 
| 934 | 
         
            +
            pylance==0.20.0
         
     | 
| 935 | 
         
            +
                # via lancedb
         
     | 
| 936 | 
         
             
            pylibsrtp==0.10.0
         
     | 
| 937 | 
         
             
                # via aiortc
         
     | 
| 938 | 
         
             
            pyopenssl==24.3.0
         
     | 
| 939 | 
         
             
                # via aiortc
         
     | 
| 940 | 
         
            +
            pyparsing==3.2.1
         
     | 
| 941 | 
         
             
                # via httplib2
         
     | 
| 942 | 
         
            +
            pypdf==5.1.0
         
     | 
| 943 | 
         
            +
                # via embedchain
         
     | 
| 944 | 
         
            +
            pypdfium2==4.30.1
         
     | 
| 945 | 
         
            +
                # via pdfplumber
         
     | 
| 946 | 
         
            +
            pypika==0.48.9
         
     | 
| 947 | 
         
            +
                # via chromadb
         
     | 
| 948 | 
         
            +
            pyproject-hooks==1.2.0
         
     | 
| 949 | 
         
            +
                # via build
         
     | 
| 950 | 
         
            +
            pyright==1.1.391
         
     | 
| 951 | 
         
            +
                # via crewai-tools
         
     | 
| 952 | 
         
            +
            pysbd==0.3.4
         
     | 
| 953 | 
         
            +
                # via embedchain
         
     | 
| 954 | 
         
            +
            pysocks==1.7.1
         
     | 
| 955 | 
         
            +
                # via urllib3
         
     | 
| 956 | 
         
            +
            pytest==8.3.4
         
     | 
| 957 | 
         
            +
                # via crewai-tools
         
     | 
| 958 | 
         
            +
            python-dateutil==2.9.0.post0
         
     | 
| 959 | 
         
             
                # via
         
     | 
| 960 | 
         
            +
                #   e2b
         
     | 
| 961 | 
         
            +
                #   google-cloud-bigquery
         
     | 
| 962 | 
         
            +
                #   kubernetes
         
     | 
| 963 | 
         
             
                #   mistralai
         
     | 
| 964 | 
         
             
                #   pandas
         
     | 
| 965 | 
         
            +
                #   posthog
         
     | 
| 966 | 
         
             
            python-dotenv==1.0.1
         
     | 
| 967 | 
         
            +
                # via
         
     | 
| 968 | 
         
            +
                #   anychat (pyproject.toml)
         
     | 
| 969 | 
         
            +
                #   ai-gradio
         
     | 
| 970 | 
         
            +
                #   crewai
         
     | 
| 971 | 
         
            +
                #   embedchain
         
     | 
| 972 | 
         
            +
                #   litellm
         
     | 
| 973 | 
         
            +
                #   openai-gradio
         
     | 
| 974 | 
         
            +
                #   pydantic-settings
         
     | 
| 975 | 
         
            +
                #   scrapegraph-py
         
     | 
| 976 | 
         
            +
                #   smolagents
         
     | 
| 977 | 
         
            +
                #   uvicorn
         
     | 
| 978 | 
         
             
            python-multipart==0.0.20
         
     | 
| 979 | 
         
             
                # via gradio
         
     | 
| 980 | 
         
            +
            pytube==15.0.0
         
     | 
| 981 | 
         
            +
                # via crewai-tools
         
     | 
| 982 | 
         
             
            pytz==2024.2
         
     | 
| 983 | 
         
            +
                # via
         
     | 
| 984 | 
         
            +
                #   mem0ai
         
     | 
| 985 | 
         
            +
                #   pandas
         
     | 
| 986 | 
         
            +
            pyvips==2.2.3
         
     | 
| 987 | 
         
            +
                # via ai-gradio
         
     | 
| 988 | 
         
            +
            pyvips-binary==8.16.0
         
     | 
| 989 | 
         
            +
                # via ai-gradio
         
     | 
| 990 | 
         
            +
            pyvis==0.3.2
         
     | 
| 991 | 
         
            +
                # via crewai
         
     | 
| 992 | 
         
             
            pyyaml==6.0.2
         
     | 
| 993 | 
         
             
                # via
         
     | 
| 994 | 
         
            +
                #   accelerate
         
     | 
| 995 | 
         
            +
                #   chromadb
         
     | 
| 996 | 
         
             
                #   gradio
         
     | 
| 997 | 
         
             
                #   huggingface-hub
         
     | 
| 998 | 
         
            +
                #   kubernetes
         
     | 
| 999 | 
         
            +
                #   langchain
         
     | 
| 1000 | 
         
            +
                #   langchain-community
         
     | 
| 1001 | 
         
            +
                #   langchain-core
         
     | 
| 1002 | 
         
            +
                #   transformers
         
     | 
| 1003 | 
         
            +
                #   uvicorn
         
     | 
| 1004 | 
         
            +
            qdrant-client==1.12.2
         
     | 
| 1005 | 
         
            +
                # via mem0ai
         
     | 
| 1006 | 
         
            +
            referencing==0.35.1
         
     | 
| 1007 | 
         
            +
                # via
         
     | 
| 1008 | 
         
            +
                #   jsonschema
         
     | 
| 1009 | 
         
            +
                #   jsonschema-specifications
         
     | 
| 1010 | 
         
            +
            regex==2024.11.6
         
     | 
| 1011 | 
         
            +
                # via
         
     | 
| 1012 | 
         
            +
                #   crewai
         
     | 
| 1013 | 
         
            +
                #   tiktoken
         
     | 
| 1014 | 
         
            +
                #   transformers
         
     | 
| 1015 | 
         
             
            replicate==1.0.4
         
     | 
| 1016 | 
         
             
                # via replicate-gradio
         
     | 
| 1017 | 
         
             
            replicate-gradio @ git+https://github.com/AK391/replicate-gradio.git@691c397515f5b58cec99b38d28830d31879b8d11
         
     | 
| 1018 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 1019 | 
         
             
            requests==2.32.3
         
     | 
| 1020 | 
         
             
                # via
         
     | 
| 1021 | 
         
            +
                #   auth0-python
         
     | 
| 1022 | 
         
             
                #   cohere
         
     | 
| 1023 | 
         
            +
                #   crewai-tools
         
     | 
| 1024 | 
         
            +
                #   docker
         
     | 
| 1025 | 
         
             
                #   google-api-core
         
     | 
| 1026 | 
         
            +
                #   google-cloud-bigquery
         
     | 
| 1027 | 
         
            +
                #   google-cloud-storage
         
     | 
| 1028 | 
         
            +
                #   google-genai
         
     | 
| 1029 | 
         
            +
                #   gptcache
         
     | 
| 1030 | 
         
             
                #   huggingface-hub
         
     | 
| 1031 | 
         
            +
                #   instructor
         
     | 
| 1032 | 
         
            +
                #   kubernetes
         
     | 
| 1033 | 
         
            +
                #   langchain
         
     | 
| 1034 | 
         
            +
                #   langchain-community
         
     | 
| 1035 | 
         
            +
                #   langsmith
         
     | 
| 1036 | 
         
            +
                #   opentelemetry-exporter-otlp-proto-http
         
     | 
| 1037 | 
         
             
                #   pooch
         
     | 
| 1038 | 
         
            +
                #   posthog
         
     | 
| 1039 | 
         
            +
                #   requests-oauthlib
         
     | 
| 1040 | 
         
            +
                #   requests-toolbelt
         
     | 
| 1041 | 
         
            +
                #   scrapegraph-py
         
     | 
| 1042 | 
         
            +
                #   serpapi
         
     | 
| 1043 | 
         
            +
                #   smolagents
         
     | 
| 1044 | 
         
            +
                #   spider-client
         
     | 
| 1045 | 
         
            +
                #   tiktoken
         
     | 
| 1046 | 
         
            +
                #   transformers
         
     | 
| 1047 | 
         
             
                #   twilio
         
     | 
| 1048 | 
         
            +
            requests-oauthlib==2.0.0
         
     | 
| 1049 | 
         
            +
                # via kubernetes
         
     | 
| 1050 | 
         
            +
            requests-toolbelt==1.0.0
         
     | 
| 1051 | 
         
            +
                # via langsmith
         
     | 
| 1052 | 
         
             
            rich==13.9.4
         
     | 
| 1053 | 
         
            +
                # via
         
     | 
| 1054 | 
         
            +
                #   chromadb
         
     | 
| 1055 | 
         
            +
                #   embedchain
         
     | 
| 1056 | 
         
            +
                #   instructor
         
     | 
| 1057 | 
         
            +
                #   smolagents
         
     | 
| 1058 | 
         
            +
                #   typer
         
     | 
| 1059 | 
         
            +
            rpds-py==0.22.3
         
     | 
| 1060 | 
         
            +
                # via
         
     | 
| 1061 | 
         
            +
                #   jsonschema
         
     | 
| 1062 | 
         
            +
                #   referencing
         
     | 
| 1063 | 
         
             
            rsa==4.9
         
     | 
| 1064 | 
         
             
                # via google-auth
         
     | 
| 1065 | 
         
            +
            ruff==0.9.1
         
     | 
| 1066 | 
         
             
                # via gradio
         
     | 
| 1067 | 
         
             
            safehttpx==0.1.6
         
     | 
| 1068 | 
         
             
                # via gradio
         
     | 
| 1069 | 
         
            +
            safetensors==0.5.2
         
     | 
| 1070 | 
         
            +
                # via
         
     | 
| 1071 | 
         
            +
                #   accelerate
         
     | 
| 1072 | 
         
            +
                #   transformers
         
     | 
| 1073 | 
         
             
            sambanova-gradio==0.1.9
         
     | 
| 1074 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 1075 | 
         
            +
            schema==0.7.7
         
     | 
| 1076 | 
         
            +
                # via embedchain
         
     | 
| 1077 | 
         
            +
            scikit-learn==1.6.1
         
     | 
| 1078 | 
         
             
                # via librosa
         
     | 
| 1079 | 
         
            +
            scipy==1.15.1
         
     | 
| 1080 | 
         
             
                # via
         
     | 
| 1081 | 
         
             
                #   librosa
         
     | 
| 1082 | 
         
             
                #   scikit-learn
         
     | 
| 1083 | 
         
            +
            scrapegraph-py==1.9.0
         
     | 
| 1084 | 
         
            +
                # via crewai-tools
         
     | 
| 1085 | 
         
            +
            selenium==4.27.1
         
     | 
| 1086 | 
         
            +
                # via crewai-tools
         
     | 
| 1087 | 
         
             
            semantic-version==2.10.0
         
     | 
| 1088 | 
         
             
                # via gradio
         
     | 
| 1089 | 
         
            +
            serpapi==0.1.5
         
     | 
| 1090 | 
         
            +
                # via crewai-tools
         
     | 
| 1091 | 
         
            +
            setuptools==75.8.0
         
     | 
| 1092 | 
         
            +
                # via grpcio-tools
         
     | 
| 1093 | 
         
            +
            shapely==2.0.6
         
     | 
| 1094 | 
         
            +
                # via google-cloud-aiplatform
         
     | 
| 1095 | 
         
             
            shellingham==1.5.4
         
     | 
| 1096 | 
         
             
                # via typer
         
     | 
| 1097 | 
         
            +
            six==1.17.0
         
     | 
| 1098 | 
         
            +
                # via
         
     | 
| 1099 | 
         
            +
                #   kubernetes
         
     | 
| 1100 | 
         
            +
                #   markdownify
         
     | 
| 1101 | 
         
            +
                #   posthog
         
     | 
| 1102 | 
         
            +
                #   python-dateutil
         
     | 
| 1103 | 
         
            +
            smolagents==1.2.2
         
     | 
| 1104 | 
         
            +
                # via ai-gradio
         
     | 
| 1105 | 
         
             
            sniffio==1.3.1
         
     | 
| 1106 | 
         
             
                # via
         
     | 
| 1107 | 
         
             
                #   anthropic
         
     | 
| 
         | 
|
| 1111 | 
         
             
                #   httpx
         
     | 
| 1112 | 
         
             
                #   lumaai
         
     | 
| 1113 | 
         
             
                #   openai
         
     | 
| 1114 | 
         
            +
                #   trio
         
     | 
| 1115 | 
         
            +
            sortedcontainers==2.4.0
         
     | 
| 1116 | 
         
            +
                # via trio
         
     | 
| 1117 | 
         
            +
            soundfile==0.13.0
         
     | 
| 1118 | 
         
             
                # via librosa
         
     | 
| 1119 | 
         
            +
            soupsieve==2.6
         
     | 
| 1120 | 
         
            +
                # via beautifulsoup4
         
     | 
| 1121 | 
         
             
            soxr==0.5.0.post1
         
     | 
| 1122 | 
         
             
                # via librosa
         
     | 
| 1123 | 
         
            +
            spider-client==0.1.25
         
     | 
| 1124 | 
         
            +
                # via crewai-tools
         
     | 
| 1125 | 
         
            +
            sqlalchemy==2.0.37
         
     | 
| 1126 | 
         
            +
                # via
         
     | 
| 1127 | 
         
            +
                #   alembic
         
     | 
| 1128 | 
         
            +
                #   embedchain
         
     | 
| 1129 | 
         
            +
                #   langchain
         
     | 
| 1130 | 
         
            +
                #   langchain-community
         
     | 
| 1131 | 
         
            +
                #   mem0ai
         
     | 
| 1132 | 
         
            +
            stack-data==0.6.3
         
     | 
| 1133 | 
         
            +
                # via ipython
         
     | 
| 1134 | 
         
             
            starlette==0.41.3
         
     | 
| 1135 | 
         
             
                # via
         
     | 
| 1136 | 
         
             
                #   fastapi
         
     | 
| 1137 | 
         
             
                #   gradio
         
     | 
| 1138 | 
         
            +
            sympy==1.13.3
         
     | 
| 1139 | 
         
            +
                # via
         
     | 
| 1140 | 
         
            +
                #   onnxruntime
         
     | 
| 1141 | 
         
            +
                #   torch
         
     | 
| 1142 | 
         
            +
            tabulate==0.9.0
         
     | 
| 1143 | 
         
            +
                # via langchain-cohere
         
     | 
| 1144 | 
         
            +
            tenacity==9.0.0
         
     | 
| 1145 | 
         
            +
                # via
         
     | 
| 1146 | 
         
            +
                #   chromadb
         
     | 
| 1147 | 
         
            +
                #   instructor
         
     | 
| 1148 | 
         
            +
                #   langchain
         
     | 
| 1149 | 
         
            +
                #   langchain-community
         
     | 
| 1150 | 
         
            +
                #   langchain-core
         
     | 
| 1151 | 
         
            +
                #   spider-client
         
     | 
| 1152 | 
         
             
            threadpoolctl==3.5.0
         
     | 
| 1153 | 
         
             
                # via scikit-learn
         
     | 
| 1154 | 
         
            +
            tiktoken==0.7.0
         
     | 
| 1155 | 
         
            +
                # via
         
     | 
| 1156 | 
         
            +
                #   embedchain
         
     | 
| 1157 | 
         
            +
                #   langchain-openai
         
     | 
| 1158 | 
         
            +
                #   litellm
         
     | 
| 1159 | 
         
             
            together-gradio==0.0.1
         
     | 
| 1160 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 1161 | 
         
            +
            tokenizers==0.20.3
         
     | 
| 1162 | 
         
            +
                # via
         
     | 
| 1163 | 
         
            +
                #   chromadb
         
     | 
| 1164 | 
         
            +
                #   cohere
         
     | 
| 1165 | 
         
            +
                #   litellm
         
     | 
| 1166 | 
         
            +
                #   transformers
         
     | 
| 1167 | 
         
            +
            tomli==2.2.1
         
     | 
| 1168 | 
         
            +
                # via
         
     | 
| 1169 | 
         
            +
                #   build
         
     | 
| 1170 | 
         
            +
                #   crewai
         
     | 
| 1171 | 
         
            +
                #   pytest
         
     | 
| 1172 | 
         
            +
            tomli-w==1.1.0
         
     | 
| 1173 | 
         
            +
                # via crewai
         
     | 
| 1174 | 
         
            +
            tomlkit==0.13.2
         
     | 
| 1175 | 
         
             
                # via gradio
         
     | 
| 1176 | 
         
            +
            torch==2.4.1
         
     | 
| 1177 | 
         
            +
                # via
         
     | 
| 1178 | 
         
            +
                #   accelerate
         
     | 
| 1179 | 
         
            +
                #   ai-gradio
         
     | 
| 1180 | 
         
            +
                #   bitsandbytes
         
     | 
| 1181 | 
         
            +
                #   torchvision
         
     | 
| 1182 | 
         
            +
            torchvision==0.19.1
         
     | 
| 1183 | 
         
            +
                # via ai-gradio
         
     | 
| 1184 | 
         
            +
            tqdm==4.67.1
         
     | 
| 1185 | 
         
             
                # via
         
     | 
| 1186 | 
         
            +
                #   chromadb
         
     | 
| 1187 | 
         
             
                #   google-generativeai
         
     | 
| 1188 | 
         
             
                #   huggingface-hub
         
     | 
| 1189 | 
         
            +
                #   lancedb
         
     | 
| 1190 | 
         
             
                #   openai
         
     | 
| 1191 | 
         
            +
                #   transformers
         
     | 
| 1192 | 
         
            +
            traitlets==5.14.3
         
     | 
| 1193 | 
         
            +
                # via
         
     | 
| 1194 | 
         
            +
                #   ipython
         
     | 
| 1195 | 
         
            +
                #   matplotlib-inline
         
     | 
| 1196 | 
         
            +
            transformers==4.46.3
         
     | 
| 1197 | 
         
            +
                # via
         
     | 
| 1198 | 
         
            +
                #   ai-gradio
         
     | 
| 1199 | 
         
            +
                #   smolagents
         
     | 
| 1200 | 
         
            +
            trio==0.28.0
         
     | 
| 1201 | 
         
            +
                # via
         
     | 
| 1202 | 
         
            +
                #   selenium
         
     | 
| 1203 | 
         
            +
                #   trio-websocket
         
     | 
| 1204 | 
         
            +
            trio-websocket==0.11.1
         
     | 
| 1205 | 
         
            +
                # via selenium
         
     | 
| 1206 | 
         
            +
            triton==3.0.0
         
     | 
| 1207 | 
         
            +
                # via torch
         
     | 
| 1208 | 
         
            +
            twilio==9.4.2
         
     | 
| 1209 | 
         
            +
                # via
         
     | 
| 1210 | 
         
            +
                #   anychat (pyproject.toml)
         
     | 
| 1211 | 
         
            +
                #   ai-gradio
         
     | 
| 1212 | 
         
            +
                #   gemini-gradio
         
     | 
| 1213 | 
         
            +
                #   openai-gradio
         
     | 
| 1214 | 
         
            +
            typer==0.15.1
         
     | 
| 1215 | 
         
            +
                # via
         
     | 
| 1216 | 
         
            +
                #   chromadb
         
     | 
| 1217 | 
         
            +
                #   gradio
         
     | 
| 1218 | 
         
            +
                #   instructor
         
     | 
| 1219 | 
         
             
            types-requests==2.32.0.20241016
         
     | 
| 1220 | 
         
             
                # via cohere
         
     | 
| 1221 | 
         
             
            typing-extensions==4.12.2
         
     | 
| 1222 | 
         
             
                # via
         
     | 
| 1223 | 
         
            +
                #   alembic
         
     | 
| 1224 | 
         
             
                #   anthropic
         
     | 
| 1225 | 
         
             
                #   anyio
         
     | 
| 1226 | 
         
            +
                #   asgiref
         
     | 
| 1227 | 
         
            +
                #   bitsandbytes
         
     | 
| 1228 | 
         
             
                #   cerebras-cloud-sdk
         
     | 
| 1229 | 
         
            +
                #   chromadb
         
     | 
| 1230 | 
         
             
                #   cohere
         
     | 
| 1231 | 
         
            +
                #   e2b
         
     | 
| 1232 | 
         
             
                #   fastapi
         
     | 
| 1233 | 
         
            +
                #   google-cloud-aiplatform
         
     | 
| 1234 | 
         
             
                #   google-generativeai
         
     | 
| 1235 | 
         
             
                #   gradio
         
     | 
| 1236 | 
         
             
                #   gradio-client
         
     | 
| 1237 | 
         
             
                #   groq
         
     | 
| 1238 | 
         
             
                #   huggingface-hub
         
     | 
| 1239 | 
         
            +
                #   ipython
         
     | 
| 1240 | 
         
            +
                #   langchain-core
         
     | 
| 1241 | 
         
             
                #   librosa
         
     | 
| 1242 | 
         
             
                #   lumaai
         
     | 
| 1243 | 
         
             
                #   multidict
         
     | 
| 1244 | 
         
             
                #   openai
         
     | 
| 1245 | 
         
            +
                #   opentelemetry-sdk
         
     | 
| 1246 | 
         
             
                #   pydantic
         
     | 
| 1247 | 
         
             
                #   pydantic-core
         
     | 
| 1248 | 
         
             
                #   pyee
         
     | 
| 1249 | 
         
            +
                #   pypdf
         
     | 
| 1250 | 
         
            +
                #   pyright
         
     | 
| 1251 | 
         
             
                #   replicate
         
     | 
| 1252 | 
         
             
                #   rich
         
     | 
| 1253 | 
         
            +
                #   selenium
         
     | 
| 1254 | 
         
            +
                #   sqlalchemy
         
     | 
| 1255 | 
         
            +
                #   torch
         
     | 
| 1256 | 
         
             
                #   typer
         
     | 
| 1257 | 
         
             
                #   typing-inspect
         
     | 
| 1258 | 
         
             
                #   uvicorn
         
     | 
| 1259 | 
         
             
            typing-inspect==0.9.0
         
     | 
| 1260 | 
         
            +
                # via
         
     | 
| 1261 | 
         
            +
                #   dataclasses-json
         
     | 
| 1262 | 
         
            +
                #   mistralai
         
     | 
| 1263 | 
         
             
            tzdata==2024.2
         
     | 
| 1264 | 
         
             
                # via pandas
         
     | 
| 1265 | 
         
             
            uritemplate==4.1.1
         
     | 
| 1266 | 
         
             
                # via google-api-python-client
         
     | 
| 1267 | 
         
            +
            urllib3==2.3.0
         
     | 
| 1268 | 
         
             
                # via
         
     | 
| 1269 | 
         
            +
                #   auth0-python
         
     | 
| 1270 | 
         
            +
                #   docker
         
     | 
| 1271 | 
         
            +
                #   kubernetes
         
     | 
| 1272 | 
         
            +
                #   qdrant-client
         
     | 
| 1273 | 
         
             
                #   requests
         
     | 
| 1274 | 
         
            +
                #   selenium
         
     | 
| 1275 | 
         
             
                #   types-requests
         
     | 
| 1276 | 
         
            +
            uv==0.5.17
         
     | 
| 1277 | 
         
            +
                # via crewai
         
     | 
| 1278 | 
         
            +
            uvicorn==0.34.0
         
     | 
| 1279 | 
         
            +
                # via
         
     | 
| 1280 | 
         
            +
                #   chromadb
         
     | 
| 1281 | 
         
            +
                #   gradio
         
     | 
| 1282 | 
         
            +
            uvloop==0.21.0
         
     | 
| 1283 | 
         
            +
                # via uvicorn
         
     | 
| 1284 | 
         
            +
            validators==0.34.0
         
     | 
| 1285 | 
         
            +
                # via weaviate-client
         
     | 
| 1286 | 
         
            +
            watchfiles==1.0.4
         
     | 
| 1287 | 
         
            +
                # via uvicorn
         
     | 
| 1288 | 
         
            +
            wcwidth==0.2.13
         
     | 
| 1289 | 
         
            +
                # via prompt-toolkit
         
     | 
| 1290 | 
         
            +
            weaviate-client==4.10.2
         
     | 
| 1291 | 
         
            +
                # via crewai-tools
         
     | 
| 1292 | 
         
            +
            websocket-client==1.8.0
         
     | 
| 1293 | 
         
            +
                # via
         
     | 
| 1294 | 
         
            +
                #   kubernetes
         
     | 
| 1295 | 
         
            +
                #   selenium
         
     | 
| 1296 | 
         
             
            websockets==14.1
         
     | 
| 1297 | 
         
             
                # via
         
     | 
| 1298 | 
         
             
                #   anychat (pyproject.toml)
         
     | 
| 1299 | 
         
            +
                #   ai-gradio
         
     | 
| 1300 | 
         
            +
                #   gemini-gradio
         
     | 
| 1301 | 
         
            +
                #   google-genai
         
     | 
| 1302 | 
         
             
                #   gradio-client
         
     | 
| 1303 | 
         
            +
                #   uvicorn
         
     | 
| 1304 | 
         
            +
            wrapt==1.17.1
         
     | 
| 1305 | 
         
            +
                # via
         
     | 
| 1306 | 
         
            +
                #   deprecated
         
     | 
| 1307 | 
         
            +
                #   opentelemetry-instrumentation
         
     | 
| 1308 | 
         
             
            wsproto==1.2.0
         
     | 
| 1309 | 
         
            +
                # via
         
     | 
| 1310 | 
         
            +
                #   httpx-ws
         
     | 
| 1311 | 
         
            +
                #   trio-websocket
         
     | 
| 1312 | 
         
             
            xai-gradio==0.0.2
         
     | 
| 1313 | 
         
             
                # via anychat (pyproject.toml)
         
     | 
| 1314 | 
         
             
            yarl==1.18.3
         
     | 
| 1315 | 
         
             
                # via aiohttp
         
     | 
| 1316 | 
         
            +
            zipp==3.21.0
         
     | 
| 1317 | 
         
            +
                # via importlib-metadata
         
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
    	
        uv.lock
    CHANGED
    
    | 
         The diff for this file is too large to render. 
		See raw diff 
     | 
| 
         |