mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
chore(deps): bump authlib from 1.2.0 to 1.3.1 in /api (#5115)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: takatost <takatost@gmail.com>
This commit is contained in:
parent
7f98c2ea3f
commit
54e02b8147
12
api/poetry.lock
generated
12
api/poetry.lock
generated
|
@ -377,17 +377,17 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "authlib"
|
name = "authlib"
|
||||||
version = "1.2.0"
|
version = "1.3.1"
|
||||||
description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients."
|
description = "The ultimate Python library in building OAuth and OpenID Connect servers and clients."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "Authlib-1.2.0-py2.py3-none-any.whl", hash = "sha256:4ddf4fd6cfa75c9a460b361d4bd9dac71ffda0be879dbe4292a02e92349ad55a"},
|
{file = "Authlib-1.3.1-py2.py3-none-any.whl", hash = "sha256:d35800b973099bbadc49b42b256ecb80041ad56b7fe1216a362c7943c088f377"},
|
||||||
{file = "Authlib-1.2.0.tar.gz", hash = "sha256:4fa3e80883a5915ef9f5bc28630564bc4ed5b5af39812a3ff130ec76bd631e9d"},
|
{file = "authlib-1.3.1.tar.gz", hash = "sha256:7ae843f03c06c5c0debd63c9db91f9fda64fa62a42a77419fa15fbb7e7a58917"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
cryptography = ">=3.2"
|
cryptography = "*"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "azure-core"
|
name = "azure-core"
|
||||||
|
@ -8935,4 +8935,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "e2ce8246ee3113b7c7d080ef52e0998ab71ffe76dbe85b324803ed4e369882c4"
|
content-hash = "a8683613366c50518046395d46bcad094748176d285b409120445c2dbf09967b"
|
||||||
|
|
|
@ -105,7 +105,7 @@ tiktoken = "~0.7.0"
|
||||||
psycopg2-binary = "~2.9.6"
|
psycopg2-binary = "~2.9.6"
|
||||||
pycryptodome = "3.19.1"
|
pycryptodome = "3.19.1"
|
||||||
python-dotenv = "1.0.0"
|
python-dotenv = "1.0.0"
|
||||||
authlib = "1.2.0"
|
authlib = "1.3.1"
|
||||||
boto3 = "1.28.17"
|
boto3 = "1.28.17"
|
||||||
cachetools = "~5.3.0"
|
cachetools = "~5.3.0"
|
||||||
weaviate-client = "~3.21.0"
|
weaviate-client = "~3.21.0"
|
||||||
|
|
|
@ -14,7 +14,7 @@ tiktoken~=0.7.0
|
||||||
psycopg2-binary~=2.9.6
|
psycopg2-binary~=2.9.6
|
||||||
pycryptodome==3.19.1
|
pycryptodome==3.19.1
|
||||||
python-dotenv==1.0.0
|
python-dotenv==1.0.0
|
||||||
Authlib==1.2.0
|
Authlib==1.3.1
|
||||||
boto3==1.34.123
|
boto3==1.34.123
|
||||||
cachetools~=5.3.0
|
cachetools~=5.3.0
|
||||||
weaviate-client~=3.21.0
|
weaviate-client~=3.21.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user