File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,24 @@ pytz==2025.2
10
10
tenacity == 9.1.2
11
11
12
12
# Google Cloud BigQuery for data processing
13
- google-cloud-bigquery == 3.35.1
14
- bigframes == 2.13 .0
13
+ google-cloud-bigquery == 3.36.0
14
+ bigframes == 2.16 .0
15
15
16
16
# Data processing and validation
17
- pandas == 2.3.1
18
- pandera == 0.25 .0
17
+ pandas == 2.3.2
18
+ pandera == 0.26 .0
19
19
numpy == 2.3.1
20
20
21
21
# Blockchain integration - Latest compatible versions
22
- web3 == 7.12.1
22
+ web3 == 7.13.0
23
23
eth-account == 0.13.7
24
24
eth-typing == 5.2.1
25
25
26
26
# GraphQL and subgraph integration (for future subgraph functionality)
27
27
gql == 3.5.3
28
28
29
29
# HTTP and API
30
- requests == 2.32.4
30
+ requests == 2.32.5
31
31
aiohttp == 3.12.15
32
32
33
33
# Development/Testing
@@ -40,4 +40,4 @@ types-pytz==2025.2.0.20250516
40
40
types-requests == 2.32.4.20250611
41
41
42
42
# Linting and formatting
43
- ruff == 0.12.7
43
+ ruff == 0.12.10
You can’t perform that action at this time.
0 commit comments