Skip to content

Commit 1d253d6

Browse files
committed
update
1 parent 5673ed5 commit 1d253d6

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232
requires-python = ">=3.12"
3333
dependencies = [
34-
"polars>=1.31.0", # TODO: Update to 1.31.0
34+
"polars>=1.31.0", # TODO: Update to 1.31.0
3535
"pytz>=2025.2",
3636
"requests>=2.32.4",
3737
"signalrcore>=0.9.5",
@@ -273,6 +273,7 @@ dev = [
273273
"pytest-asyncio>=1.1.0",
274274
"pytest-mock>=3.14.1",
275275
"pre-commit>=4.2.0",
276+
"types-requests>=2.32.4.20250611",
276277
]
277278
test = [
278279
"pytest>=8.4.1",

uv.lock

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

0 commit comments

Comments
 (0)