Skip to content

Commit

Permalink
Merge pull request #41 from greysonlalonde/main
Browse files Browse the repository at this point in the history
Bump & relax dependencies; bump version
  • Loading branch information
rairaman authored May 12, 2024
2 parents 76a6b26 + 212eb60 commit d9e1662
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "kinde-python-sdk"
version = "1.2.3"
version = "1.2.4"
authors = [
{ name = "Kinde Engineering", email = "[email protected]" },
]
Expand All @@ -17,17 +17,17 @@ classifiers = [
"Programming Language :: Python :: 3.9",
]
dependencies = [
"urllib3 ~=2.0.3",
"python-dateutil ~=2.8.2",
"Authlib ~=1.2.0",
"urllib3 ~=2.2.1",
"python-dateutil ~=2.9.0.post0",
"Authlib ~=1.3.0",
"pyjwt ~=2.8.0",
"requests ~=2.31.0",
"typing-extensions ~=4.8.0",
"frozendict ~=2.3.8",
"certifi ~=2022.12.7",
"typing-extensions ~=4.11.0",
"frozendict ~=2.4.3",
"certifi ~=2024.2.2",
]
[project.urls]
"Homepage" = "https://github.com/kinde-oss/kinde-python-sdk"
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools >= 61.0"]
build-backend = "setuptools.build_meta"
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
urllib3==2.0.3 # https://github.com/urllib3/urllib3
python-dateutil==2.8.2 # https://github.com/dateutil/dateutil
Authlib==1.2.0 # https://github.com/lepture/authlib
pyjwt==2.8.0 # https://github.com/jpadilla/pyjwt
requests==2.31.0 # https://github.com/psf/requests
typing-extensions==4.8.0 # https://github.com/python/typing_extensions
frozendict==2.3.8 # https://github.com/Marco-Sulla/python-frozendict
certifi==2022.12.7 # https://github.com/certifi/python-certifi
urllib3~=2.2.1 # https://github.com/urllib3/urllib3
python-dateutil~=2.9.0.post0 # https://github.com/dateutil/dateutil
Authlib~=1.3.0 # https://github.com/lepture/authlib
pyjwt~=2.8.0 # https://github.com/jpadilla/pyjwt
requests~=2.31.0 # https://github.com/psf/requests
typing-extensions~=4.11.0 # https://github.com/python/typing_extensions
frozendict~=2.4.3 # https://github.com/Marco-Sulla/python-frozendict
certifi~=2024.2.2 # https://github.com/certifi/python-certifi

0 comments on commit d9e1662

Please sign in to comment.