From 1ddc921944f56121efcbf03e05878a277a1467df Mon Sep 17 00:00:00 2001 From: Kwa Jie Hao Date: Wed, 11 Oct 2023 16:46:12 +0800 Subject: [PATCH] chore: update flask example sgid version --- examples/flask/poetry.lock | 34 +++++---------------------------- examples/flask/pyproject.toml | 2 +- examples/flask/requirements.txt | 6 +++--- 3 files changed, 9 insertions(+), 33 deletions(-) diff --git a/examples/flask/poetry.lock b/examples/flask/poetry.lock index 732e083..0c12a6c 100644 --- a/examples/flask/poetry.lock +++ b/examples/flask/poetry.lock @@ -1,10 +1,9 @@ -# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. [[package]] name = "blinker" version = "1.6.2" description = "Fast, simple object-to-object and broadcast signaling" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -16,7 +15,6 @@ files = [ name = "certifi" version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." -category = "main" optional = false python-versions = ">=3.6" files = [ @@ -28,7 +26,6 @@ files = [ name = "cffi" version = "1.15.1" description = "Foreign Function Interface for Python calling C code." -category = "main" optional = false python-versions = "*" files = [ @@ -105,7 +102,6 @@ pycparser = "*" name = "charset-normalizer" version = "3.2.0" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." -category = "main" optional = false python-versions = ">=3.7.0" files = [ @@ -190,7 +186,6 @@ files = [ name = "click" version = "8.1.6" description = "Composable command line interface toolkit" -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -205,7 +200,6 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -217,7 +211,6 @@ files = [ name = "cryptography" version = "41.0.3" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -263,7 +256,6 @@ test-randomorder = ["pytest-randomly"] name = "deprecated" version = "1.2.14" description = "Python @deprecated decorator to deprecate old python classes, functions or methods." -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -281,7 +273,6 @@ dev = ["PyTest", "PyTest-Cov", "bump2version (<1)", "sphinx (<2)", "tox"] name = "flask" version = "2.3.2" description = "A simple framework for building complex web applications." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -304,7 +295,6 @@ dotenv = ["python-dotenv"] name = "flask-cors" version = "3.0.10" description = "A Flask extension adding a decorator for CORS support" -category = "main" optional = false python-versions = "*" files = [ @@ -320,7 +310,6 @@ Six = "*" name = "idna" version = "3.4" description = "Internationalized Domain Names in Applications (IDNA)" -category = "main" optional = false python-versions = ">=3.5" files = [ @@ -332,7 +321,6 @@ files = [ name = "itsdangerous" version = "2.1.2" description = "Safely pass data to untrusted environments and back." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -344,7 +332,6 @@ files = [ name = "jinja2" version = "3.1.2" description = "A very fast and expressive template engine." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -362,7 +349,6 @@ i18n = ["Babel (>=2.7)"] name = "jwcrypto" version = "1.4.2" description = "Implementation of JOSE Web standards" -category = "main" optional = false python-versions = ">= 3.6" files = [ @@ -377,7 +363,6 @@ deprecated = "*" name = "markupsafe" version = "2.1.3" description = "Safely add untrusted strings to HTML/XML markup." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -437,7 +422,6 @@ files = [ name = "pycparser" version = "2.21" description = "C parser in Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" files = [ @@ -449,7 +433,6 @@ files = [ name = "pycryptodome" version = "3.17" description = "Cryptographic library for Python" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" files = [ @@ -492,7 +475,6 @@ files = [ name = "python-dotenv" version = "1.0.0" description = "Read key-value pairs from a .env file and set them as environment variables" -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -507,7 +489,6 @@ cli = ["click (>=5.0)"] name = "requests" version = "2.31.0" description = "Python HTTP for Humans." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -527,14 +508,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "sgid-client" -version = "0.1.2" +version = "0.2.0" description = "The official Python SDK for sgID" -category = "main" optional = false python-versions = ">=3.11,<4.0" files = [ - {file = "sgid_client-0.1.2-py3-none-any.whl", hash = "sha256:826d719117fdd53a76a6b54b6200e0fdac693b9849df2138ec943ada0f0ab60a"}, - {file = "sgid_client-0.1.2.tar.gz", hash = "sha256:7833856a816e8258886efc4d33011122577a38ba04dfef5bf7559a5a2eafd6d2"}, + {file = "sgid_client-0.2.0-py3-none-any.whl", hash = "sha256:dc81e5f29585ae13ac11019b64df80429ce24d7a89e48d02ba4b537be10f39eb"}, + {file = "sgid_client-0.2.0.tar.gz", hash = "sha256:67f619e73ca932dfa3ac51b1fc1d29388182bccf3889fe854bb9269c7dfdf733"}, ] [package.dependencies] @@ -546,7 +526,6 @@ requests = "2.31.0" name = "six" version = "1.16.0" description = "Python 2 and 3 compatibility utilities" -category = "main" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" files = [ @@ -558,7 +537,6 @@ files = [ name = "urllib3" version = "2.0.4" description = "HTTP library with thread-safe connection pooling, file post, and more." -category = "main" optional = false python-versions = ">=3.7" files = [ @@ -576,7 +554,6 @@ zstd = ["zstandard (>=0.18.0)"] name = "werkzeug" version = "2.3.7" description = "The comprehensive WSGI web application library." -category = "main" optional = false python-versions = ">=3.8" files = [ @@ -594,7 +571,6 @@ watchdog = ["watchdog (>=2.3)"] name = "wrapt" version = "1.15.0" description = "Module for decorators, wrappers and monkey patching." -category = "main" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" files = [ @@ -678,4 +654,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "faf4d4c725af784da04af63b6e94f386aa38b0068914f811507f9c4cd55b8898" +content-hash = "5aa2d9de273e66d9299c53603f7ef2924e88239b319ef03263d8c92af864ac57" diff --git a/examples/flask/pyproject.toml b/examples/flask/pyproject.toml index c7500f0..8259a1b 100644 --- a/examples/flask/pyproject.toml +++ b/examples/flask/pyproject.toml @@ -12,7 +12,7 @@ requests = "^2.31.0" python-dotenv = "^1.0.0" jwcrypto = "^1.4.2" flask-cors = "^3.0.10" -sgid-client = "^0.1.2" +sgid-client = "0.2.0" [build-system] diff --git a/examples/flask/requirements.txt b/examples/flask/requirements.txt index 5f878fd..e03cfb5 100644 --- a/examples/flask/requirements.txt +++ b/examples/flask/requirements.txt @@ -289,9 +289,9 @@ python-dotenv==1.0.0 ; python_version >= "3.11" and python_version < "4.0" \ requests==2.31.0 ; python_version >= "3.11" and python_version < "4.0" \ --hash=sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f \ --hash=sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1 -sgid-client==0.1.2 ; python_version >= "3.11" and python_version < "4.0" \ - --hash=sha256:7833856a816e8258886efc4d33011122577a38ba04dfef5bf7559a5a2eafd6d2 \ - --hash=sha256:826d719117fdd53a76a6b54b6200e0fdac693b9849df2138ec943ada0f0ab60a +sgid-client==0.2.0 ; python_version >= "3.11" and python_version < "4.0" \ + --hash=sha256:67f619e73ca932dfa3ac51b1fc1d29388182bccf3889fe854bb9269c7dfdf733 \ + --hash=sha256:dc81e5f29585ae13ac11019b64df80429ce24d7a89e48d02ba4b537be10f39eb six==1.16.0 ; python_version >= "3.11" and python_version < "4.0" \ --hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \ --hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254