From 2298535aae6d4fd86aaf3efc36abc504945e632c Mon Sep 17 00:00:00 2001 From: Nathan Cooper Date: Wed, 27 May 2026 08:55:35 -0400 Subject: [PATCH] Update Starlette min version for BadHost CVE --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fce6ea4c..ab5b8401 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = {text = "Apache-2.0"} authors = [{name = "Jeremy Howard and contributors", email = "github@jhoward.fastmail.fm"}] keywords = ['nbdev', 'jupyter', 'notebook', 'python'] classifiers = ["Natural Language :: English", "Intended Audience :: Developers", "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only"] -dependencies = ['fastcore>=1.12.45', 'python-dateutil', 'starlette~=1.0', 'oauthlib', 'itsdangerous', 'uvicorn[standard]>=0.30', 'httpx', 'fastlite>=0.1.1', 'python-multipart', 'beautifulsoup4'] +dependencies = ['fastcore>=1.12.45', 'python-dateutil', 'starlette>=1.0.1', 'oauthlib', 'itsdangerous', 'uvicorn[standard]>=0.30', 'httpx', 'fastlite>=0.1.1', 'python-multipart', 'beautifulsoup4'] [project.urls] Repository = "https://github.com/AnswerDotAI/fasthtml"