Skip to content

Commit b306762

Browse files
mzieniukbwJonas Hendrickx
and
Jonas Hendrickx
authored
Revert of pinned versions (#43)
* python >=3.8 range as requirement * poetry lock update * poetry lock update --------- Co-authored-by: Jonas Hendrickx <[email protected]>
1 parent c5ee70e commit b306762

File tree

2 files changed

+49
-48
lines changed

2 files changed

+49
-48
lines changed

poetry.lock

Lines changed: 43 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "passwordless"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Passwordless.dev Python SDK"
55
authors = [
66
"Bitwarden <[email protected]>"
@@ -25,10 +25,10 @@ homepage = "https://bitwarden.com/products/passwordless"
2525
documentation = "https://docs.passwordless.dev/guide"
2626

2727
[tool.poetry.dependencies]
28-
python = "3.8.18"
29-
requests = "2.31.0"
30-
marshmallow = "3.21.1"
31-
python-dateutil = "2.9.0.post0"
28+
python = ">=3.8"
29+
requests = "^2"
30+
marshmallow = "^3"
31+
python-dateutil = "^2"
3232

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

4747
[tool.poetry.group.test]
4848
optional = true

0 commit comments

Comments
 (0)