Skip to content

Commit 07d238f

Browse files
Update project dependencies to their latest versions (#17)
This commit updates the project dependencies to their latest compatible versions. - Relaxed the version constraints in `pyproject.toml` to allow for minor version updates for `fastapi` and `mwoauth`. - Ran `poetry update` to update the dependencies and the `poetry.lock` file. - Installed Python 3.13.5 using pyenv to match the project's `.python-version` file. - Verified the changes by running the test suite. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent 860f045 commit 07d238f

File tree

2 files changed

+23
-25
lines changed

2 files changed

+23
-25
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ license = {text = "MIT"}
99
readme = "README.md"
1010
requires-python = ">=3.13,<4.0"
1111
dependencies = [
12-
"fastapi[standard] (>=0.116.0,<0.117.0)",
13-
"mwoauth (>=0.4.0,<0.5.0)",
12+
"fastapi[standard] (>=0.116.0,<1.0.0)",
13+
"mwoauth (>=0.4.0,<1.0.0)",
1414
"itsdangerous (>=2.2.0,<3.0.0)",
1515
]
1616

0 commit comments

Comments
 (0)