Skip to content

Commit 0316657

Browse files
authored
Merge pull request #28 from PostHog/tom/missing-package
Add missing library
2 parents c425072 + 974dfc6 commit 0316657

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

src/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
]
88
requires-python = ">=3.13"
99
dependencies = [
10-
"boto3-stubs[identitystore,organizations,s3,scheduler,sso-admin,events]>=1.26.134",
10+
"boto3-stubs[cloudwatch,identitystore,organizations,s3,scheduler,sso-admin,events]>=1.26.134",
1111
"pydantic[email]>=1.10.13",
1212
"pydantic-settings>=2.0.0",
1313
"croniter>=1.3.14",

src/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ idna==3.11 \
7878
# via
7979
# email-validator
8080
# requests
81+
mypy-boto3-cloudwatch==1.40.63 \
82+
--hash=sha256:ac8b21249d87a2104f5d895617ecb7298ec6b92e5a773616ae3965d18ec7a995 \
83+
--hash=sha256:badeaeca5bba29f01985a31262ebf4ca374a6790aa70e24d15088df0e45243a7
84+
# via boto3-stubs
8185
mypy-boto3-events==1.40.55 \
8286
--hash=sha256:6a7caffb6711db02e3babe04e43d7889c2199533ff963c339a1c9c28472cc3bd \
8387
--hash=sha256:9aee38df8b97b535767aaf2bca688deeea8b0e89dc17099d8b4b2522e7304a34

src/uv.lock

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

0 commit comments

Comments
 (0)