Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python = ">=3.11,<3.14.0"
types-python-dateutil = "^2.8.9"
python-dateutil = "^2.8.2"
cryptography = ">=44.0.1,<47"
fastapi = "0.128.0"
fastapi = "0.128.1"
gunicorn = ">=21.2,<26.0"
uvicorn = ">=0.23.2,<0.41.0"
mesh-client = ">=4.0.1,<6.0.0"
Expand All @@ -27,7 +27,7 @@ typing-extensions = ">=4.10.0"
# ci / testing dependencies
petname = "^2.6"
pytest = ">=7.2,<10.0"
pytest-asyncio = ">=0.16,<1.3"
pytest-asyncio = ">=0.16,<1.4"
Mesh-Client = ">=4.0.1,<6.0.0"
mypy = "^1.1.1"
coverage = ">=6.5,<8.0"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ cryptography==46.0.4 ; python_version >= "3.11" and python_full_version < "3.14.
--hash=sha256:eeeb2e33d8dbcccc34d64651f00a98cb41b2dc69cef866771a5717e6734dfa32 \
--hash=sha256:fa0900b9ef9c49728887d1576fd8d9e7e3ea872fa9b25ef9b64888adc434e976 \
--hash=sha256:fdc3daab53b212472f1524d070735b2f0c214239df131903bae1d598016fa822
fastapi==0.128.0 ; python_version >= "3.11" and python_full_version < "3.14.0" \
--hash=sha256:1cc179e1cef10a6be60ffe429f79b829dce99d8de32d7acb7e6c8dfdf7f2645a \
--hash=sha256:aebd93f9716ee3b4f4fcfe13ffb7cf308d99c9f3ab5622d8877441072561582d
fastapi==0.128.1 ; python_version >= "3.11" and python_full_version < "3.14.0" \
--hash=sha256:ce5be4fa26d4ce6f54debcc873d1fb8e0e248f5c48d7502ba6c61457ab2dc766 \
--hash=sha256:ee82146bbf91ea5bbf2bb8629e4c6e056c4fbd997ea6068501b11b15260b50fb
gunicorn==25.0.1 ; python_version >= "3.11" and python_full_version < "3.14.0" \
--hash=sha256:23cbe968c6ae3c8efc3d118c8353fa0763efc2102d89d0d3cea696cede7ff6b1 \
--hash=sha256:573e053aa950246e307ea908bd7ddce1870d41a40aec0c935938c586f0b9b946
Expand Down