Skip to content

Commit

Permalink
Anticipate a PyMsalRuntime 0.17.0 release soon
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed Aug 20, 2024
1 parent 489762e commit f3d7e28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ broker =
# The broker is defined as optional dependency,
# so that downstream apps can opt in. The opt-in is needed, partially because
# most existing MSAL Python apps do not have the redirect_uri needed by broker.
#
# We need pymsalruntime.CallbackData introduced in PyMsalRuntime 0.14
pymsalruntime>=0.14,<0.17; python_version>='3.6' and platform_system=='Windows'
pymsalruntime>=0.14,<0.17; python_version>='3.8' and platform_system=='Darwin'
pymsalruntime>=0.14,<0.18; python_version>='3.6' and platform_system=='Windows'
# On Mac, PyMsalRuntime 0.17+ is expected to support SSH cert and ROPC
pymsalruntime>=0.17,<0.18; python_version>='3.8' and platform_system=='Darwin'

[options.packages.find]
exclude =
Expand Down

0 comments on commit f3d7e28

Please sign in to comment.