Skip to content

Commit ef2bb5c

Browse files
chore(deps): update from template
1 parent e1f1461 commit ef2bb5c

5 files changed

Lines changed: 56 additions & 86 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_commit: v0.7.3
1+
_commit: v0.7.4
22
_src_path: gh:helmut-hoffer-von-ankershoffen/oe-python-template
33
attestations_enabled: true
44
author_email: helmuthva@gmail.com

docs/source/_static/openapi_v1.yaml

Lines changed: 15 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,8 @@ openapi: 3.1.0
9090
paths:
9191
/echo/{text}:
9292
get:
93-
description: "Echo back the provided text.\n\nArgs:\n text (str): The
94-
text\
95-
\ to echo.\n\nReturns:\n Echo: The echo.\n\nRaises:\n 422
96-
Unprocessable\
93+
description: "Echo back the provided text.\n\nArgs:\n text (str): The text\
94+
\ to echo.\n\nReturns:\n Echo: The echo.\n\nRaises:\n 422 Unprocessable\
9795
\ Entity: If text is not provided or empty."
9896
operationId: echo_echo__text__get
9997
parameters:
@@ -121,18 +119,12 @@ Unprocessable\
121119
- Basics
122120
/health:
123121
get:
124-
description: "Check the health of the service.\n\nThis endpoint returns
125-
the\
126-
\ health status of the service.\nThe health status can be either UP or
127-
DOWN.\n\
128-
If the service is healthy, the status will be UP.\nIf the service is
129-
unhealthy,\
130-
\ the status will be DOWN and a reason will be provided.\nThe response
131-
will\
132-
\ have a 200 OK status code if the service is healthy,\nand a 500
133-
Internal\
134-
\ Server Error status code if the service is unhealthy.\n\nReturns:\n
135-
Health:\
122+
description: "Check the health of the service.\n\nThis endpoint returns the\
123+
\ health status of the service.\nThe health status can be either UP or DOWN.\n\
124+
If the service is healthy, the status will be UP.\nIf the service is unhealthy,\
125+
\ the status will be DOWN and a reason will be provided.\nThe response will\
126+
\ have a 200 OK status code if the service is healthy,\nand a 500 Internal\
127+
\ Server Error status code if the service is unhealthy.\n\nReturns:\n Health:\
136128
\ The health status of the service."
137129
operationId: health_health_get
138130
responses:
@@ -147,18 +139,12 @@ Health:\
147139
- Observability
148140
/healthz:
149141
get:
150-
description: "Check the health of the service.\n\nThis endpoint returns
151-
the\
152-
\ health status of the service.\nThe health status can be either UP or
153-
DOWN.\n\
154-
If the service is healthy, the status will be UP.\nIf the service is
155-
unhealthy,\
156-
\ the status will be DOWN and a reason will be provided.\nThe response
157-
will\
158-
\ have a 200 OK status code if the service is healthy,\nand a 500
159-
Internal\
160-
\ Server Error status code if the service is unhealthy.\n\nReturns:\n
161-
Health:\
142+
description: "Check the health of the service.\n\nThis endpoint returns the\
143+
\ health status of the service.\nThe health status can be either UP or DOWN.\n\
144+
If the service is healthy, the status will be UP.\nIf the service is unhealthy,\
145+
\ the status will be DOWN and a reason will be provided.\nThe response will\
146+
\ have a 200 OK status code if the service is healthy,\nand a 500 Internal\
147+
\ Server Error status code if the service is unhealthy.\n\nReturns:\n Health:\
162148
\ The health status of the service."
163149
operationId: health_healthz_get
164150
responses:
@@ -173,8 +159,7 @@ Health:\
173159
- Observability
174160
/hello-world:
175161
get:
176-
description: "Return a hello world message.\n\nReturns:\n
177-
_HelloWorldResponse:\
162+
description: "Return a hello world message.\n\nReturns:\n _HelloWorldResponse:\
178163
\ A response containing the hello world message."
179164
operationId: hello_world_hello_world_get
180165
responses:

docs/source/_static/openapi_v2.yaml

