Skip to content

reorganize and update dependencies#377

Open
jacalata wants to merge 22 commits intodevelopmentfrom
jac/bump-dependencies
Open

reorganize and update dependencies#377
jacalata wants to merge 22 commits intodevelopmentfrom
jac/bump-dependencies

Conversation

@jacalata
Copy link
Contributor

@jacalata jacalata commented Feb 13, 2026

Prompted by needing to install setuptools explicitly:

  • moved unneeded dev dependencies to a new dev section.
  • increased the required setuptools version: limited to v80 because license_checker uses pkg_resources still
  • removed the dependency on wheel (which is bundled in setuptools since v70)
  • removed the pkg_resources and get_default_locale code that was deprecated a while ago
  • updated license format in pyproject.toml
  • bumped tsc version to get new features

dependabot bot and others added 9 commits August 26, 2025 17:22
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
setuptools is required for running the program and is not provided by default in 3.12+
Many of the dependencies listed are not required for runtime, so moving them to a new [dev] section
Didn't really need the version specification anyway.
@jacalata jacalata changed the base branch from main to development February 13, 2026 07:59
@jacalata jacalata marked this pull request as draft February 13, 2026 08:00
@jacalata jacalata marked this pull request as ready for review February 13, 2026 08:00
jimjag and others added 11 commits February 13, 2026 00:03
setuptools is required for running the program and is not provided by default in 3.12+
Many of the dependencies listed are not required for runtime, so moving them to a new [dev] section
Didn't really need the version specification anyway.
It seems fine to bundle them all under 'test' - I don't want anyone trying to work on the code without tests anyway.  And I would have to edit all the workflow files to add a step to install the dev bundle.
@github-actions
Copy link

github-actions bot commented Feb 13, 2026

Coverage

Coverage Report
FileStmtsMissCoverMissing
tabcmd
   __main__.py101010 0%
   tabcmd.py141414 0%
   version.py633 50%
tabcmd/commands
   commands.py101010 0%
   constants.py771818 77%
   server.py1302020 85%
tabcmd/commands/auth
   session.py3704646 88%
tabcmd/commands/datasources_and_workbooks
   datasources_and_workbooks_command.py1561818 88%
   datasources_workbooks_views_url_parser.py1401010 93%
   delete_command.py601616 73%
   export_command.py1192525 79%
   get_url_command.py1274747 63%
   publish_command.py831919 77%
   runschedule_command.py2177 67%
tabcmd/commands/extracts
   create_extracts_command.py4288 81%
   decrypt_extracts_command.py2722 93%
   delete_extracts_command.py3766 84%
   encrypt_extracts_command.py2722 93%
   extracts.py2022 90%
   reencrypt_extracts_command.py2722 93%
   refresh_extracts_command.py481010 79%
tabcmd/commands/group
   create_group_command.py2955 83%
   delete_group_command.py2722 93%
tabcmd/commands/project
   create_project_command.py4688 83%
   delete_project_command.py3544 89%
   publish_samples_command.py3044 87%
tabcmd/commands/site
   create_site_command.py3455 85%
   delete_site_command.py2722 93%
   edit_site_command.py3822 95%
   list_command.py771212 84%
   list_sites_command.py2922 93%
tabcmd/commands/user
   create_site_users.py571010 82%
   create_users_command.py601010 83%
   delete_site_users_command.py4355 88%
   user_data.py2213131 86%
tabcmd/execution
   _version.py222 0%
   global_options.py12588 94%
   localize.py661111 83%
   logger_config.py4266 86%
   tabcmd_controller.py4277 83%
TOTAL275843184% 

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.

2 participants