standard = [
"fastapi-cli[standard] >=0.0.8",
# For the test client
- "httpx >=0.23.0",
+ "httpx >=0.23.0,<1.0.0",
# For templates
"jinja2 >=3.1.5",
# For forms and file uploads
standard-no-fastapi-cloud-cli = [
"fastapi-cli[standard-no-fastapi-cloud-cli] >=0.0.8",
# For the test client
- "httpx >=0.23.0",
+ "httpx >=0.23.0,<1.0.0",
# For templates
"jinja2 >=3.1.5",
# For forms and file uploads
all = [
"fastapi-cli[standard] >=0.0.8",
# # For the test client
- "httpx >=0.23.0",
+ "httpx >=0.23.0,<1.0.0",
# For templates
"jinja2 >=3.1.5",
# For forms and file uploads