Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Set version range on dependency packages - #17

Merged
yugangw-msft merged 1 commit into
AzureAD:devfrom
yugangw-msft:version
May 14, 2016
Merged

Set version range on dependency packages#17
yugangw-msft merged 1 commit into
AzureAD:devfrom
yugangw-msft:version

Conversation

@yugangw-msft

Copy link
Copy Markdown
Contributor

For requests and pyjwt, set to the one with first major version update.
For dateutil, set to 2.1.0, the first which support both 2.x and 3.x
For cryptography, pick 1.1 which is the first which can install on windows error free.

Tested windows, osx and linux.

Comment thread adal/__init__.py
# pylint: disable=wrong-import-position

__version__ = '0.2.0rc1'
__version__ = '0.2.3rc1'

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

We will finalize the version before release. For now the pattern is a little random, but it doesn't matter

@yugangw-msft

Copy link
Copy Markdown
Contributor Author

/CC @addev-ashish

@yugangw-msft
yugangw-msft merged commit 6763de6 into AzureAD:dev May 14, 2016
yugangw-msft added a commit that referenced this pull request Jun 16, 2016
* improve python version to be in parity with node version

* More improvement: fix authorization flow, add samples, documents, logging, etc. (#7)

* Address review feedback from python DG group(logging, code quality, etc) (#8)

* address review feedback from brettcannon (#10)

* Making fixes to unit tests and some minor code refactoring for tests

This change make unit tests pass for Windows running Python 3.5
This change removed all callbacks from the test code to match the code
fixes recently pushed.
Updated gitignore to ignore files created by VS

* address review feedback from brettcannon (#11)

* Using the compat library to fix AssertRaisesRegex mismatch between Python 2 and Python 3, also fixing a wierd behavior with Mock which was causing a wstrust testcase to fail

* STRIKE: Fixing the CredScan issue of a pem file checked in, a fake password was replaced with a string that shows it is fake

* refresh readme (#13)

* update readme and samples

* use msdn walkthrough for service principal

* fix a bug in web site sample on invoking token refresh (#14)

* enable ci (#12)

* put in version range on dependency packages (#17)

* Update README.md

* Update for US Government and German Government Authority Instances (#19)

This change adds 2 federation providers to the whitelist of federation
providers in the ADAL library
1. The US government one (login-us.microsoftonline.com)
2. The German government one (login.microsoftonline.de)

* Update README.md with security header (#20)

* version at 0.3.0 (#22)

* add notes for installation (#23)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant