Skip to content

Commit b9f8fc6

Browse files
committed
[dagster-aws, dagster-pipes] Add PipesS3LogReader
1 parent 8fa3bd7 commit b9f8fc6

File tree

6 files changed

+197
-67
lines changed

6 files changed

+197
-67
lines changed

pyright/alt-1/requirements-pinned.txt

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
agate==1.9.1
22
aiobotocore==2.15.1
3-
aiofile==3.8.8
3+
aiofile==3.9.0
44
aiohappyeyeballs==2.4.3
5-
aiohttp==3.10.8
5+
aiohttp==3.10.9
66
aioitertools==0.12.0
77
aiosignal==1.3.1
88
alembic==1.13.3
99
aniso8601==9.0.1
1010
annotated-types==0.7.0
1111
anyio==4.6.0
12-
appnope==0.1.4
1312
argon2-cffi==23.1.0
1413
argon2-cffi-bindings==21.2.0
1514
arrow==1.3.0
1615
asn1crypto==1.5.1
1716
-e examples/assets_pandas_type_metadata
18-
astroid==3.3.4
17+
astroid==3.3.5
1918
asttokens==2.4.1
2019
async-lru==2.0.4
2120
attrs==24.2.0
@@ -25,16 +24,16 @@ backports-tarfile==1.2.0
2524
beautifulsoup4==4.12.3
2625
bleach==6.1.0
2726
boto3==1.35.23
28-
boto3-stubs-lite==1.35.31
27+
boto3-stubs-lite==1.35.36
2928
botocore==1.35.23
30-
botocore-stubs==1.35.31
29+
botocore-stubs==1.35.36
3130
buildkite-test-collector==0.1.9
3231
cachetools==5.5.0
3332
caio==0.9.17
3433
certifi==2024.8.30
3534
cffi==1.17.1
3635
chardet==5.2.0
37-
charset-normalizer==3.3.2
36+
charset-normalizer==3.4.0
3837
click==8.1.7
3938
colorama==0.4.6
4039
coloredlogs==14.0
@@ -69,7 +68,7 @@ db-dtypes==1.3.0
6968
dbt-adapters==1.3.2
7069
dbt-common==1.3.0
7170
dbt-core==1.8.7
72-
dbt-duckdb==1.8.4
71+
dbt-duckdb==1.9.0
7372
dbt-extractor==0.5.1
7473
dbt-semantic-interfaces==0.5.1
7574
dbt-snowflake==1.8.3
@@ -78,7 +77,7 @@ decopatch==1.4.10
7877
decorator==5.1.1
7978
deepdiff==8.0.1
8079
defusedxml==0.7.1
81-
deltalake==0.20.1
80+
deltalake==0.20.2
8281
dill==0.3.9
8382
distlib==0.3.8
8483
docker==7.1.0
@@ -94,7 +93,7 @@ frozenlist==1.4.1
9493
fsspec==2024.3.0
9594
gcsfs==0.8.0
9695
google-api-core==2.20.0
97-
google-api-python-client==2.147.0
96+
google-api-python-client==2.148.0
9897
google-auth==2.35.0
9998
google-auth-httplib2==0.2.0
10099
google-auth-oauthlib==1.2.1
@@ -108,6 +107,7 @@ gql==3.5.0
108107
graphene==3.3
109108
graphql-core==3.2.4
110109
graphql-relay==3.2.0
110+
greenlet==3.1.1
111111
grpcio==1.66.2
112112
grpcio-health-checking==1.62.3
113113
grpcio-status==1.62.3
@@ -118,7 +118,7 @@ httplib2==0.22.0
118118
httptools==0.6.1
119119
httpx==0.27.2
120120
humanfriendly==10.0
121-
hypothesis==6.112.2
121+
hypothesis==6.113.0
122122
idna==3.10
123123
importlib-metadata==6.11.0
124124
iniconfig==2.0.0
@@ -131,13 +131,14 @@ jaraco-classes==3.4.0
131131
jaraco-context==6.0.1
132132
jaraco-functools==4.1.0
133133
jedi==0.19.1
134+
jeepney==0.8.0
134135
jinja2==3.1.4
135136
jmespath==1.0.1
136137
joblib==1.4.2
137138
json5==0.9.25
138139
jsonpointer==3.0.0
139140
jsonschema==4.23.0
140-
jsonschema-specifications==2023.12.1
141+
jsonschema-specifications==2024.10.1
141142
jupyter-client==8.6.3
142143
jupyter-core==5.7.2
143144
jupyter-events==0.10.0
@@ -154,7 +155,7 @@ logbook==1.5.3
154155
makefun==1.15.6
155156
mako==1.3.5
156157
markdown-it-py==3.0.0
157-
markupsafe==2.1.5
158+
markupsafe==3.0.1
158159
mashumaro==3.13.1
159160
matplotlib==3.9.2
160161
matplotlib-inline==0.1.7
@@ -172,6 +173,7 @@ mypy==1.11.2
172173
mypy-boto3-ecs==1.35.21
173174
mypy-boto3-emr-serverless==1.35.25
174175
mypy-boto3-glue==1.35.25
176+
mypy-boto3-s3==1.35.32
175177
mypy-extensions==1.0.0
176178
mypy-protobuf==3.6.0
177179
nbclient==0.10.0
@@ -181,7 +183,7 @@ nest-asyncio==1.6.0
181183
networkx==3.3
182184
nodeenv==1.9.1
183185
notebook-shim==0.2.4
184-
numpy==2.1.1
186+
numpy==2.1.2
185187
oauth2client==4.1.3
186188
oauthlib==3.2.2
187189
objgraph==3.6.1
@@ -205,6 +207,7 @@ polars==1.9.0
205207
-e examples/project_fully_featured
206208
prometheus-client==0.21.0
207209
prompt-toolkit==3.0.48
210+
propcache==0.2.0
208211
proto-plus==1.24.0
209212
protobuf==4.25.5
210213
psutil==6.0.0
@@ -249,14 +252,15 @@ requests-toolbelt==1.0.0
249252
responses==0.23.1
250253
rfc3339-validator==0.1.4
251254
rfc3986-validator==0.1.1
252-
rich==13.9.1
255+
rich==13.9.2
253256
rpds-py==0.20.0
254257
rsa==4.9
255258
s3fs==2024.3.0
256-
s3transfer==0.10.2
259+
s3transfer==0.10.3
257260
scikit-learn==1.5.2
258261
scipy==1.14.1
259262
seaborn==0.13.2
263+
secretstorage==3.3.3
260264
send2trash==1.8.3
261265
setuptools==75.1.0
262266
shellingham==1.5.4
@@ -268,13 +272,13 @@ snowflake-sqlalchemy==1.5.1
268272
sortedcontainers==2.4.0
269273
soupsieve==2.6
270274
sqlalchemy==1.4.54
271-
sqlglot==25.24.1
275+
sqlglot==25.24.5
272276
sqlglotrs==0.2.12
273277
sqlparse==0.5.1
274278
stack-data==0.6.3
275279
starlette==0.39.2
276280
structlog==24.4.0
277-
syrupy==4.7.1
281+
syrupy==4.7.2
278282
tabulate==0.9.0
279283
terminado==0.18.1
280284
text-unidecode==1.3
@@ -284,7 +288,7 @@ tomli==2.0.2
284288
tomlkit==0.13.2
285289
toposort==1.10
286290
tornado==6.4.1
287-
tox==4.21.0
291+
tox==4.21.2
288292
tqdm==4.66.5
289293
traitlets==5.14.3
290294
typeguard==4.3.0
@@ -300,14 +304,14 @@ types-mock==5.1.0.20240425
300304
types-paramiko==3.5.0.20240928
301305
types-protobuf==5.28.0.20240924
302306
types-pyopenssl==24.1.0.20240722
303-
types-python-dateutil==2.9.0.20240906
304-
types-pytz==2024.2.0.20240913
307+
types-python-dateutil==2.9.0.20241003
308+
types-pytz==2024.2.0.20241003
305309
types-pyyaml==6.0.12.20240917
306310
types-requests==2.32.0.20240914
307-
types-s3transfer==0.10.2
311+
types-s3transfer==0.10.3
308312
types-setuptools==75.1.0.20240917
309313
types-simplejson==3.19.0.20240801
310-
types-six==1.16.21.20240513
314+
types-six==1.16.21.20241009
311315
types-sqlalchemy==1.4.53.34
312316
types-tabulate==0.9.0.20240106
313317
types-toml==0.10.8.20240310
@@ -332,5 +336,5 @@ websocket-client==1.8.0
332336
websockets==13.1
333337
wheel==0.44.0
334338
wrapt==1.16.0
335-
yarl==1.13.1
339+
yarl==1.14.0
336340
zipp==3.20.2

0 commit comments

Comments
 (0)