Skip to content

Allow more versions of Typer #471

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: stable
Choose a base branch
from
Open

Allow more versions of Typer #471

wants to merge 2 commits into from

Conversation

dgarros
Copy link
Contributor

@dgarros dgarros commented Jul 15, 2025

Currently Typer is pinned to "^0.12.3" which is a bit agressive
This is especially problematic if we want to install the SDK along with another package that is using Typer

This PR relax the constraint to allow any version of Typer from 0.12.3 to 0.16.x

Copy link

codecov bot commented Jul 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

@@           Coverage Diff           @@
##           stable     #471   +/-   ##
=======================================
  Coverage   75.64%   75.64%           
=======================================
  Files         100      100           
  Lines        8769     8769           
  Branches     1714     1714           
=======================================
  Hits         6633     6633           
  Misses       1660     1660           
  Partials      476      476           
Flag Coverage Δ
integration-tests 34.66% <ø> (ø)
python-3.10 47.91% <ø> (ø)
python-3.11 47.91% <ø> (ø)
python-3.12 47.89% <ø> (+0.02%) ⬆️
python-3.13 47.89% <ø> (ø)
python-3.9 46.56% <ø> (-0.03%) ⬇️
python-filler-3.12 25.25% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant