Skip to content
Open
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
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ py-flags = "^1.1.4"
pytz = "^2025.2"
requests = "^2.32.3"
urllib3 = ">=2.7.0"
python-multipart = ">=0.0.28"
python-multipart = ">=0.0.32"
starlette = ">=1.3.1"
watchtower = "^3.2.0"
psycopg = {version = "^3.1.19", extras = ["pool"]}
unleashclient = "<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 @@ -1165,9 +1165,9 @@ py-flags==1.1.4 ; python_version >= "3.12" and python_version < "3.13" \
python-dateutil==2.9.0.post0 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3 \
--hash=sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427
python-multipart==0.0.28 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:10faac07eb966c3f48dc415f9dee46c04cb10d58d30a35677db8027c825ed9b6 \
--hash=sha256:8550da197eac0f7ab748961fc9509b999fa2662ea25cef857f05249f6893c0f8
python-multipart==0.0.32 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:ff6d3f776f16878c894e52e107296ffc890e913c611b1a4ec6c44e2821fe2e23 \
--hash=sha256:be54b7f3fa167bb83e4fcd936b887b708f4e57fe75911c02aebf53efaf8d938e
pytz==2025.2 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3 \
--hash=sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00
Expand Down Expand Up @@ -1381,9 +1381,9 @@ smmap==5.0.2 ; python_version >= "3.12" and python_version < "3.13" \
sniffio==1.3.1 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2 \
--hash=sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc
starlette==1.0.1 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:512399c5f1de7fac99c88572212ded9ddeddef2fb32afa82d724000e88b38f4f \
--hash=sha256:7c0e69b2ee1c848bd54669d908500117a3ee13de603a21427e5c6fc1adf98dcd
starlette==1.3.1 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:c7372aae11c3c3f26a42df7bd626cec2f47d03483d261d369516a615a53714c6 \
--hash=sha256:05d0213193f2fbaae60e2ecb593b4add4262ad4e46536b54abe36f11a71724e0
swagger-ui-bundle==1.1.0 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:20673c3431c8733d5d1615ecf79d9acf30cff75202acaf21a7d9c7f489714529 \
--hash=sha256:f7526f7bb99923e10594c54247265839bec97e96b0438561ac86faf40d40dd57
Expand Down
Loading