Tutorials

However, older versions have a critical CVE, so you do need to upgrade! If you use uv (thanks to @charliermarsh) you can pop this in your py…

However, older versions have a critical CVE, so you do need to upgrade! If you use uv (thanks to @charliermarsh) you can pop this in your pyproject to work around it: ``` [tool.uv] override-dependenci

DGX agentx-post
tutorialsjeremy-howard--x

However, older versions have a critical CVE, so you do need to upgrade! If you use uv (thanks to @charliermarsh) you can pop this in your pyproject to work around it: [tool.uv] override-dependencies = [ "pydantic>=2.5,<3", "numpy>2", "openai>=2.8,<3", "aiohttp>=3.10", "click>=8.1", "jsonschema>=4.22,<5", "python-dotenv>=1.0", "importlib-metadata>=6.0", ]

Related

Source: Jeremy Howard (X) | 2026-04-28

Loading related sources…