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: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ botocore = "^1.34.122"
cramjam = "=2.10.0"
flask = "^3.1.1"
gitpython = "^3.1.43"
# Locked to 3.1.0 due to https://github.com/spec-first/connexion/issues/2029
connexion = {version = "~=3.1.0", extras = ["swagger-ui", "flask"]}
connexion = {version = "^3.3.0", extras = ["swagger-ui", "flask"]}
gunicorn = "^23.0.0"
peewee = "^3.18.1"
prometheus-client = "^0.22.0"
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ aiokafka==0.12.0 ; python_version >= "3.12" and python_version < "3.13" \
aiosignal==1.4.0 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:053243f8b92b990551949e63930a839ff0cf0b0ebbe0597b0f3fb19e1a0fe82e \
--hash=sha256:f47eecd9468083c2029cc99945502cb7708b082c232f9aca65da147157b251c7
anyio==4.11.0 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:0287e96f4d26d4149305414d4e3bc32f0dcd0862365a4bddea19d7a1ec38c4fc \
--hash=sha256:82a8d0b81e318cc5ce71a5f1f8b5c4e63619620b63141ef8c995fa0db95a57c4
anyio==4.13.0 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:08b310f9e24a9594186fd75b4f73f4a4152069e3853f1ed8bfbf58369f4ad708 \
--hash=sha256:334b70e641fd2221c1505b3890c69882fe4a2df910cba14d97019b90b24439dc
app-common-python==0.2.9 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:74125371e2865bcba7a7c34f0700d4b8b97a0c0a9ff67bbb06fdb20a3da4b75c \
--hash=sha256:861bd93482edabd00a85eb6512e0d7df08597be6f76b864be8e53d6294f81389
Expand Down Expand Up @@ -360,9 +360,9 @@ click==8.3.1 ; python_version >= "3.12" and python_version < "3.13" \
colorama==0.4.6 ; python_version >= "3.12" and python_version < "3.13" and platform_system == "Windows" \
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
connexion==3.1.0 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:66a44580991f53955b6e409a84fa9fa65c7ca4db52dc217b49cd35c201066083 \
--hash=sha256:e92b6d0412eb54b3b69f2516b93d982a06b0e23f6d5c1ab94257c55d365f63ce
connexion==3.3.0 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:4ed0b1a90f5a39f58e984b270b3e945c5038a1d064748a23478833027428102c \
--hash=sha256:63e4b32c170c297f245b63e26a78e299d4df86f8f6f37ef1f70db62efaba77cf
cramjam==2.10.0 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:001fc2572adc655406fb899087f57a740e58a800b05acdccac8bf5759b617d90 \
--hash=sha256:04f54bea9ce39c440d1ac6901fe4d647f9218dd5cd8fe903c6fe9c42bf5e1f3b \
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==0.50.0 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:9e5391843ec9b6e472eed1365a78c8098cfceb7a74bfd4d6b1c0c0095efb3bca \
--hash=sha256:a2a17b22203254bcbc2e1f926d2d55f3f9497f769416b3190768befe598fa3ca
starlette==1.0.1 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:512399c5f1de7fac99c88572212ded9ddeddef2fb32afa82d724000e88b38f4f \
--hash=sha256:7c0e69b2ee1c848bd54669d908500117a3ee13de603a21427e5c6fc1adf98dcd
swagger-ui-bundle==1.1.0 ; python_version >= "3.12" and python_version < "3.13" \
--hash=sha256:20673c3431c8733d5d1615ecf79d9acf30cff75202acaf21a7d9c7f489714529 \
--hash=sha256:f7526f7bb99923e10594c54247265839bec97e96b0438561ac86faf40d40dd57
Expand Down
Loading