We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8540a commit 4d0b7ccCopy full SHA for 4d0b7cc
server/webhook-listener/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.13
+FROM python:3.14
2
3
WORKDIR /code
4
server/webhook-listener/requirements.txt
@@ -1,5 +1,5 @@
-python-dotenv==1.1.0
-nats-py==2.10.0
-pydantic-settings==2.9.1
-fastapi-cli==0.0.7
5
-fastapi==0.115.12
+python-dotenv==1.2.1
+nats-py==2.11.0
+pydantic-settings==2.11.0
+fastapi-cli==0.0.14
+fastapi==0.120.2
0 commit comments