Lines changed: 15 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,8 @@ openapi: 3.1.0
104104
paths:
105105
/echo:
106106
post:
107-
description: "Echo back the provided utterance.\n\nArgs:\n request
108-
(Utterance):\
109-
\ The utterance to echo back.\n\nReturns:\n Echo: The
110-
echo.\n\nRaises:\n\
107+
description: "Echo back the provided utterance.\n\nArgs:\n request (Utterance):\
108+
\ The utterance to echo back.\n\nReturns:\n Echo: The echo.\n\nRaises:\n\
111109
\ 422 Unprocessable Entity: If utterance is not provided or empty."
112110
operationId: echo_v2_echo_post
113111
requestBody:
@@ -134,18 +132,12 @@ echo.\n\nRaises:\n\
134132
- Basics
135133
/health:
136134
get:
137-
description: "Check the health of the service.\n\nThis endpoint returns
138-
the\
139-
\ health status of the service.\nThe health status can be either UP or
140-
DOWN.\n\
141-
If the service is healthy, the status will be UP.\nIf the service is
142-
unhealthy,\
143-
\ the status will be DOWN and a reason will be provided.\nThe response
144-
will\
145-
\ have a 200 OK status code if the service is healthy,\nand a 500
146-
Internal\
147-
\ Server Error status code if the service is unhealthy.\n\nReturns:\n
148-
Health:\
135+
description: "Check the health of the service.\n\nThis endpoint returns the\
136+
\ health status of the service.\nThe health status can be either UP or DOWN.\n\
137+
If the service is healthy, the status will be UP.\nIf the service is unhealthy,\
138+
\ the status will be DOWN and a reason will be provided.\nThe response will\
139+
\ have a 200 OK status code if the service is healthy,\nand a 500 Internal\
140+
\ Server Error status code if the service is unhealthy.\n\nReturns:\n Health:\
149141
\ The health status of the service."
150142
operationId: health_health_get
151143
responses:
@@ -160,18 +152,12 @@ Health:\
160152
- Observability
161153
/healthz:
162154
get:
163-
description: "Check the health of the service.\n\nThis endpoint returns
164-
the\
165-
\ health status of the service.\nThe health status can be either UP or
166-
DOWN.\n\
167-
If the service is healthy, the status will be UP.\nIf the service is
168-
unhealthy,\
169-
\ the status will be DOWN and a reason will be provided.\nThe response
170-
will\
171-
\ have a 200 OK status code if the service is healthy,\nand a 500
172-
Internal\
173-
\ Server Error status code if the service is unhealthy.\n\nReturns:\n
174-
Health:\
155+
description: "Check the health of the service.\n\nThis endpoint returns the\
156+
\ health status of the service.\nThe health status can be either UP or DOWN.\n\
157+
If the service is healthy, the status will be UP.\nIf the service is unhealthy,\
158+
\ the status will be DOWN and a reason will be provided.\nThe response will\
159+
\ have a 200 OK status code if the service is healthy,\nand a 500 Internal\
160+
\ Server Error status code if the service is unhealthy.\n\nReturns:\n Health:\
175161
\ The health status of the service."
176162
operationId: health_healthz_get
177163
responses:
@@ -186,8 +172,7 @@ Health:\
186172
- Observability
187173
/hello-world:
188174
get:
189-
description: "Return a hello world message.\n\nReturns:\n
190-
_HelloWorldResponse:\
175+
description: "Return a hello world message.\n\nReturns:\n _HelloWorldResponse:\
191176
\ A response containing the hello world message."
192177
operationId: hello_world_hello_world_get
193178
responses:

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ classifiers = [
6262
requires-python = ">=3.11, <4.0"
6363

6464
dependencies = [
65-
"fastapi[standard,all]>=0.115.11",
65+
"fastapi[standard,all]>=0.115.12",
6666
"pydantic>=2.10.6",
67-
"python-dotenv>=1.0.1",
67+
"python-dotenv>=1.1.0",
6868
"typer>=0.15.1",
6969
]
7070

@@ -91,15 +91,15 @@ packages = ["src/oe_python_template_example"]
9191
[project.optional-dependencies]
9292
examples = [
9393
"streamlit>=1.43.2",
94-
"marimo>=0.11.19",
94+
"marimo>=0.11.26",
9595
"jupyter>=1.1.1",
9696
"jinja2>=3.1.6",
9797
]
9898

9999
[dependency-groups]
100100
dev = [
101101
"autodoc-pydantic>=2.2.0",
102-
"bump-my-version>=1.0.2",
102+
"bump-my-version>=1.1.1",
103103
"cyclonedx-py>=1.0.1",
104104
"detect-secrets>=1.5.0",
105105
"enum-tools>=0.12.0",
@@ -113,7 +113,7 @@ dev = [
113113
"pre-commit>=4.1.0",
114114
"pyright>=1.1.396",
115115
"pytest>=8.3.5",
116-
"pytest-asyncio>=0.25.3",
116+
"pytest-asyncio>=0.26.0",
117117
"pytest-cov>=6.0.0",
118118
"pytest-docker>=3.2.0",
119119
"pytest-env>=1.1.5",

uv.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)