Skip to content

Commit d5a7dd6

Browse files
chore: update dependency constraints to match uv.lock versions
1 parent a8eb01f commit d5a7dd6

3 files changed

Lines changed: 5 additions & 62 deletions

File tree

archipy/configs/config_template.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,6 @@ class MinioConfig(BaseModel):
388388
SECURE: bool = Field(default=False, description="Whether to use secure (HTTPS) connection")
389389
SESSION_TOKEN: str | None = Field(default=None, description="Session token for temporary credentials")
390390
REGION: str | None = Field(default=None, description="AWS region for S3 compatibility")
391-
392-
# New boto3-specific fields
393391
ADDRESSING_STYLE: Literal["auto", "path", "virtual"] = Field(
394392
default="auto",
395393
description="S3 addressing style for URLs",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ elastic-apm = ["elastic-apm>=6.25.0"]
2626
elasticsearch = ["elasticsearch>=9.3.0"]
2727
elasticsearch-async = ["elasticsearch[async]>=9.3.0"]
2828
fakeredis = ["fakeredis>=2.34.0"]
29-
fastapi = ["fastapi[all]>=0.129.1"]
29+
fastapi = ["fastapi[all]>=0.131.0"]
3030
grpc = ["grpcio>=1.78.1", "grpcio-health-checking>=1.78.1", "protobuf>=6.33.5"]
3131
jwt = ["pyjwt>=2.11.0"]
3232
kafka = ["confluent-kafka>=2.13.0"]

uv.lock

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

0 commit comments

Comments
 (0)