Skip to content

Add runtime deps (httpx, pydantic) and optional extras for analysis/notebook - #10

Merged
hemanth-asirvatham merged 1 commit into
mainfrom
explain-pip-install-dependency-behavior
Feb 6, 2026
Merged

Add runtime deps (httpx, pydantic) and optional extras for analysis/notebook#10
hemanth-asirvatham merged 1 commit into
mainfrom
explain-pip-install-dependency-behavior

Conversation

@hemanth-asirvatham

Copy link
Copy Markdown
Collaborator

Motivation

  • Ensure packages that are imported at runtime are declared to avoid ImportError and runtime failures.
  • Expose optional extras so users can install analysis features and notebook helpers when needed.
  • Constrain pydantic to the 1.10.x line to match the codebase usage of BaseModel.

Description

  • Add httpx>=0.23.0 and pydantic>=1.10.0 to the top-level dependencies in pyproject.toml.
  • Add optional extras analysis containing statsmodels>=0.14.0 and tabulate>=0.9.0 and notebook containing ipython>=7.0.0 to pyproject.toml.
  • Only packaging metadata was modified (updated pyproject.toml) and no source logic changes were made.

Testing

  • No automated tests were run because this change updates packaging metadata only.

Codex Task

@github-actions

github-actions Bot commented Feb 6, 2026

Copy link
Copy Markdown


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@hemanth-asirvatham
hemanth-asirvatham merged commit c7fa5ac into main Feb 6, 2026
1 check failed
@github-actions github-actions Bot locked and limited conversation to collaborators Feb 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant