Skip to content

chore: Clean up dependency definitions and remove unused dependencies.#276

Open
EdgyEdgemond wants to merge 1 commit intotadata-org:mainfrom
EdgyEdgemond:chore/275
Open

chore: Clean up dependency definitions and remove unused dependencies.#276
EdgyEdgemond wants to merge 1 commit intotadata-org:mainfrom
EdgyEdgemond:chore/275

Conversation

@EdgyEdgemond
Copy link
Copy Markdown

Describe your changes

Remove unused dependencies from pyproject.toml to reduce the footprint when installing this into larger projects.

Issue ticket number and link (if applicable)

closes #275

Checklist before requesting a review

  • [ x] Added relevant tests
  • [ x] Run ruff & mypy
  • [ x] All tests pass

"rich>=13.0.0",
"mcp>=1.12.0",
"pydantic>=2.0.0",
"pydantic-settings>=2.5.2",
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these 2 moved to dev deps as used in tests/examples, but not actual code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reduce dependency installs that are not required by the project.

1 participant