Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
15 changes: 8 additions & 7 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion 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.1"
fastapi = "0.128.5"
gunicorn = ">=21.2,<26.0"
uvicorn = ">=0.23.2,<0.41.0"
mesh-client = ">=4.0.1,<6.0.0"
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ cryptography==46.0.4 ; python_version >= "3.11" and python_full_version < "3.14.
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
gunicorn==25.0.3 ; python_version >= "3.11" and python_full_version < "3.14.0" \
--hash=sha256:aca364c096c81ca11acd4cede0aaeea91ba76ca74e2c0d7f879154db9d890f35 \
--hash=sha256:b53a7fff1a07b825b962af320554de44ae77a26abfa373711ff3f83d57d3506d
h11==0.16.0 ; python_version >= "3.11" and python_full_version < "3.14.0" \
--hash=sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1 \
--hash=sha256:63cf8bbe7522de3bf65932fda1d9c2772064ffb3dae62d55932da54b31cb6c86
Expand Down Expand Up @@ -510,9 +510,9 @@ requests==2.32.5 ; python_version >= "3.11" and python_full_version < "3.14.0" \
six==1.17.0 ; python_version >= "3.11" and python_full_version < "3.14.0" \
--hash=sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274 \
--hash=sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81
starlette==0.50.0 ; python_version >= "3.11" and python_full_version < "3.14.0" \
--hash=sha256:9e5391843ec9b6e472eed1365a78c8098cfceb7a74bfd4d6b1c0c0095efb3bca \
--hash=sha256:a2a17b22203254bcbc2e1f926d2d55f3f9497f769416b3190768befe598fa3ca
starlette==0.52.1 ; python_version >= "3.11" and python_full_version < "3.14.0" \
--hash=sha256:0029d43eb3d273bc4f83a08720b4912ea4b071087a3b48db01b7c839f7954d74 \
--hash=sha256:834edd1b0a23167694292e94f597773bc3f89f362be6effee198165a35d62933
types-python-dateutil==2.9.0.20260124 ; python_version >= "3.11" and python_full_version < "3.14.0" \
--hash=sha256:7d2db9f860820c30e5b8152bfe78dbdf795f7d1c6176057424e8b3fdd1f581af \
--hash=sha256:f802977ae08bf2260142e7ca1ab9d4403772a254409f7bbdf652229997124951
Expand Down
Loading