Skip to content

Commit b70af1e

Browse files
committed
[deps] Removed urllib3 from project core dependencies
1 parent 586a061 commit b70af1e

3 files changed

Lines changed: 3 additions & 28 deletions

File tree

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
| `Referenceable.flush_custom_metadata()` | `Referenceable.flush_custom_metadata_async()` |
2323

2424
#### Shared business logic architecture
25+
2526
- Extracted common functionality (request preparation and response processing) into a separate `common` sub-package. This enables reuse across both sync and async operations - only the middle layer (API calling with respective clients) differs.
2627

2728
Example:

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ dependencies = [
3030
"pydantic~=2.11.7",
3131
"jinja2~=3.1.6",
3232
"tenacity~=9.1.2",
33-
"urllib3>=1.26.0,<3",
3433
"lazy_loader~=0.4",
3534
"nanoid~=2.0.0",
3635
"pytz~=2025.2",
@@ -114,5 +113,4 @@ asyncio_default_test_loop_scope = "module"
114113
asyncio_default_fixture_loop_scope = "module"
115114
filterwarnings = [
116115
"ignore::DeprecationWarning",
117-
"ignore:urllib3 v2 only supports OpenSSL 1.1.1+",
118116
]

uv.lock

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

0 commit comments

Comments
 (0)