Skip to content

Commit 858f76c

Browse files
chore: update dependency version criteria in pyproject.toml
1 parent b151b7b commit 858f76c

3 files changed

Lines changed: 32 additions & 14 deletions

File tree

docs/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to ArchiPy are documented in this changelog, organized by version.
44

5+
## [3.13.10] - 2025-10-20
6+
7+
### Changed
8+
9+
#### Dependency Updates
10+
11+
- **Comprehensive Dependency Synchronization** - Updated multiple core dependencies to latest versions for improved security and performance
12+
- Updated aiohttp from 3.13.0 to 3.13.1 for enhanced async HTTP client capabilities and bug fixes
13+
- Updated cryptography from 46.0.2 to 46.0.3 for improved cryptographic security and performance
14+
- Updated elastic-transport from 9.1.0 to 9.2.0 for enhanced Elasticsearch connectivity and reliability
15+
- Updated mkdocs-material from 9.6.21 to 9.6.22 for improved documentation rendering and Material theme features
16+
- Updated protobuf from 6.32.1 to 6.33.0 for enhanced Protocol Buffers support and performance
17+
- Updated pydantic from 2.12.2 to 2.12.3 for improved data validation and type safety
18+
- Updated pytokens from 0.1.10 to 0.2.0 for enhanced token processing capabilities
19+
- Updated ruff from 0.14.0 to 0.14.1 for improved linting capabilities and bug fixes
20+
- Updated wrapt from 1.17.3 to 2.0.0 for enhanced function wrapping capabilities
21+
22+
523
## [3.13.9] - 2025-10-15
624

725
### Improved

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
version = "0.1.0" # This vesrion set on publish flow!
1010
requires-python = ">=3.13,<4"
1111
dependencies = [
12-
"pydantic>=2.12.2",
12+
"pydantic>=2.12.3",
1313
"pydantic-settings>=2.11.0",
1414
"requests>=2.32.5",
1515
"jdatetime>=5.2.0",
@@ -20,25 +20,25 @@ license = { file = "LICENSE" }
2020
# Core optional dependencies
2121
aiosqlite = ["aiosqlite>=0.21.0"]
2222
behave = ["behave>=1.3.3"]
23-
cache = ["cachetools>=5.5.2", "async-lru>=2.0.5"]
23+
cache = ["cachetools>=6.2.1", "async-lru>=2.0.5"]
2424
dependency-injection = ["dependency-injector>=4.48.2"]
2525
elastic-apm = ["elastic-apm>=6.24.0"]
2626
elasticsearch = ["elasticsearch>=9.1.1"]
2727
elasticsearch-async = ["elasticsearch[async]>=9.1.1"]
2828
fakeredis = ["fakeredis>=2.32.0"]
2929
fastapi = ["fastapi[all]>=0.119.0"]
30-
grpc = ["grpcio>=1.75.1", "grpcio-health-checking>=1.75.1", "protobuf>=6.32.1"]
30+
grpc = ["grpcio>=1.75.1", "grpcio-health-checking>=1.75.1", "protobuf>=6.33.0"]
3131
jwt = ["pyjwt>=2.10.1"]
3232
kafka = ["confluent-kafka>=2.12.0"]
3333
kavenegar = ["kavenegar>=1.1.2"]
34-
keycloak = ["python-keycloak>=5.8.1", "cachetools>=5.5.2", "async-lru>=2.0.5"]
35-
minio = ["minio>=7.2.18", "cachetools>=5.5.2", "async-lru>=2.0.5"]
34+
keycloak = ["python-keycloak>=5.8.1", "cachetools>=6.2.1", "async-lru>=2.0.5"]
35+
minio = ["minio>=7.2.18", "cachetools>=6.2.1", "async-lru>=2.0.5"]
3636
parsian-ipg = ["zeep>=4.3.2", "requests[socks]>=2.32.5"]
37-
postgres = ["psycopg[binary,pool]>=3.2.10"]
37+
postgres = ["psycopg[binary,pool]>=3.2.11"]
3838
prometheus = ["prometheus-client>=0.23.1"]
3939
redis = ["redis[hiredis]>=6.4.0"]
4040
scheduler = ["apscheduler>=3.11.0"]
41-
sentry = ["sentry-sdk>=2.40.0"]
41+
sentry = ["sentry-sdk>=2.42.0"]
4242
sqlalchemy = ["sqlalchemy>=2.0.44"]
4343
starrocks = ["starrocks>=1.2.3", "pymysql>=1.1.2"]
4444
starrocks-async = ["starrocks>=1.2.3", "aiomysql>=0.2.0"]

uv.lock

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

0 commit comments

Comments
 (0)