-
Notifications
You must be signed in to change notification settings - Fork 16
SDK-2473: Python - IDV Support Brand ID in session config - python #458
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
Merged
mehmet-yoti
merged 16 commits into
development
from
websdk-auto/SDK-2473-python-python---idv-support-brand-id-in-session-config
Jun 11, 2026
Merged
Changes from 13 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
0ce14ef
SDK-2267:updated refs
mehmet-yoti 697b5cc
SDK-2267:updated refs
mehmet-yoti a5bd81b
SDK-2267:updated refs
mehmet-yoti 5aaebaa
SDK-2267:updated refs
mehmet-yoti 1ee5612
Merge pull request #400 from getyoti/SDK-2267-python-update-dependencies
mehmet-yoti 50abcea
SDK-2267:version update
mehmet-yoti a0a07ce
SDK-2267:version update
mehmet-yoti 860b114
Merge pull request #401 from getyoti/SDK-2267-python-update-dependencies
mehmet-yoti 6fe15da
Merge pull request #402 from getyoti/release/2.14.2
mehmet-yoti af34005
Release/2.14.3 (#420)
mehmet-yoti 3b2454e
Release/2.14.4 (#423)
mehmet-yoti eab6d64
Release/2.14.5 (#436)
mehmet-yoti 4bc4930
feat(SDK-2473): Python - IDV Support Brand ID in session config [python]
mehmet-yoti a9c029f
fix(SDK-2473): fix docstring param order and test assertions [python]
mehmet-yoti bf418bf
Merge development into SDK-2473 branch, resolve conflicts
mehmet-yoti c385505
Merge origin/development into SDK-2473: combine brand_id and suppress…
mehmet-yoti File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "permissions": { | ||
| "allow": [ | ||
| "Bash(git checkout *)", | ||
| "Bash(git pull *)", | ||
| "Bash(git ls-tree *)", | ||
| "Bash(awk '{print $4}')" | ||
| ] | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| yoti>=2.14.0 | ||
| python-dotenv>=0.7.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,46 @@ | ||
| yoti>=2.13.0 | ||
| python-dotenv>=0.7.1 | ||
| # | ||
| # This file is autogenerated by pip-compile with python 3.10 | ||
| # To update, run: | ||
| # | ||
| # pip-compile --output-file=requirements.txt requirements.in | ||
| # | ||
| asn1==2.2.0 | ||
| # via yoti | ||
| certifi==2021.10.8 | ||
| # via requests | ||
| cffi==1.15.0 | ||
| # via cryptography | ||
| charset-normalizer==2.0.10 | ||
| # via requests | ||
| cryptography==36.0.1 | ||
| # via | ||
| # pyopenssl | ||
| # yoti | ||
| deprecated==1.2.10 | ||
| # via yoti | ||
| future==0.18.2 | ||
| # via yoti | ||
| idna==3.3 | ||
| # via requests | ||
| iso8601==0.1.13 | ||
| # via yoti | ||
| protobuf==3.19.3 | ||
| # via yoti | ||
| pycparser==2.21 | ||
| # via cffi | ||
| pyopenssl==21.0.0 | ||
| # via yoti | ||
| python-dotenv==0.19.2 | ||
| # via -r requirements.in | ||
| pytz==2020.4 | ||
| # via yoti | ||
| requests==2.27.1 | ||
| # via yoti | ||
| six==1.16.0 | ||
| # via pyopenssl | ||
| urllib3==1.26.8 | ||
| # via requests | ||
| wrapt==1.13.3 | ||
| # via deprecated | ||
| yoti==2.14.0 | ||
| # via -r requirements.in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,26 @@ | ||
| flask>=1.1.2 | ||
| python-dotenv>=0.13.0 | ||
| yoti>=2.13.0 | ||
| # Core requirements | ||
| flask>=2.2.0 | ||
| python-dotenv>=0.21.0 | ||
| # yoti will be installed separately in CI from local source | ||
| filetype>=1.0.7 | ||
| pyopenssl>=19.1.0 | ||
| pyopenssl>=24.0.0 | ||
| click>=8.0 | ||
| future>=1.0.0 | ||
|
|
||
| # Required for yoti compatibility | ||
| deprecated>=1.2.14 | ||
| iso8601>=1.1.0 | ||
| pytz>=2025.2ements | ||
| flask>=2.2.0 | ||
| python-dotenv>=0.21.0 | ||
| yoti>=2.14.0 | ||
| filetype>=1.0.7 | ||
| pyopenssl>=24.0.0 | ||
| click>=8.0 | ||
| future>=1.0.0 | ||
|
|
||
| # Required for yoti compatibility | ||
| deprecated>=1.2.14 | ||
| iso8601>=1.1.0 | ||
| pytz>=2025.2 | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,34 +1,81 @@ | ||
| # | ||
| # This file is autogenerated by pip-compile | ||
| # To update, run: | ||
| # This file is autogenerated by pip-compile with Python 3.12 | ||
| # by the following command: | ||
| # | ||
| # pip-compile --output-file=requirements.txt requirements.in | ||
| # | ||
| asn1==2.2.0 # via yoti | ||
| certifi==2020.4.5.1 # via requests | ||
| cffi==1.14.0 # via cryptography | ||
| chardet==3.0.4 # via requests | ||
| click==7.1.2 # via flask | ||
| cryptography==3.2 # via pyopenssl, yoti | ||
| deprecated==1.2.10 # via yoti | ||
| filetype==1.0.7 # via -r requirements.in | ||
| flask==1.1.2 # via -r requirements.in | ||
| future==0.18.2 # via yoti | ||
| idna==2.9 # via requests | ||
| iso8601==0.1.13 # via yoti | ||
| itsdangerous==1.1.0 # via flask | ||
| jinja2==2.11.2 # via flask | ||
| markupsafe==1.1.1 # via jinja2 | ||
| protobuf==3.11.3 # via yoti | ||
| pycparser==2.20 # via cffi | ||
| pyopenssl==19.1.0 # via -r requirements.in, yoti | ||
| python-dotenv==0.13.0 # via -r requirements.in | ||
| requests==2.23.0 # via yoti | ||
| six==1.14.0 # via cryptography, protobuf, pyopenssl | ||
| urllib3==1.25.9 # via requests | ||
| werkzeug==1.0.1 # via flask | ||
| wrapt==1.12.1 # via deprecated | ||
| yoti==2.13.0 # via -r requirements.in | ||
| asn1==2.2.0 | ||
| # via yoti | ||
|
|
||
| blinker==1.9.0 | ||
| # via flask | ||
| certifi==2020.4.5.1 | ||
| # via requests | ||
| cffi==1.17.1 | ||
| # via cryptography | ||
| chardet==3.0.4 | ||
| # via requests | ||
| click==8.1.8 | ||
| # via | ||
| # -r requirements.in | ||
| # flask | ||
| cryptography==41.0.7 | ||
|
|
||
| # via | ||
| # pyopenssl | ||
| # yoti | ||
| deprecated>=1.2.14 | ||
| # via | ||
| # -r requirements.in | ||
| # yoti | ||
| filetype==1.0.7 | ||
| # via -r requirements.in | ||
| flask>=2.2.0 | ||
| # via -r requirements.in | ||
| future>=1.0.0 | ||
| # via | ||
| # -r requirements.in | ||
| # yoti | ||
| idna==2.9 | ||
| # via requests | ||
| iso8601>=1.1.0 | ||
| # via | ||
| # -r requirements.in | ||
| # yoti | ||
| itsdangerous==2.2.0 | ||
| # via flask | ||
| jinja2==3.1.6 | ||
| # via flask | ||
| markupsafe==3.0.2 | ||
| # via | ||
| # jinja2 | ||
| # werkzeug | ||
|
|
||
| protobuf==4.21.12 | ||
| # via yoti | ||
| pycparser==2.22 | ||
| # via cffi | ||
| pyopenssl>=24.0.0 | ||
| # via | ||
| # -r requirements.in | ||
| # yoti | ||
| python-dotenv==1.1.0 | ||
| # via -r requirements.in | ||
| pytz>=2025.2 | ||
| # via | ||
| # -r requirements.in | ||
| # yoti | ||
| requests>=2.31.0 | ||
| # via yoti | ||
| six>=1.16.0 | ||
| # via protobuf | ||
| urllib3==1.25.9 | ||
| # via requests | ||
| werkzeug==3.1.3 | ||
| # via flask | ||
| wrapt==1.17.2 | ||
| # via deprecated | ||
| # yoti will be installed separately in CI from local source | ||
|
|
||
| # The following packages are considered to be unsafe in a requirements file: | ||
| # setuptools |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| {% include "layout/header.html" %} | ||
| <div class="container"> | ||
| <div class="row pt-4"> | ||
| <div class="col"> | ||
| <h1>Privacy Policy</h1> | ||
| <p>Demo privacy policy</p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| {% include "layout/footer.html" %} |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.