Skip to content

Commit

Permalink
Revert of pinned versions (#43)
Browse files Browse the repository at this point in the history
* python >=3.8 range as requirement

* poetry lock update

* poetry lock update

---------

Co-authored-by: Jonas Hendrickx <[email protected]>
  • Loading branch information
mzieniukbw and jonashendrickx authored Apr 25, 2024
1 parent c5ee70e commit b306762
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 48 deletions.
85 changes: 43 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "passwordless"
version = "1.0.0"
version = "1.0.1"
description = "Passwordless.dev Python SDK"
authors = [
"Bitwarden <[email protected]>"
Expand All @@ -25,10 +25,10 @@ homepage = "https://bitwarden.com/products/passwordless"
documentation = "https://docs.passwordless.dev/guide"

[tool.poetry.dependencies]
python = "3.8.18"
requests = "2.31.0"
marshmallow = "3.21.1"
python-dateutil = "2.9.0.post0"
python = ">=3.8"
requests = "^2"
marshmallow = "^3"
python-dateutil = "^2"

[tool.poetry.group.dev]
optional = true
Expand All @@ -42,7 +42,7 @@ isort = "5.13.2"
pre-commit = "3.5.0"
pre-commit-hooks = "4.5.0"
types-requests = "2.31.0.20240406"
docformatter = {extras = ["tomli"], version = "1.7.5"}
docformatter = {extras = ["tomli"], version = "1.7.5", python = ">=3.8,<4.0"}

[tool.poetry.group.test]
optional = true
Expand Down

0 comments on commit b306762

Please sign in to comment.